Author: tille Date: 2012-02-29 21:25:43 +0000 (Wed, 29 Feb 2012) New Revision: 9821
Modified: trunk/packages/meme/trunk/debian/control trunk/packages/meme/trunk/debian/rules Log: There is no point in mentioning quilt explicitely when using source format 3.0 (quilt) Modified: trunk/packages/meme/trunk/debian/control =================================================================== --- trunk/packages/meme/trunk/debian/control 2012-02-29 18:07:11 UTC (rev 9820) +++ trunk/packages/meme/trunk/debian/control 2012-02-29 21:25:43 UTC (rev 9821) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.1), quilt (>=0.47), dh-autoreconf, libxslt1-dev +Build-Depends: debhelper (>= 7.1), dh-autoreconf, libxslt1-dev Standards-Version: 3.9.1 Homepage: http://meme.nbcr.net/meme/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/meme/trunk/ Modified: trunk/packages/meme/trunk/debian/rules =================================================================== --- trunk/packages/meme/trunk/debian/rules 2012-02-29 18:07:11 UTC (rev 9820) +++ trunk/packages/meme/trunk/debian/rules 2012-02-29 21:25:43 UTC (rev 9821) @@ -7,7 +7,7 @@ LOGPATH=/var/log/meme %: - dh $@ --with quilt,autoreconf + dh $@ --with autoreconf override_dh_auto_configure: ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --sysconfdir=/etc/meme \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
