[med-svn] r23413 - trunk/packages/libforester-java/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sat Dec 31 19:32:06 UTC 2016
Author: tille
Date: 2016-12-31 19:32:05 +0000 (Sat, 31 Dec 2016)
New Revision: 23413
Modified:
trunk/packages/libforester-java/trunk/debian/compat
trunk/packages/libforester-java/trunk/debian/control
trunk/packages/libforester-java/trunk/debian/get-orig-source.sh
Log:
Update metainformation and normalise packaging
Modified: trunk/packages/libforester-java/trunk/debian/compat
===================================================================
--- trunk/packages/libforester-java/trunk/debian/compat 2016-12-31 19:20:52 UTC (rev 23412)
+++ trunk/packages/libforester-java/trunk/debian/compat 2016-12-31 19:32:05 UTC (rev 23413)
@@ -1 +1 @@
-8
+10
Modified: trunk/packages/libforester-java/trunk/debian/control
===================================================================
--- trunk/packages/libforester-java/trunk/debian/control 2016-12-31 19:20:52 UTC (rev 23412)
+++ trunk/packages/libforester-java/trunk/debian/control 2016-12-31 19:32:05 UTC (rev 23413)
@@ -1,19 +1,23 @@
Source: libforester-java
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>
Section: java
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Olivier Sallou <osallou at debian.org>
-Build-Depends: debhelper (>= 8.0.0),
- default-jdk, junit4, javahelper (>=0.25), libcommons-codec-java, libitext-java
-Standards-Version: 3.9.3
-Homepage: http://code.google.com/p/forester
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libforester-java/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libforester-java/trunk/
+Build-Depends: debhelper (>= 10),
+ default-jdk,
+ junit4,
+ javahelper,
+ libcommons-codec-java,
+ libitext-java
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libforester-java/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libforester-java/trunk/
+Homepage: https://github.com/cmzmasek/forester
Package: forester
Architecture: all
-Depends: ${misc:Depends}, libforester-java
+Depends: ${misc:Depends},
+ libforester-java
Description: Graphical vizualiation tool Archaeopteryx
Archaeopteryx is a software tool for the visualization, analysis,
and editing of potentially large and highly annotated phylogenetic trees.
@@ -23,15 +27,16 @@
Package: libforester-java
Architecture: all
Depends: ${misc:Depends},
- libcommons-codec-java, libitext-java
+ libcommons-codec-java,
+ libitext-java
Description: Libraries for evolutionary biology and comparative genomics research
Forester is a library of Java software for phylogenomics
and evolutionary biology research. It can be used to read or
write phylogenetic trees, export trees to graphics file,...
Package: libforester-java-doc
+Architecture: all
Section: doc
-Architecture: all
Depends: ${misc:Depends}
Description: [Biology] Documentation for forester
Forester is a library of Java software for phylogenomics
Modified: trunk/packages/libforester-java/trunk/debian/get-orig-source.sh
===================================================================
--- trunk/packages/libforester-java/trunk/debian/get-orig-source.sh 2016-12-31 19:20:52 UTC (rev 23412)
+++ trunk/packages/libforester-java/trunk/debian/get-orig-source.sh 2016-12-31 19:32:05 UTC (rev 23413)
@@ -1,5 +1,7 @@
#!/bin/bash
+echo "checkout from https://github.com/cmzmasek/forester"
+exit
PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
VERSION=`dpkg-parsechangelog | awk '/^Version/ { print $2 }' | cut -d "-" -f1`
More information about the debian-med-commit
mailing list