tags 552668 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for kernel-patch-badram (versioned as 2.6.28.2-1.1)
and uploaded it to DELAYED/2, according to devref §5.11.1.  The patch is
trivial and attached, it simply adds the missing binary-arch target to
debian/rules, can you please consider incorporating it in the next
upload?

TIA,
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 -Nru kernel-patch-badram-2.6.28.2/debian/changelog kernel-patch-badram-2.6.28.2/debian/changelog
--- kernel-patch-badram-2.6.28.2/debian/changelog	2009-05-13 23:01:50.000000000 +0200
+++ kernel-patch-badram-2.6.28.2/debian/changelog	2009-11-14 08:54:31.000000000 +0100
@@ -1,3 +1,10 @@
+kernel-patch-badram (2.6.28.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: add missing mandatory target binary-arch (Closes: #552668)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sat, 14 Nov 2009 08:53:56 +0100
+
 kernel-patch-badram (2.6.28.2-1) unstable; urgency=low
 
   * Acknowledge NMU.
diff -Nru kernel-patch-badram-2.6.28.2/debian/rules kernel-patch-badram-2.6.28.2/debian/rules
--- kernel-patch-badram-2.6.28.2/debian/rules	2009-05-13 23:01:27.000000000 +0200
+++ kernel-patch-badram-2.6.28.2/debian/rules	2009-11-14 08:54:54.000000000 +0100
@@ -35,6 +35,8 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep
+binary-arch: build
 
-.PHONY: binary binary-indep clean checkroot
+binary: binary-indep binary-arch
+
+.PHONY: binary binary-indep binary-arch clean checkroot

Reply via email to