diff options
author | 2023-03-07 15:07:36 +0600 | |
---|---|---|
committer | 2023-03-07 15:07:36 +0600 | |
commit | 209e892199e2c0da07c163e1bab46b8c5bff2ffa (patch) | |
tree | 071717f93acdb0c356fb70bbc233dcda6ee444cc /debian | |
parent | a7a71435e37c7ea411d93ad300df5e5c34bef1ec (diff) | |
download | python-apt-common-shopno-209e892199e2c0da07c163e1bab46b8c5bff2ffa.tar.gz python-apt-common-shopno-209e892199e2c0da07c163e1bab46b8c5bff2ffa.zip |
Remove Makefile to simplify package build
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/install | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
4 files changed, 10 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 2bd6982..8fd87bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt-common-shopno (2.3.0+shopno4) shopno; urgency=medium + + * Remove Makefile to simplify package build + + -- Mubashshir <ahm@jadupc.com> Tue, 07 Mar 2023 15:06:40 +0600 + python-apt-common-shopno (2.3.0+shopno3) shopno; urgency=medium * Fix field descriptions diff --git a/debian/control b/debian/control index c67ec10..3c16bd1 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: 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 +Vcs-Git: https://builder.jadupc.com/git/pkgs/python-apt-common-shopno.git +Vcs-Browser: https://builder.jadupc.com/git/pkgs/python-apt-common-shopno Package: python-apt-common-shopno Architecture: all diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..f9e120e --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +data/Shopno.info usr/share/python-apt/templates/ +data/Shopno.mirrors usr/share/python-apt/templates/ diff --git a/debian/rules b/debian/rules index 656ddda..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,3 @@ %: dh $@ - -override_dh_auto_build: - @true |