Author: plessy Date: 2012-02-07 05:30:12 +0000 (Tue, 07 Feb 2012) New Revision: 9604
Added: trunk/packages/mummer/trunk/debian/source/ trunk/packages/mummer/trunk/debian/source/format Modified: trunk/packages/mummer/trunk/debian/changelog trunk/packages/mummer/trunk/debian/control trunk/packages/mummer/trunk/debian/rules Log: Use dpkg source format 3.0 (quilt) as a patch system. Modified: trunk/packages/mummer/trunk/debian/changelog =================================================================== --- trunk/packages/mummer/trunk/debian/changelog 2012-02-06 21:30:55 UTC (rev 9603) +++ trunk/packages/mummer/trunk/debian/changelog 2012-02-07 05:30:12 UTC (rev 9604) @@ -6,6 +6,8 @@ * Conforms to Policy 3.9.2 (debian/control, no other changes needed). * Using Debhelper 8 (debian/control, debian/compat). * Support DEB_BUILD_OPTIONS via Debhelper (debian/rules). + * Use dpkg source format 3.0 (quilt) as a patch system (debian/rules, + debian/control, debian/source/format). -- Charles Plessy <[email protected]> Thu, 02 Feb 2012 12:59:31 +0900 Modified: trunk/packages/mummer/trunk/debian/control =================================================================== --- trunk/packages/mummer/trunk/debian/control 2012-02-06 21:30:55 UTC (rev 9603) +++ trunk/packages/mummer/trunk/debian/control 2012-02-07 05:30:12 UTC (rev 9604) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]>, Charles Plessy <[email protected]> -Build-Depends: quilt, debhelper (>= 8), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended +Build-Depends: debhelper (>= 8), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended Standards-Version: 3.9.2 Homepage: http://mummer.sourceforge.net/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mummer/trunk/ Modified: trunk/packages/mummer/trunk/debian/rules =================================================================== --- trunk/packages/mummer/trunk/debian/rules 2012-02-06 21:30:55 UTC (rev 9603) +++ trunk/packages/mummer/trunk/debian/rules 2012-02-07 05:30:12 UTC (rev 9604) @@ -1,7 +1,5 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make - build: # ... ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) @@ -18,11 +16,10 @@ FINAL_AUX_BIN_DIR = /usr/lib/mummer FINAL_SCRIPT_DIR = /usr/share/perl5/ -build: $(QUILT_STAMPFN) build-stamp +build: build-stamp build-stamp: # Unfortunately the upstream makefile does not separate the build and install steps. -install: install: build # Unfortunately the upstream makefile does not separate the build and install steps. dh_testdir @@ -42,7 +39,7 @@ dh_install touch build-stamp -clean: unpatch +clean: dh clean binary-indep: build install Added: trunk/packages/mummer/trunk/debian/source/format =================================================================== --- trunk/packages/mummer/trunk/debian/source/format (rev 0) +++ trunk/packages/mummer/trunk/debian/source/format 2012-02-07 05:30:12 UTC (rev 9604) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
