tags 543047 + patch pending
thanks
Dear maintainer,
I've prepared an NMU for read-edid (versioned as 2.0.0-3.1) and uploaded
it to DELAYED/2, according to devref §5.11.1. The patch is attached; it
simply changes the build-dep on automake to automake-1.10, as
aclocal1.10 is assumed by the package.
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 read-edid-2.0.0/debian/control read-edid-2.0.0/debian/control
--- read-edid-2.0.0/debian/control
+++ read-edid-2.0.0/debian/control
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: LIU Qi <[email protected]>
-Build-Depends: debhelper (>= 7.0), texinfo, libx86-dev [i386 amd64 lpia kfreebsd-amd64 kfreebsd-i386 hurd-i386], automake, autoconf
+Build-Depends: debhelper (>= 7.0), texinfo, libx86-dev [i386 amd64 lpia kfreebsd-amd64 kfreebsd-i386 hurd-i386], automake1.10, autoconf
Homepage: http://www.polypux.org/projects/read-edid/
Standards-Version: 3.8.2
Vcs-Browser: http://git.printk.org/?p=liuqi/debian/read-edid.git;a=summary
diff -u read-edid-2.0.0/debian/changelog read-edid-2.0.0/debian/changelog
--- read-edid-2.0.0/debian/changelog
+++ read-edid-2.0.0/debian/changelog
@@ -1,3 +1,11 @@
+read-edid (2.0.0-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control: build-depend on automake1.10, since aclocal-1.10 is
+ assumed (Closes: #543047)
+
+ -- Stefano Zacchiroli <[email protected]> Tue, 13 Oct 2009 14:03:14 +0200
+
read-edid (2.0.0-3) unstable; urgency=low
* debian/rules: get-edid.c uses linux-specific ioperm(). It should not