diff options
author | 2023-02-26 18:10:24 +0600 | |
---|---|---|
committer | 2023-02-26 18:16:47 +0600 | |
commit | c038cfff4e58b01bd24b6cd1414c77d3f0e3e433 (patch) | |
tree | 3658a94cb6dfe5e95b975858c4dc004517c2f70e | |
parent | 62a5eb03014a0630cc4e89b79c581e4a66bbd879 (diff) | |
download | python-apt-common-shopno-c038cfff4e58b01bd24b6cd1414c77d3f0e3e433.tar.gz python-apt-common-shopno-c038cfff4e58b01bd24b6cd1414c77d3f0e3e433.zip |
Release 2.3.0+shopno2debian/2.3.0+shopno2
Signed-off-by: Mubashshir <ahm@jadupc.com>
-rw-r--r-- | data/Shopno.info | 1 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/data/Shopno.info b/data/Shopno.info index d179dbe..4854eca 100644 --- a/data/Shopno.info +++ b/data/Shopno.info @@ -4,6 +4,7 @@ X-Exclude-Suites: jessie, experimental Suite: {series} RepositoryType: deb BaseURI: http://builder.jadupc.com/deb/ +MatchURI: builder.jadupc.com MirrorsFile: Shopno.mirrors _Description: Shopno OS {version} '{codename}' Component: main diff --git a/debian/changelog b/debian/changelog index 2f567c9..3e14957 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt-common-shopno (2.3.0+shopno2) shopno; urgency=medium + + * Add dependency; distro-info-data-shopno + * Fix missing field; MatchURI + + -- Mubashshir <ahm@jadupc.com> Thu, 23 Feb 2023 00:15:00 +0600 + python-apt-common-shopno (2.3.0+shopno1) shopno; urgency=medium * Initial release. diff --git a/debian/control b/debian/control index 2c7d38c..c67ec10 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Package: python-apt-common-shopno Architecture: all Depends: ${misc:Depends}, + distro-info-data-shopno, Enhances: python-apt-common, Multi-Arch: foreign |