Author: plessy Date: 2013-09-14 04:04:51 +0000 (Sat, 14 Sep 2013) New Revision: 14692
Modified: trunk/packages/emboss-explorer/trunk/debian/changelog trunk/packages/emboss-explorer/trunk/debian/rules Log: Invoke dh_apache2 through dh. Modified: trunk/packages/emboss-explorer/trunk/debian/changelog =================================================================== --- trunk/packages/emboss-explorer/trunk/debian/changelog 2013-09-14 04:03:06 UTC (rev 14691) +++ trunk/packages/emboss-explorer/trunk/debian/changelog 2013-09-14 04:04:51 UTC (rev 14692) @@ -19,6 +19,7 @@ * Verbose build logs (debian/rules). * Added Debhelper’s misc:Depends substitution variable. * Build-depend on apache2-dev for dh_apache2. + * Invoke dh_apache2 through dh. -- David Paleino <[email protected]> Sat, 23 May 2009 14:43:42 +0200 Modified: trunk/packages/emboss-explorer/trunk/debian/rules =================================================================== --- trunk/packages/emboss-explorer/trunk/debian/rules 2013-09-14 04:03:06 UTC (rev 14691) +++ trunk/packages/emboss-explorer/trunk/debian/rules 2013-09-14 04:04:51 UTC (rev 14692) @@ -7,7 +7,7 @@ TMP = $(CURDIR)/debian/$(PACKAGE) %: - dh $@ + dh $@ --with apache2 override_dh_auto_test: # disabled because of http://sourceforge.net/tracker/index.php?func=detail&aid=1994385&group_id=124389&atid=699414 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
