[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#936117: [PATCH] drop alliance python build-dep + dh-python usage



Control: tags -1 + patch

Hello,

It seems there's no runtime dependency on python and I can't find any
mention of python anywhere outside the debian/ directory.

Thus I think this is a lingering build-dependency that's no longer used.

Attached patch has been build-tested.

Regards,
Andreas Henriksson
diff -Nru alliance-5.1.1/debian/changelog alliance-5.1.1/debian/changelog
--- alliance-5.1.1/debian/changelog	2018-04-20 10:04:52.000000000 +0200
+++ alliance-5.1.1/debian/changelog	2019-09-28 11:33:33.000000000 +0200
@@ -1,3 +1,10 @@
+alliance (5.1.1-4) unstable; urgency=medium
+
+  * QA Upload.
+  * Drop (unused?!) (dh-)python build-dependency. (Closes: #936117)
+
+ -- Andreas Henriksson <andreas@fatal.se>  Sat, 28 Sep 2019 11:33:33 +0200
+
 alliance (5.1.1-3) unstable; urgency=medium
 
   * Fix FTBFS with recent TeX Live by specifying the input encoding
diff -Nru alliance-5.1.1/debian/control alliance-5.1.1/debian/control
--- alliance-5.1.1/debian/control	2018-04-15 12:21:03.000000000 +0200
+++ alliance-5.1.1/debian/control	2019-09-28 11:26:32.000000000 +0200
@@ -18,7 +18,6 @@
 	       libxt-dev,
 	       libxpm-dev,
 	       dpkg-dev (>= 1.16.1~),
-	       python (>= 2.6.6-3~),
 	       transfig,
                graphicsmagick-imagemagick-compat
 Homepage: https://soc-extras.lip6.fr/en/alliance-abstract-en/
diff -Nru alliance-5.1.1/debian/rules alliance-5.1.1/debian/rules
--- alliance-5.1.1/debian/rules	2016-01-14 00:22:10.000000000 +0100
+++ alliance-5.1.1/debian/rules	2019-09-28 11:26:40.000000000 +0200
@@ -8,7 +8,7 @@
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@ --with python2
+	dh $@
 
 override_dh_auto_configure:
 	./autostuff

Reply to: