Author: tille Date: 2012-05-15 09:15:13 +0000 (Tue, 15 May 2012) New Revision: 10871
Modified: trunk/packages/paml/trunk/debian/changelog trunk/packages/paml/trunk/debian/control trunk/packages/paml/trunk/debian/rules Log: Standards-Version; dh-make boilerplate Modified: trunk/packages/paml/trunk/debian/changelog =================================================================== --- trunk/packages/paml/trunk/debian/changelog 2012-05-15 09:09:32 UTC (rev 10870) +++ trunk/packages/paml/trunk/debian/changelog 2012-05-15 09:15:13 UTC (rev 10871) @@ -1,9 +1,14 @@ paml (4.4e-2) UNRELEASED; urgency=low + [ Pjotr Prins ] * Improved long description. - -- Pjotr Prins <[email protected]> Tue, 04 Oct 2011 11:17:09 +0200 + [ Andreas Tille ] + * debian/control: Standards-Version: 3.9.3 (no changes needed) + * debian/rules: remove useless dh-make template + -- Andreas Tille <[email protected]> Tue, 15 May 2012 11:10:59 +0200 + paml (4.4e-1) unstable; urgency=low * Team upload. Modified: trunk/packages/paml/trunk/debian/control =================================================================== --- trunk/packages/paml/trunk/debian/control 2012-05-15 09:09:32 UTC (rev 10870) +++ trunk/packages/paml/trunk/debian/control 2012-05-15 09:15:13 UTC (rev 10871) @@ -2,10 +2,12 @@ Section: non-free/science Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Pjotr Prins <[email protected]>, Steffen Moeller <[email protected]> +Uploaders: Pjotr Prins <[email protected]>, + Steffen Moeller <[email protected]>, + Andreas Tille <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://abacus.gene.ucl.ac.uk/software/paml.html Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/paml/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/paml/trunk/ Modified: trunk/packages/paml/trunk/debian/rules =================================================================== --- trunk/packages/paml/trunk/debian/rules 2012-05-15 09:09:32 UTC (rev 10870) +++ trunk/packages/paml/trunk/debian/rules 2012-05-15 09:15:13 UTC (rev 10871) @@ -1,10 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
