Author: tille Date: 2014-04-13 19:41:32 +0000 (Sun, 13 Apr 2014) New Revision: 16689
Modified: trunk/packages/libgenome/trunk/debian/changelog trunk/packages/libgenome/trunk/debian/control trunk/packages/libgenome/trunk/debian/rules Log: use dh-autoreconf Modified: trunk/packages/libgenome/trunk/debian/changelog =================================================================== --- trunk/packages/libgenome/trunk/debian/changelog 2014-04-13 19:36:37 UTC (rev 16688) +++ trunk/packages/libgenome/trunk/debian/changelog 2014-04-13 19:41:32 UTC (rev 16689) @@ -1,3 +1,10 @@ +libgenome (1.3.1-6) UNRELEASED; urgency=medium + + * use dh-autoreconf + Closes: #744609 + + -- Andreas Tille <[email protected]> Sun, 13 Apr 2014 21:39:18 +0200 + libgenome (1.3.1-5) unstable; urgency=low * symbols control file does more harm than good - deactivating Modified: trunk/packages/libgenome/trunk/debian/control =================================================================== --- trunk/packages/libgenome/trunk/debian/control 2014-04-13 19:36:37 UTC (rev 16688) +++ trunk/packages/libgenome/trunk/debian/control 2014-04-13 19:41:32 UTC (rev 16689) @@ -4,6 +4,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), + dh-autoreconf, autotools-dev, d-shlibs Standards-Version: 3.9.4 Modified: trunk/packages/libgenome/trunk/debian/rules =================================================================== --- trunk/packages/libgenome/trunk/debian/rules 2014-04-13 19:36:37 UTC (rev 16688) +++ trunk/packages/libgenome/trunk/debian/rules 2014-04-13 19:41:32 UTC (rev 16689) @@ -6,7 +6,7 @@ # series=1.0.3 %: - dh $@ + dh $@ --with autoreconf override_dh_install: dh_install _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
