[med-svn] r14340 - trunk/packages/infernal/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Aug 5 10:07:33 UTC 2013


Author: tille
Date: 2013-08-05 10:07:33 +0000 (Mon, 05 Aug 2013)
New Revision: 14340

Modified:
   trunk/packages/infernal/trunk/debian/changelog
   trunk/packages/infernal/trunk/debian/control
   trunk/packages/infernal/trunk/debian/rules
Log:
do not Build-Depend: quilt since source format implies this


Modified: trunk/packages/infernal/trunk/debian/changelog
===================================================================
--- trunk/packages/infernal/trunk/debian/changelog	2013-08-05 10:06:01 UTC (rev 14339)
+++ trunk/packages/infernal/trunk/debian/changelog	2013-08-05 10:07:33 UTC (rev 14340)
@@ -5,6 +5,7 @@
   * debian/control:
      - cme fix dpkg-control
      - debhelper 9
+     - do not Build-Depend: quilt since source format implies this
 
  -- Andreas Tille <tille at debian.org>  Mon, 05 Aug 2013 12:06:12 +0200
 

Modified: trunk/packages/infernal/trunk/debian/control
===================================================================
--- trunk/packages/infernal/trunk/debian/control	2013-08-05 10:06:01 UTC (rev 14339)
+++ trunk/packages/infernal/trunk/debian/control	2013-08-05 10:07:33 UTC (rev 14340)
@@ -7,8 +7,7 @@
 Priority: optional
 Build-Depends: dpkg-dev (>= 1.16.1~),
                debhelper (>= 9),
-               autotools-dev,
-               quilt
+               autotools-dev
 Standards-Version: 3.9.4
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/infernal/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/infernal/trunk/

Modified: trunk/packages/infernal/trunk/debian/rules
===================================================================
--- trunk/packages/infernal/trunk/debian/rules	2013-08-05 10:06:01 UTC (rev 14339)
+++ trunk/packages/infernal/trunk/debian/rules	2013-08-05 10:07:33 UTC (rev 14340)
@@ -6,7 +6,7 @@
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh  $@ --with quilt
+	dh  $@
 
 override_dh_auto_clean:
 	if [ -r Makefile ]; then $(MAKE) distclean; fi




More information about the debian-med-commit mailing list