Package: subunit Version: 0.0.10-1 Severity: wishlist Hi,
Please find attached patch against the current BZR repository, in order to build subunit 0.0.15. Please apply the patch and release a new Debian version. Alternatively, you can allow me to NMU the package. Cheers, Thomas Goirand (zigo)
diff -u -N -r unstable/debian/changelog subunit-0.0.15/debian/changelog --- unstable/debian/changelog 2013-09-11 00:29:39.000000000 +0800 +++ subunit-0.0.15/debian/changelog 2013-09-11 11:59:22.000000000 +0800 @@ -1,4 +1,10 @@ -subunit (0.0.10-3) UNRELEASED; urgency=low +subunit (0.0.15-1) unstable; urgency=low + + [ Thomas Goirand ] + * New upstream release. + * Drops now obsolete patche for configure.ac file. + * Fix the clean target of debian/rules so that the package can be built + twice. [ Jelmer Vernooij] * Use dh-autoreconf. diff -u -N -r unstable/debian/patches/01_ar subunit-0.0.15/debian/patches/01_ar --- unstable/debian/patches/01_ar 2013-09-11 00:29:39.000000000 +0800 +++ subunit-0.0.15/debian/patches/01_ar 1970-01-01 08:00:00.000000000 +0800 @@ -1,12 +0,0 @@ -=== modified file 'configure.ac' ---- old/configure.ac 2013-02-23 07:08:17 +0000 -+++ new/configure.ac 2013-05-24 23:37:16 +0000 -@@ -19,6 +19,7 @@ - AC_USE_SYSTEM_EXTENSIONS - AC_PROG_CC - AC_PROG_CXX -+AM_PROG_AR - AM_PROG_CC_C_O - AC_PROG_INSTALL - AC_PROG_LN_S - diff -u -N -r unstable/debian/patches/series subunit-0.0.15/debian/patches/series --- unstable/debian/patches/series 2013-09-11 00:29:39.000000000 +0800 +++ subunit-0.0.15/debian/patches/series 1970-01-01 08:00:00.000000000 +0800 @@ -1 +0,0 @@ -01_ar diff -u -N -r unstable/debian/rules subunit-0.0.15/debian/rules --- unstable/debian/rules 2013-09-11 00:29:39.000000000 +0800 +++ subunit-0.0.15/debian/rules 2013-09-11 01:09:54.000000000 +0800 @@ -11,6 +11,13 @@ rm -rf debian/tmp rm -f perl/MYMETA.yml cp -rf debian/upstream-orig-files/* . + rm -fr Makefile.in aclocal.m4 config.guess config.sub install-sh .libs c++/.libs/ c/tests/.libs + find . -iname '*.pyc' -delete + find . -iname '*.o' -delete + find . -iname '*.lo' -delete + find . -iname '.dirstamp' -delete + find . -iname '.exists' -delete + rm -f Makefile c/tests/test_child config.h config.log config.status libcppunit_subunit.la libcppunit_subunit.pc libsubunit.la libsubunit.pc libtool perl/Makefile perl/Makefile.PL perl/blib/lib/Subunit.pm perl/blib/lib/Subunit/Diff.pm perl/blib/script/subunit-diff stamp-h1 override_dh_auto_test: dh_auto_test || true