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 <[email protected]> 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 <[email protected]>! + -- Nelson A. de Oliveira <[email protected]> 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 <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, Charles Plessy <[email protected]>, - Nelson A. de Oliveira <[email protected]>, Andreas Tille <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Charles Plessy <[email protected]>, Nelson A. de Oliveira <[email protected]>, + Andreas Tille <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
