[med-svn] r15766 - trunk/packages/mrbayes/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Jan 13 16:13:13 UTC 2014
Author: tille
Date: 2014-01-13 16:13:13 +0000 (Mon, 13 Jan 2014)
New Revision: 15766
Modified:
trunk/packages/mrbayes/trunk/debian/changelog
trunk/packages/mrbayes/trunk/debian/control
Log:
Build-Depends: libhmsbeagle-dev (<< 2.1-1) | libhmsbeagle-dev (>= 2.1-2) since libhmsbeagle-dev (= 2.1-1) is lacking the unversioned header dir
Modified: trunk/packages/mrbayes/trunk/debian/changelog
===================================================================
--- trunk/packages/mrbayes/trunk/debian/changelog 2014-01-13 16:11:10 UTC (rev 15765)
+++ trunk/packages/mrbayes/trunk/debian/changelog 2014-01-13 16:13:13 UTC (rev 15766)
@@ -8,6 +8,8 @@
lintian was used in the check for the previous version
- Canoncial Vcs fields
- mrbayes-dbg: s/Conflicts/Breaks/
+ - Build-Depends: libhmsbeagle-dev (<< 2.1-1) | libhmsbeagle-dev (>= 2.1-2)
+ since libhmsbeagle-dev (= 2.1-1) is lacking the unversioned header dir
* debian/patches/ldlibs.patch: Make sure we are properly linking against
all libs
* debian/rules: deactivate dh_auto_install since it tries to move files
Modified: trunk/packages/mrbayes/trunk/debian/control
===================================================================
--- trunk/packages/mrbayes/trunk/debian/control 2014-01-13 16:11:10 UTC (rev 15765)
+++ trunk/packages/mrbayes/trunk/debian/control 2014-01-13 16:13:13 UTC (rev 15766)
@@ -10,7 +10,7 @@
Build-Depends: debhelper (>= 9),
libreadline-dev,
mpi-default-dev,
- libhmsbeagle-dev,
+ libhmsbeagle-dev (<< 2.1-1) | libhmsbeagle-dev (>= 2.1-2),
autoconf,
automake
Standards-Version: 3.9.5
More information about the debian-med-commit
mailing list