summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
-rw-r--r--debian/install2
-rwxr-xr-xdebian/rules3
5 files changed, 10 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 9706586..0000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-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/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