summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2023-02-23 00:14:44 +0600
committerLibravatar Mubashshir <ahmubashshir@gmail.com>2023-02-23 00:30:12 +0600
commit62a5eb03014a0630cc4e89b79c581e4a66bbd879 (patch)
treefb63f09c93dd891133360f7cfe7f7694e487c877
downloadpython-apt-common-shopno-62a5eb03014a0630cc4e89b79c581e4a66bbd879.tar.gz
python-apt-common-shopno-62a5eb03014a0630cc4e89b79c581e4a66bbd879.zip
Initial release
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--Makefile6
-rw-r--r--data/Shopno.info12
-rw-r--r--data/Shopno.mirrors0
-rw-r--r--debian/changelog5
-rw-r--r--debian/control26
-rw-r--r--debian/copyright14
-rw-r--r--debian/lintian-overrides1
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source.lintian-overrides1
-rw-r--r--debian/source/format1
10 files changed, 73 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9706586
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+install:
+ install -d $(DESTDIR)/usr/share/python-apt/templates/
+ cp data/Shopno.info $(DESTDIR)/usr/share/python-apt/templates
+ cp data/Shopno.mirrors $(DESTDIR)/usr/share/python-apt/templates
+
+.PHONY: install
diff --git a/data/Shopno.info b/data/Shopno.info
new file mode 100644
index 0000000..d179dbe
--- /dev/null
+++ b/data/Shopno.info
@@ -0,0 +1,12 @@
+_ChangelogURI: http://builder.jadupc.com/changelogs/pool/%s/%s/%s/%s_%s/changelog
+X-Exclude-Suites: jessie, experimental
+
+Suite: {series}
+RepositoryType: deb
+BaseURI: http://builder.jadupc.com/deb/
+MirrorsFile: Shopno.mirrors
+_Description: Shopno OS {version} '{codename}'
+Component: main
+_CompDescription: Officially supported
+Component: tanix-tx6
+_CompDescription: Softwares specific to Tanix TX-6
diff --git a/data/Shopno.mirrors b/data/Shopno.mirrors
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/data/Shopno.mirrors
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2f567c9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-apt-common-shopno (2.3.0+shopno1) shopno; urgency=medium
+
+ * Initial release.
+
+ -- Mubashshir <ahm@jadupc.com> Thu, 23 Feb 2023 00:15:00 +0600
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2c7d38c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: python-apt-common-shopno
+Section: python
+Origin: Shopno
+Priority: optional
+Maintainer: Mubashshir <ahm@jadupc.com>
+Rules-Requires-Root: no
+Standards-Version: 4.6.0
+Build-Depends:
+ debhelper-compat (= 13),
+ distro-info-data,
+ libwww-perl,
+ python3-apt,
+Vcs-Git: https://builder.jadupc.com/deb-src/python-apt-common-shopno.git
+Vcs-Browser: https://builder.jadupc.com/deb-src/python-apt-common-shopno
+
+Package: python-apt-common-shopno
+Architecture: all
+Depends:
+ ${misc:Depends},
+Enhances:
+ python-apt-common,
+Multi-Arch: foreign
+Description: Templates for aptitude
+ Definitions of Shopno OS releases and mirror list for synaptic. This package
+ contains database of Shopno OS mirrors and templates with definitions for
+ Shopno OS releases.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2746d2a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,14 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: © 2022 Mubashshir <ahm@jadupc.com>
+License: GPL-2+
+
+License: GPL-2+
+ APT is free software; you can redistribute them and/or modify them under
+ the terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 2 of the License, or (at your option) any later
+ version.
+ .
+ On Debian systems, a copy of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL-2.
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..59ffbd3
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1 @@
+python-apt-common-shopno: new-package-should-not-package-python2-module
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..656ddda
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ @true
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..83a5fc0
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1 @@
+python-apt-common-shopno: python-foo-but-no-python3-foo
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)