Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Hi Release Team Please unblock package time time 1.7-23 had bug #592620 [1]. I prepared a NMU which was uploaded by Gregor Hermann and acknowledged by Tollef Fog Heen to be fine (see message #31). The fix was to add an alternate Build-Depends as primary choise of automake. [1] http://bugs.debian.org/592620 The NMU was uploaded to the DELAYED/5 queue. Could you unblock time 1.7-23.1 to have #592620 closed for squeeze? Please find attached the debdiff for the NMU. unblock time/1.7-23.1 Bests Salvatore -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -u time-1.7/debian/control time-1.7/debian/control --- time-1.7/debian/control +++ time-1.7/debian/control @@ -3,7 +3,7 @@ Priority: standard Maintainer: Tollef Fog Heen <tfh...@debian.org> Standards-Version: 3.6.1.0 -Build-Depends: debhelper (>> 4.1.0), texi2html, texinfo, automaken, cdbs +Build-Depends: debhelper (>> 4.1.0), texi2html, texinfo, automake | automaken, cdbs Package: time Architecture: any diff -u time-1.7/debian/changelog time-1.7/debian/changelog --- time-1.7/debian/changelog +++ time-1.7/debian/changelog @@ -1,3 +1,11 @@ +time (1.7-23.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: Change Build-Depends on automaken to an alternate + dependency automake | automaken (Closes: #592620). + + -- Salvatore Bonaccorso <salvatore.bonacco...@gmail.com> Mon, 13 Sep 2010 22:31:46 +0200 + time (1.7-23) unstable; urgency=medium * Fix up install-info calls in postinst and prerm. Closes: #491410