diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rw-r--r-- | etc/issue | 2 | ||||
-rw-r--r-- | etc/issue.net | 2 | ||||
-rw-r--r-- | etc/os-release | 20 |
5 files changed, 21 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index 254d1c3..b44e5fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +base-files (12.4+shopno5deb12u2) boipoka; urgency=medium + + * Release Shopno OS 5 + + -- Mubashshir <ahm@debian-11.arch-baksho> Thu, 25 Apr 2024 12:24:56 +0600 + base-files (12.4+deb12u2) bookworm; urgency=medium * Change /etc/debian_version to 12.2, for Debian 12.2 point release. diff --git a/debian/copyright b/debian/copyright index 3f5ed9b..d257816 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -This is the Debian prepackaged version of the Debian Base System +This is the Shopno OS prepackaged version of the Shopno OS Base System Miscellaneous files. These files were written by Ian Murdock <imurdock@debian.org> and Bruce Perens <bruce@pixar.com>. @@ -24,5 +24,5 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -On Debian systems, the complete text of the GNU General +On Shopno OS systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. @@ -1,2 +1,2 @@ -Debian #OSNAME# 12 \n \l +Shopno OS 5 \n \l diff --git a/etc/issue.net b/etc/issue.net index b0e76bc..5ab1e72 100644 --- a/etc/issue.net +++ b/etc/issue.net @@ -1 +1 @@ -Debian #OSNAME# 12 +Shopno OS 5 diff --git a/etc/os-release b/etc/os-release index 281e4fd..902e2a1 100644 --- a/etc/os-release +++ b/etc/os-release @@ -1,9 +1,11 @@ -PRETTY_NAME="Debian #OSNAME# 12 (bookworm)" -NAME="Debian #OSNAME#" -VERSION_ID="12" -VERSION="12 (bookworm)" -VERSION_CODENAME=bookworm -ID=debian -HOME_URL="https://www.debian.org/" -SUPPORT_URL="https://www.debian.org/support" -BUG_REPORT_URL="https://bugs.debian.org/" +PRETTY_NAME="ShopnoOS 5 (boipoka)" +NAME="ShopnoOS" +VERSION_ID="5" +VERSION="5 (boipoka)" +VERSION_CODENAME=boipoka +ID=shopno +ID_LIKE=debian +HOME_URL="https://jadupc.com/" +SUPPORT_URL="mailto:support@jadupc.com" +BUG_REPORT_URL="mailto:bugs@jadupc.com" +DEBIAN_CODENAME=bookworm |