[med-svn] r4052 - trunk/packages/mafft/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Sep 28 09:16:13 UTC 2009
Author: tille
Date: 2009-09-28 09:16:13 +0000 (Mon, 28 Sep 2009)
New Revision: 4052
Removed:
trunk/packages/mafft/trunk/debian/patches/
Modified:
trunk/packages/mafft/trunk/debian/changelog
trunk/packages/mafft/trunk/debian/control
trunk/packages/mafft/trunk/debian/rules
Log:
Removed patch applied upstream, no need for quilt any more
Modified: trunk/packages/mafft/trunk/debian/changelog
===================================================================
--- trunk/packages/mafft/trunk/debian/changelog 2009-09-28 09:10:24 UTC (rev 4051)
+++ trunk/packages/mafft/trunk/debian/changelog 2009-09-28 09:16:13 UTC (rev 4052)
@@ -10,6 +10,8 @@
- Standards-Version: 3.8.3 (no changes needed)
- s/Debian-Med/Debian Med/
* debhelper 7
+ * No need for debian/patches/Securisation-by-mktemp-usage.patch any more
+ * Removed quilt dependency
-- Andreas Tille <tille at debian.org> Mon, 28 Sep 2009 09:02:30 +0200
Modified: trunk/packages/mafft/trunk/debian/control
===================================================================
--- trunk/packages/mafft/trunk/debian/control 2009-09-28 09:10:24 UTC (rev 4051)
+++ trunk/packages/mafft/trunk/debian/control 2009-09-28 09:16:13 UTC (rev 4052)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.1), quilt
+Build-Depends: debhelper (>= 7.1)
Standards-Version: 3.8.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mafft/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mafft/trunk/
Modified: trunk/packages/mafft/trunk/debian/rules
===================================================================
--- trunk/packages/mafft/trunk/debian/rules 2009-09-28 09:10:24 UTC (rev 4051)
+++ trunk/packages/mafft/trunk/debian/rules 2009-09-28 09:16:13 UTC (rev 4052)
@@ -5,7 +5,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/quilt/quilt.make
+# include /usr/share/quilt/quilt.make
XP=xsltproc \
-''-nonet \
@@ -29,7 +29,7 @@
mafft-homologs.1: debian/mafft-homologs.1.xml
$(XP) $<
-build: patch build-stamp
+build: build-stamp
build-stamp:
dh_testdir
$(MAKE) -C src PREFIX=/usr/lib/mafft
@@ -45,7 +45,7 @@
-$(MAFFT) --localpair test/sample | diff test/sample.lins1 -
-$(MAFFT) --localpair --maxiterate 100 test/sample | diff test/sample.linsi -
-clean: unpatch
+clean:
dh_testdir
dh_testroot
[ ! -f Makefile ] || $(MAKE) -C src clean
More information about the debian-med-commit
mailing list