Control: tags -1 patch pending

Dear maintainer,

I've prepared an NMU for pinball (versioned as 0.3.1-13.3) and
uploaded it to unstable. I am attaching the debdiff to this bug report.

Regards,

Markus
diff -Nru pinball-0.3.1/debian/changelog pinball-0.3.1/debian/changelog
--- pinball-0.3.1/debian/changelog	2014-08-23 14:16:55.000000000 +0200
+++ pinball-0.3.1/debian/changelog	2016-03-13 23:36:15.000000000 +0100
@@ -1,3 +1,14 @@
+pinball (0.3.1-13.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove depcomp in dh_auto_configure override and prevent the FTBFS.
+    Thanks to Tobias Frost for the report. (Closes: #816108)
+  * Use dh_fixperms override for arch-only and fix building with
+    dpkg-buildflag -A.
+    Thanks to Santiago Vila for the report. (Closes: #806093)
+
+ -- Markus Koschany <a...@debian.org>  Sun, 13 Mar 2016 23:34:47 +0100
+
 pinball (0.3.1-13.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pinball-0.3.1/debian/rules pinball-0.3.1/debian/rules
--- pinball-0.3.1/debian/rules	2014-08-23 14:16:55.000000000 +0200
+++ pinball-0.3.1/debian/rules	2016-03-13 23:36:15.000000000 +0100
@@ -18,6 +18,7 @@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
+	$(RM) depcomp
 	libtoolize --install --copy
 	aclocal
 	autoheader
@@ -36,7 +37,7 @@
 	dh_install
 
 .PHONY: override_dh_fixperms
-override_dh_fixperms:
+override_dh_fixperms-arch:
 	dh_fixperms
 	chown root:games debian/pinball/usr/games/pinball
 	chmod 2755 debian/pinball/usr/games/pinball

Reply via email to