[med-svn] r4225 - trunk/packages/autodocksuite/trunk/debian

Nelson A. de Oliveira naoliv at alioth.debian.org
Tue Oct 20 17:13:59 UTC 2009


Author: naoliv
Date: 2009-10-20 17:13:58 +0000 (Tue, 20 Oct 2009)
New Revision: 4225

Modified:
   trunk/packages/autodocksuite/trunk/debian/changelog
   trunk/packages/autodocksuite/trunk/debian/control
   trunk/packages/autodocksuite/trunk/debian/rules
Log:
Fix FTBFS


Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog	2009-10-20 13:24:13 UTC (rev 4224)
+++ trunk/packages/autodocksuite/trunk/debian/changelog	2009-10-20 17:13:58 UTC (rev 4225)
@@ -1,9 +1,15 @@
-autodocksuite (4.2.2.1-2) UNRELEASED; urgency=low
+autodocksuite (4.2.2.1-2) unstable; urgency=low
 
+  [ Andreas Tille ]
   * debian/control: autogrid enhances autodock
 
- -- Andreas Tille <tille at debian.org>  Fri, 16 Oct 2009 22:13:00 +0200
+  [ Nelson A. de Oliveira ]
+  * Fix FTBFS (Closes: #550025)
+    - debian/rules: removed old reference to /usr/share/quilt/quilt.make
+    Thank you Nobuhiro Iwamatsu <iwamatsu at nigauri.org>!
 
+ -- Nelson A. de Oliveira <naoliv at debian.org>  Tue, 20 Oct 2009 15:03:07 -0200
+
 autodocksuite (4.2.2.1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/autodocksuite/trunk/debian/control
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/control	2009-10-20 13:24:13 UTC (rev 4224)
+++ trunk/packages/autodocksuite/trunk/debian/control	2009-10-20 17:13:58 UTC (rev 4225)
@@ -2,8 +2,9 @@
 Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <plessy at debian.org>,
- Nelson A. de Oliveira <naoliv at debian.org>, Andreas Tille <tille at debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Charles Plessy <plessy at debian.org>, Nelson A. de Oliveira <naoliv at debian.org>,
+ Andreas Tille <tille at debian.org>
 Build-Depends: debhelper (>= 7), automake, csh
 Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/autodocksuite/trunk/?rev=0&sc=0

Modified: trunk/packages/autodocksuite/trunk/debian/rules
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/rules	2009-10-20 13:24:13 UTC (rev 4224)
+++ trunk/packages/autodocksuite/trunk/debian/rules	2009-10-20 17:13:58 UTC (rev 4225)
@@ -6,8 +6,6 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-include /usr/share/quilt/quilt.make
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -40,7 +38,7 @@
 	# Add here commands to compile the indep part of the package.
 	touch $@
 
-clean:  unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp configure-stamp




More information about the debian-med-commit mailing list