From 209e892199e2c0da07c163e1bab46b8c5bff2ffa Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Tue, 7 Mar 2023 15:07:36 +0600 Subject: Remove Makefile to simplify package build --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/install | 2 ++ debian/rules | 3 --- 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 debian/install (limited to 'debian') 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 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 -- cgit v1.2.3