tags 395725 + patch pending
thanks
Dear maintainer,
I've prepared an NMU for openwince-include (versioned as 0.3.2-3.1) and
uploaded it to DELAYED/2, as allowed by devref §5.11.1. The patch is
attached and simply adds the missing binary-indep target. You might want
to do other packaging fixes to this package (e.g. dh compatibility is at
3, which is deprecated since long); I've refrained from doing that to be
as less invasive as possibly with this NMU.
Cheers.
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u openwince-include-0.3.2/debian/changelog openwince-include-0.3.2/debian/changelog
--- openwince-include-0.3.2/debian/changelog
+++ openwince-include-0.3.2/debian/changelog
@@ -1,3 +1,10 @@
+openwince-include (0.3.2-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add mandatory debian/rules target "binary-indep" (Closes: #395725)
+
+ -- Stefano Zacchiroli <[email protected]> Tue, 03 Nov 2009 12:55:01 +0100
+
openwince-include (0.3.2-3) unstable; urgency=low
* move binary target to binary-arch
diff -u openwince-include-0.3.2/debian/rules openwince-include-0.3.2/debian/rules
--- openwince-include-0.3.2/debian/rules
+++ openwince-include-0.3.2/debian/rules
@@ -32,7 +32,7 @@
$(MAKE) install
-binary: binary-arch
+binary: binary-indep binary-arch
binary-arch: build install
dh_testdir
@@ -48,0 +49,2 @@
+binary-indep: build
+