Control: tags -1 pending

Hi,

On Wed, 20 Apr 2016 23:05:56 +0200 ni...@thykier.net wrote:
> Package: python-osd
> Severity: normal
> Usertags: arch-all-and-any-missing-targets
> 
> Hi,
> 
> The package python-osd builds an architecture independent *and* an
> architecture dependent package, but does not have the (now mandatory)
> "build-arch" and "build-indep" targets in debian/rules.

I've uploaded the attached NMU which fixes this. It simply applies the
patch which was already in this bug report since a year and a half ago.

Thanks,
James
diff -u python-osd-0.2.14/debian/changelog python-osd-0.2.14/debian/changelog
--- python-osd-0.2.14/debian/changelog
+++ python-osd-0.2.14/debian/changelog
@@ -1,3 +1,12 @@
+python-osd (0.2.14-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Santiago Vila ]
+  * Add build-{arch,indep} targets. (Closes: #822019)
+
+ -- James Cowgill <jcowg...@debian.org>  Thu, 15 Mar 2018 17:08:13 +0000
+
 python-osd (0.2.14-6) unstable; urgency=medium
 
   [ Jakub Wilk ]
diff -u python-osd-0.2.14/debian/rules python-osd-0.2.14/debian/rules
--- python-osd-0.2.14/debian/rules
+++ python-osd-0.2.14/debian/rules
@@ -4,6 +4,8 @@
 
 #-l$(CURDIR)/$p/usr/lib/
 
+build-arch: build
+build-indep: build
 build: build-stamp
 build-stamp:
        dh_testdir
@@ -56 +58 @@
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to