[med-svn] r9340 - trunk/packages/libhmsbeagle/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Jan 19 15:14:05 UTC 2012


Author: tille
Date: 2012-01-19 15:14:04 +0000 (Thu, 19 Jan 2012)
New Revision: 9340

Modified:
   trunk/packages/libhmsbeagle/trunk/debian/changelog
   trunk/packages/libhmsbeagle/trunk/debian/control
   trunk/packages/libhmsbeagle/trunk/debian/get-orig-source
Log:
Adapt description text of the java library; kick MSC project files because dlls are included; add proper changelog entries for the changes made


Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-01-19 08:54:02 UTC (rev 9339)
+++ trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-01-19 15:14:04 UTC (rev 9340)
@@ -1,8 +1,14 @@
 libhmsbeagle (1.0-1) unstable; urgency=low
 
   * Initial upload to Debian (Closes: #???)
+  * debian/get-orig-source: Fetch tagged version instead of trunk
+  * debian/watch: Detect new tags
+  * debian/control:
+    - Add Java library package
+    - Added needed Java (Build-)Depends
+  * debian/rules: Build Java Library
 
- -- Andreas Tille <tille at debian.org>  Wed, 18 Jan 2012 22:22:47 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 19 Jan 2012 16:02:12 +0100
 
 libhmsbeagle (0.1052-2) unstable; urgency=low
 

Modified: trunk/packages/libhmsbeagle/trunk/debian/control
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/control	2012-01-19 08:54:02 UTC (rev 9339)
+++ trunk/packages/libhmsbeagle/trunk/debian/control	2012-01-19 15:14:04 UTC (rev 9340)
@@ -67,18 +67,19 @@
 Section: java
 Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${java:Recommends}
-Description: library 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 can make use of highly-parallel processors
- such as those in graphics cards (GPUs) found in many PCs.
+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
+ can make use of highly-parallel processors such as those in graphics cards
+ (GPUs) found in many PCs.
+ . 
+ The project involves an open API and fast implementations of a library for
+ evaluating phylogenetic likelihoods (continuous time Markov processes) of
+ biomolecular sequence evolution.
  .
- The project involves an open API and fast implementations of a library
- for evaluating phylogenetic likelihoods (continuous time Markov
- processes) of biomolecular sequence evolution.
+ The aim is to provide high performance evaluation 'services' to a wide range
+ of phylogenetic software, both Bayesian samplers and Maximum Likelihood
+ optimizers.  This allows these packages to make use of implementations that
+ make use of optimized hardware such as graphics processing units.
  .
- The aim is to provide high performance evaluation 'services' to a wide
- range of phylogenetic software, both Bayesian samplers and Maximum
- Likelihood optimizers. This allows these packages to make use of
- implementations that make use of optimized hardware such as graphics
- processing units.
+ This package contains the Java interface.

Modified: trunk/packages/libhmsbeagle/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/get-orig-source	2012-01-19 08:54:02 UTC (rev 9339)
+++ trunk/packages/libhmsbeagle/trunk/debian/get-orig-source	2012-01-19 15:14:04 UTC (rev 9340)
@@ -28,5 +28,9 @@
 
 rm -f "${TARDIR}"/.gitignore
 
+# Directory contains code for MSC including binary dlls which need to be deleted anyway
+# Once we are about to remove something just kick the whole dir ...
+rm -f "${TARDIR}"/project
+
 GZIP="--best --no-name" tar -czf "$NAME"_"$VERSION".orig.tar.gz "${TARDIR}"
 rm -rf "${TARDIR}"




More information about the debian-med-commit mailing list