Author: tille Date: 2008-07-16 10:16:20 +0000 (Wed, 16 Jul 2008) New Revision: 2243
Modified: trunk/packages/maq/trunk/debian/README.Sources trunk/packages/maq/trunk/debian/changelog trunk/packages/maq/trunk/debian/control Log: Changes which make the package ready for upload Modified: trunk/packages/maq/trunk/debian/README.Sources =================================================================== --- trunk/packages/maq/trunk/debian/README.Sources 2008-07-16 06:54:46 UTC (rev 2242) +++ trunk/packages/maq/trunk/debian/README.Sources 2008-07-16 10:16:20 UTC (rev 2243) @@ -1 +1,21 @@ -We have to explain how the patch system work to be nice with Policy 3.8.0. +Short explanation how to handle the patch system quilt for this package +to comply with Policy 3.8.0 (4.14. Source package handling: `debian/README.source'): + +This package uses the quilt patch system. You can use + + quilt push -a + +to apply all patches that were used to build this package. If you use + + quilt pop -a + +all pathces will be reverted to get the clean source. + +You might like to read more about the packaging policy of the Debian Med +packaging team at + + http://debian-med.alioth.debian.org/docs/policy.html + + +-- Andreas Tille <[EMAIL PROTECTED]> Wed, 16 Jul 2008 12:01:33 +0200 + \ No newline at end of file Modified: trunk/packages/maq/trunk/debian/changelog =================================================================== --- trunk/packages/maq/trunk/debian/changelog 2008-07-16 06:54:46 UTC (rev 2242) +++ trunk/packages/maq/trunk/debian/changelog 2008-07-16 10:16:20 UTC (rev 2243) @@ -1,6 +1,10 @@ -maq (0.6.7-1) UNRELEASED; urgency=low +maq (0.6.7-1) unstable; urgency=low + [ Charles Plessy ] * Initial release (Closes: #489836) - -- Charles Plessy <[EMAIL PROTECTED]> Mon, 07 Jul 2008 23:37:51 +0900 + [ Andreas Tille ] + * Rudely deleted -m64 option from configure because multiarch + building leads to several problems + -- Andreas Tille <[EMAIL PROTECTED]> Wed, 16 Jul 2008 12:01:33 +0200 Modified: trunk/packages/maq/trunk/debian/control =================================================================== --- trunk/packages/maq/trunk/debian/control 2008-07-16 06:54:46 UTC (rev 2242) +++ trunk/packages/maq/trunk/debian/control 2008-07-16 10:16:20 UTC (rev 2243) @@ -5,8 +5,7 @@ DM-Upload-Allowed: yes Uploaders: Andreas Tille <[EMAIL PROTECTED]>, Charles Plessy <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>= 7), autotools-dev, gcc-multilib, g++-multilib, - lib64z1-dev, quilt +Build-Depends: cdbs, debhelper (>= 7), autotools-dev, zlib1g-dev, quilt Standards-Version: 3.8.0 Homepage: http://maq.sourceforge.net/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/maq/trunk/?rev=0&sc=0 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
