tags 575384 + pending thanks Dear maintainer,
I've prepared an NMU for ethos (versioned as 0.2.2-1.1) and uploaded it to DELAYED/2, according to devref §5.11.1. Please feel free to tell me if I should delay it reschedule it somehow. Andreas: I've uploaded more or less the same patch of yours. Given that you are a DD, next time you might want to consider doing a very long DELAYED upload straight ahead when you prepare your NMU. That way, if the maintainer does not intervene, there is no need to give an additional stab at the patch to have it hit the archive. Of course, YMMV. Thanks a lot for your patch! Regards. -- 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 ethos-0.2.2/debian/control ethos-0.2.2/debian/control --- ethos-0.2.2/debian/control +++ ethos-0.2.2/debian/control @@ -62,7 +62,8 @@ Package: libethos-ui-dev Section: libdevel Architecture: any -Depends: libethos-1.0-0 (= ${binary:Version}), +Depends: libethos-dev, + libethos-ui-1.0-0 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev (>= 2.16.0), libgtk2.0-dev (>= 2.10.0) diff -u ethos-0.2.2/debian/libethos-dev.install ethos-0.2.2/debian/libethos-dev.install --- ethos-0.2.2/debian/libethos-dev.install +++ ethos-0.2.2/debian/libethos-dev.install @@ -1,4 +1,3 @@ -debian/tmp/usr/lib/libethos-1.0.la debian/tmp/usr/lib/libethos-1.0.so debian/tmp/usr/lib/pkgconfig/ethos-1.0* debian/tmp/usr/share/vala/vapi/ethos-1.0.vapi diff -u ethos-0.2.2/debian/libethos-ui-dev.install ethos-0.2.2/debian/libethos-ui-dev.install --- ethos-0.2.2/debian/libethos-ui-dev.install +++ ethos-0.2.2/debian/libethos-ui-dev.install @@ -1,4 +1,3 @@ -debian/tmp/usr/lib/libethos-ui-1.0.la debian/tmp/usr/lib/libethos-ui-1.0.so debian/tmp/usr/lib/pkgconfig/ethos-ui-1.0* debian/tmp/usr/share/vala/vapi/ethos-ui-1.0.vapi diff -u ethos-0.2.2/debian/changelog ethos-0.2.2/debian/changelog --- ethos-0.2.2/debian/changelog +++ ethos-0.2.2/debian/changelog @@ -1,3 +1,14 @@ +ethos (0.2.2-1.1) unstable; urgency=low + + * Non-maintainer upload + * Make libethos-ui-dev depend on libethos-dev since it + needs ethos.h, and libethos-ui-1.0-0 instead of libethos-1.0-0 + (which will now be pulled in by the added libethos-ui-dev dep); + patch by Andreas Henriksson. (Closes: #575384) + * Don't install .la files (Squeeze release goal) + + -- Stefano Zacchiroli <z...@debian.org> Wed, 07 Apr 2010 15:07:09 +0200 + ethos (0.2.2-1) unstable; urgency=low * Initial packaging. (Closes: #551100)