[med-svn] r12029 - trunk/packages/mrbayes/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Aug 10 13:56:17 UTC 2012
Author: tille
Date: 2012-08-10 13:56:17 +0000 (Fri, 10 Aug 2012)
New Revision: 12029
Modified:
trunk/packages/mrbayes/trunk/debian/changelog
trunk/packages/mrbayes/trunk/debian/compat
trunk/packages/mrbayes/trunk/debian/control
trunk/packages/mrbayes/trunk/debian/rules
Log:
Debhelper 9 to enable hardening; use xz compression because size of -dbg package increased drastically in this build (but even xz helped that much); upload to unstable
Modified: trunk/packages/mrbayes/trunk/debian/changelog
===================================================================
--- trunk/packages/mrbayes/trunk/debian/changelog 2012-08-10 13:40:00 UTC (rev 12028)
+++ trunk/packages/mrbayes/trunk/debian/changelog 2012-08-10 13:56:17 UTC (rev 12029)
@@ -1,10 +1,13 @@
-mrbayes (3.2.1+dfsg-2) UNRELEASED; urgency=low
+mrbayes (3.2.1+dfsg-2) unstable; urgency=low
[ Andreas Tille ]
* debian/upstream: Add publication data
* debian/patches/as-needed.patch: Enable building using --as-needed
thanks for the patch to Ilya Barygin <randomaction at ubuntu.com>
Closes: #678175
+ * debian/control: Dropped quilt from Build-Depends
+ * debhelper 9 (control+compat)
+ * debian/rules: use xz compression
[ Charles Plessy ]
* debian/control: corrected a typo (Closes: #671666).
Modified: trunk/packages/mrbayes/trunk/debian/compat
===================================================================
--- trunk/packages/mrbayes/trunk/debian/compat 2012-08-10 13:40:00 UTC (rev 12028)
+++ trunk/packages/mrbayes/trunk/debian/compat 2012-08-10 13:56:17 UTC (rev 12029)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/mrbayes/trunk/debian/control
===================================================================
--- trunk/packages/mrbayes/trunk/debian/control 2012-08-10 13:40:00 UTC (rev 12028)
+++ trunk/packages/mrbayes/trunk/debian/control 2012-08-10 13:56:17 UTC (rev 12029)
@@ -9,7 +9,7 @@
Pjotr Prins <pjotr.debian at thebird.nl>,
Andreas Tille <tille at debian.org>
Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 8), libreadline-dev, mpi-default-dev, quilt (>=0.47), libhmsbeagle-dev, autoconf (>= 2.65), automake (>= 1:1.11)
+Build-Depends: debhelper (>= 9), libreadline-dev, mpi-default-dev, libhmsbeagle-dev, autoconf (>= 2.65), automake (>= 1:1.11)
Homepage: http://mrbayes.csit.fsu.edu/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mrbayes/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mrbayes/trunk/
Modified: trunk/packages/mrbayes/trunk/debian/rules
===================================================================
--- trunk/packages/mrbayes/trunk/debian/rules 2012-08-10 13:40:00 UTC (rev 12028)
+++ trunk/packages/mrbayes/trunk/debian/rules 2012-08-10 13:56:17 UTC (rev 12029)
@@ -35,5 +35,8 @@
override_dh_compress:
dh_compress --exclude=.pdf
+override_dh_builddeb:
+ dh_builddeb -- -Z xz
+
get-orig-source:
uscan --verbose --force-download
More information about the debian-med-commit
mailing list