Author: tille Date: 2014-04-13 19:16:26 +0000 (Sun, 13 Apr 2014) New Revision: 16686
Modified: trunk/packages/clustalo/trunk/debian/changelog trunk/packages/clustalo/trunk/debian/control trunk/packages/clustalo/trunk/debian/rules Log: use dh-autoreconf Modified: trunk/packages/clustalo/trunk/debian/changelog =================================================================== --- trunk/packages/clustalo/trunk/debian/changelog 2014-04-13 19:14:30 UTC (rev 16685) +++ trunk/packages/clustalo/trunk/debian/changelog 2014-04-13 19:16:26 UTC (rev 16686) @@ -4,6 +4,8 @@ * Moved debian/upstream to debian/upstream/metadata * cme fix dpkg-control * cme fix dpkg-copyright + * use dh-autoreconf + Closes: #744421 -- Andreas Tille <[email protected]> Sun, 13 Apr 2014 21:09:34 +0200 Modified: trunk/packages/clustalo/trunk/debian/control =================================================================== --- trunk/packages/clustalo/trunk/debian/control 2014-04-13 19:14:30 UTC (rev 16685) +++ trunk/packages/clustalo/trunk/debian/control 2014-04-13 19:16:26 UTC (rev 16686) @@ -5,6 +5,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), + dh-autoreconf, libargtable2-dev, doxygen, graphviz Modified: trunk/packages/clustalo/trunk/debian/rules =================================================================== --- trunk/packages/clustalo/trunk/debian/rules 2014-04-13 19:14:30 UTC (rev 16685) +++ trunk/packages/clustalo/trunk/debian/rules 2014-04-13 19:16:26 UTC (rev 16686) @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_install: # Generate doxygen doc _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
