Author: plessy Date: 2010-01-29 04:34:40 +0000 (Fri, 29 Jan 2010) New Revision: 4593
Modified: trunk/packages/clustalx/trunk/debian/changelog trunk/packages/clustalx/trunk/debian/control trunk/packages/clustalx/trunk/debian/rules Log: Clean some temporary files to avoid future FTBFS when libqt will be upgraded. Also, it allows this package to be built on Ubuntu Lucid. Modified: trunk/packages/clustalx/trunk/debian/changelog =================================================================== --- trunk/packages/clustalx/trunk/debian/changelog 2010-01-28 14:21:28 UTC (rev 4592) +++ trunk/packages/clustalx/trunk/debian/changelog 2010-01-29 04:34:40 UTC (rev 4593) @@ -1,3 +1,12 @@ +clustalx (2.0.12-2) unstable; urgency=low + + * Remove the moc_* files before building, to allow the use of later + versions of Qt (debian/rules). + * Incremented Standards-Version to reflect conformance with Policy 3.8.4 + (debian/control, no other changes needed). + + -- Charles Plessy <[email protected]> Fri, 29 Jan 2010 13:16:58 +0900 + clustalx (2.0.12-1) unstable; urgency=low * New upstream release (LP: #423648, #393769): Modified: trunk/packages/clustalx/trunk/debian/control =================================================================== --- trunk/packages/clustalx/trunk/debian/control 2010-01-28 14:21:28 UTC (rev 4592) +++ trunk/packages/clustalx/trunk/debian/control 2010-01-29 04:34:40 UTC (rev 4593) @@ -5,7 +5,7 @@ DM-Upload-Allowed: yes Uploaders: Steffen Moeller <[email protected]>, Charles Plessy <[email protected]> Build-Depends: debhelper (>= 7.0.50~), libqt4-dev, quilt -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/clustalx/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/clustalx/trunk/ XS-Autobuild: yes Modified: trunk/packages/clustalx/trunk/debian/rules =================================================================== --- trunk/packages/clustalx/trunk/debian/rules 2010-01-28 14:21:28 UTC (rev 4592) +++ trunk/packages/clustalx/trunk/debian/rules 2010-01-29 04:34:40 UTC (rev 4593) @@ -9,6 +9,7 @@ dh build clean: unpatch + $(RM) moc_* dh clean install: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
