Author: tille Date: 2013-08-23 12:35:02 +0000 (Fri, 23 Aug 2013) New Revision: 14510
Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog trunk/packages/libhmsbeagle/trunk/debian/control Log: Upload to unstable to fix a bug that was just fixed in experimental Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog =================================================================== --- trunk/packages/libhmsbeagle/trunk/debian/changelog 2013-08-23 12:19:50 UTC (rev 14509) +++ trunk/packages/libhmsbeagle/trunk/debian/changelog 2013-08-23 12:35:02 UTC (rev 14510) @@ -1,3 +1,13 @@ +libhmsbeagle (1.1r1092-2) unstable; urgency=low + + * Upload to unstable because it + Closes: #720562 + * debian/control: + - cme fix dpkg-control + - anonscm in Vcs fields + + -- Andreas Tille <[email protected]> Fri, 23 Aug 2013 14:17:18 +0200 + libhmsbeagle (1.1r1092-1) experimental; urgency=low * Package SVN trunk because it is required for beast-mcmc Modified: trunk/packages/libhmsbeagle/trunk/debian/control =================================================================== --- trunk/packages/libhmsbeagle/trunk/debian/control 2013-08-23 12:19:50 UTC (rev 14509) +++ trunk/packages/libhmsbeagle/trunk/debian/control 2013-08-23 12:35:02 UTC (rev 14510) @@ -1,22 +1,29 @@ Source: libhmsbeagle -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes Uploaders: Tim Booth <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, - doxygen, javahelper (>=0.25), default-jdk (>= 1:1.6), ant, - dh-linktree, libjs-jquery -Standards-Version: 3.9.3 + Andreas Tille <[email protected]> Section: libs +Priority: optional +Build-Depends: debhelper (>= 9), + autotools-dev, + dh-autoreconf, + doxygen, + javahelper, + default-jdk (>= 1:1.6), + ant, + dh-linktree, + libjs-jquery +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libhmsbeagle/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libhmsbeagle/trunk/ Homepage: http://code.google.com/p/beagle-lib -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libhmsbeagle/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libhmsbeagle/trunk Package: libhmsbeagle-dev +Architecture: linux-any Section: libdevel -Architecture: linux-any -Depends: libhmsbeagle1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libhmsbeagle1 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (devel) BEAGLE is a high-performance library that can perform the core calculations at the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It @@ -36,8 +43,9 @@ Package: libhmsbeagle1 Architecture: linux-any +Depends: ${shlibs:Depends}, + ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics BEAGLE is a high-performance library that can perform the core calculations at the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It @@ -56,7 +64,9 @@ Package: libhmsbeagle-java Architecture: linux-any Section: java -Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends} +Depends: ${java:Depends}, + ${misc:Depends}, + ${shlibs:Depends} Recommends: ${java:Recommends} Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (java) BEAGLE is a high-performance library that can perform the core calculations at @@ -74,3 +84,4 @@ make use of optimized hardware such as graphics processing units. . This package contains the Java interface. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
