Cyril Brulebois <[email protected]> (06/12/2009): > It's been 3 months already, I'm uploading a fixed package with the > attached debdiff to DELAYED/7.
In the meanwhile, libtool got uploaded, leading to some version mismatches. I've just uploaded a new revision which regenerates all files, which seems to fix that. Mraw, KiBi.
diff -u icecc-0.9.4/debian/rules icecc-0.9.4/debian/rules --- icecc-0.9.4/debian/rules +++ icecc-0.9.4/debian/rules @@ -6,7 +6,7 @@ dh $@ build: $(QUILT_STAMPFN) - autoreconf --force + autoreconf -vfi for i in debian/man/*.xml; do \ /usr/bin/docbook2x-man $$i; \ diff -u icecc-0.9.4/debian/control icecc-0.9.4/debian/control --- icecc-0.9.4/debian/control +++ icecc-0.9.4/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian KDE Extras Team <[email protected]> Uploaders: Fathi Boudra <[email protected]>, Mark Purcell <[email protected]> -Build-Depends: debhelper (>= 7), quilt, automake, libtool, docbook2x, +Build-Depends: debhelper (>= 7), quilt, autoconf, automake, libtool, docbook2x, libdevstat-dev [kfreebsd-i386 kfreebsd-amd64] Homepage: http://en.opensuse.org/Icecream Standards-Version: 3.8.1 diff -u icecc-0.9.4/debian/changelog icecc-0.9.4/debian/changelog --- icecc-0.9.4/debian/changelog +++ icecc-0.9.4/debian/changelog @@ -1,3 +1,12 @@ +icecc (0.9.4-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS due to auto* version mismatch: + - Add autoconf to Build-Depends. + - Use “autoreconf -vfi” to regenerate everything. + + -- Cyril Brulebois <[email protected]> Sun, 13 Dec 2009 18:28:15 +0100 + icecc (0.9.4-1.1) unstable; urgency=low * Non-maintainer upload.
signature.asc
Description: Digital signature
_______________________________________________ pkg-kde-extras mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras
