[med-svn] r9884 - trunk/packages/libhmsbeagle/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Mar 5 12:35:47 UTC 2012
Author: tille
Date: 2012-03-05 12:35:47 +0000 (Mon, 05 Mar 2012)
New Revision: 9884
Modified:
trunk/packages/libhmsbeagle/trunk/debian/changelog
trunk/packages/libhmsbeagle/trunk/debian/compat
trunk/packages/libhmsbeagle/trunk/debian/control
trunk/packages/libhmsbeagle/trunk/debian/copyright
Log:
Arch: linux-any to enable exclusive usage of openjdk-6-jdk; some small packaging updates
Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/changelog 2012-03-05 10:57:59 UTC (rev 9883)
+++ trunk/packages/libhmsbeagle/trunk/debian/changelog 2012-03-05 12:35:47 UTC (rev 9884)
@@ -1,12 +1,27 @@
-libhmsbeagle (1.0-5) UNRELEASED; urgency=low
+libhmsbeagle (1.0-5) unstable; urgency=low
+ [Charles Plessy]
+ * debian/upstream
+ - renamed from debian/upstream-metadata.yaml
+ - fixed title field
+
+ [Andreas Tille]
* Remove useless remainings which were forgotten to clean up in last
upload (debian/rules_peter; template comments in
debian/patches/disable_cpu_sse_plugin.patch
- * debian/copyright: Aaron Darling as Upstream-Contact because he seems
- to be competent for packaging issues
+ * debian/copyright:
+ - Aaron Darling as Upstream-Contact because he seems to be competent for
+ packaging issues
+ - run `cme fix dpkg-copyright' to check for DEP5 issues
+ * debian/control:
+ - Architecture: linux-any because openjdk as is not available for kfreebsd
+ - Build-Depends: s/default-jdk/openjdk-6-jdk/
+ Closes: #661659
+ - Standards-Version: 3.9.3 (no changes needed)
+ * debhelper 8 (control+compat)
+ * debian/upstream: moved DOI+PMID to References
- -- Andreas Tille <tille at debian.org> Wed, 25 Jan 2012 14:28:17 +0100
+ -- Andreas Tille <tille at debian.org> Mon, 05 Mar 2012 10:06:23 +0100
libhmsbeagle (1.0-4) unstable; urgency=low
Modified: trunk/packages/libhmsbeagle/trunk/debian/compat
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/compat 2012-03-05 10:57:59 UTC (rev 9883)
+++ trunk/packages/libhmsbeagle/trunk/debian/compat 2012-03-05 12:35:47 UTC (rev 9884)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/libhmsbeagle/trunk/debian/control
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/control 2012-03-05 10:57:59 UTC (rev 9883)
+++ trunk/packages/libhmsbeagle/trunk/debian/control 2012-03-05 12:35:47 UTC (rev 9884)
@@ -4,9 +4,9 @@
DM-Upload-Allowed: yes
Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dh-autoreconf,
- doxygen, javahelper (>=0.25), default-jdk, ant
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), autotools-dev, dh-autoreconf,
+ doxygen, javahelper (>=0.25), openjdk-6-jdk, ant
+Standards-Version: 3.9.3
Section: libs
Homepage: http://code.google.com/p/beagle-lib
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libhmsbeagle/trunk/
@@ -14,7 +14,7 @@
Package: libhmsbeagle-dev
Section: libdevel
-Architecture: any
+Architecture: linux-any
Depends: libhmsbeagle1 (= ${binary:Version}), ${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
@@ -35,7 +35,7 @@
Package: libhmsbeagle1
Section: libs
-Architecture: any
+Architecture: linux-any
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
@@ -53,7 +53,7 @@
make use of optimized hardware such as graphics processing units.
Package: libhmsbeagle-java
-Architecture: all
+Architecture: linux-any
Section: java
Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: ${java:Recommends}
Modified: trunk/packages/libhmsbeagle/trunk/debian/copyright
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/copyright 2012-03-05 10:57:59 UTC (rev 9883)
+++ trunk/packages/libhmsbeagle/trunk/debian/copyright 2012-03-05 12:35:47 UTC (rev 9884)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: beagle-lib
Upstream-Contact: Aaron Darling <aarondarling at ucdavis.edu>
Source: http://code.google.com/p/beagle-lib/source/browse/#svn%2Ftags
@@ -27,3 +27,4 @@
© 2012 Andreas Tille <tille at debian.org>
License: LGPL-3+
Same license as the software itself
+
More information about the debian-med-commit
mailing list