On Sun, Jul 09, 2006, Kurt Roeckx wrote: > Package: sablotron > Version: 1.0.2-5.1 > Severity: serious
I introduced this erroneously in my NMU. Here are fixed packages http://adn.diwi.org/debian-QA/sablotron/1.0.2-5.2/ Sorry for the trouble :( The patch between -5.1 and -5.2 is as follows: diff -u sablotron-1.0.2/debian/control sablotron-1.0.2/debian/control --- sablotron-1.0.2/debian/control +++ sablotron-1.0.2/debian/control @@ -1,7 +1,7 @@ Source: sablotron Priority: optional Maintainer: Ondřej Surý <[EMAIL PROTECTED]> -Build-Depends: libexpat1-dev (>= 1.95.6), debhelper, libxml-parser-perl, cdbs +Build-Depends: libexpat1-dev (>= 1.95.6), debhelper (>= 4.10), libxml-parser-perl, cdbs Standards-Version: 3.7.2 Package: sablotron diff -u sablotron-1.0.2/debian/changelog sablotron-1.0.2/debian/changelog --- sablotron-1.0.2/debian/changelog +++ sablotron-1.0.2/debian/changelog @@ -1,3 +1,13 @@ +sablotron (1.0.2-5.2) unstable; urgency=low + + * Non-maintainer upload. + * Don't put sabcmd.1 manpage in sablotron (Closes: #377485). + Introduced by the previous NMU (sorry) + * Make linda happy: + + Depends on debhelper (>= 4.10) because we use debhelper.mk. + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Sun, 9 Jul 2006 14:20:32 +0200 + sablotron (1.0.2-5.1) unstable; urgency=low * Non-maintainer upload. diff -u sablotron-1.0.2/debian/rules sablotron-1.0.2/debian/rules --- sablotron-1.0.2/debian/rules +++ sablotron-1.0.2/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/gnome.mk -DEB_INSTALL_MANPAGES_sablotron := doc/man/sabcmd.1 doc/man/sablot-config.1 +DEB_INSTALL_MANPAGES_sablotron := doc/man/sabcmd.1 CFLAGS := -Wall -g -D_REENTRANT CXXFLAGS := -Wall -g -D_REENTRANT -- adn Mohammed Adnène Trojette