[med-svn] r12137 - trunk/packages/mothur/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Aug 27 13:43:14 UTC 2012


Author: tille
Date: 2012-08-27 13:43:14 +0000 (Mon, 27 Aug 2012)
New Revision: 12137

Modified:
   trunk/packages/mothur/trunk/debian/control
   trunk/packages/mothur/trunk/debian/rules
Log:
drop explicite quilt dependency which is just given by source format 3.0 (quilt)


Modified: trunk/packages/mothur/trunk/debian/control
===================================================================
--- trunk/packages/mothur/trunk/debian/control	2012-08-27 13:40:37 UTC (rev 12136)
+++ trunk/packages/mothur/trunk/debian/control	2012-08-27 13:43:14 UTC (rev 12137)
@@ -5,7 +5,7 @@
 Uploaders: Steffen Moeller <moeller at debian.org>,
  Andreas Tille <tille at debian.org>,
  Tim Booth <tbooth at ceh.ac.uk>
-Build-Depends: debhelper (>= 8), libreadline-dev, gfortran, quilt, libopenmpi-dev
+Build-Depends: debhelper (>= 8), libreadline-dev, gfortran, libopenmpi-dev
 Standards-Version: 3.9.3
 Homepage: http://www.mothur.org
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mothur/trunk/

Modified: trunk/packages/mothur/trunk/debian/rules
===================================================================
--- trunk/packages/mothur/trunk/debian/rules	2012-08-27 13:40:37 UTC (rev 12136)
+++ trunk/packages/mothur/trunk/debian/rules	2012-08-27 13:43:14 UTC (rev 12137)
@@ -8,7 +8,7 @@
 ARCHBITS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS)
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_build:
 	if [ $(ARCHBITS) -eq 64 ] ; then \




More information about the debian-med-commit mailing list