[med-svn] [forester] 06/11: Update metainformation and normalise packaging
Andreas Tille
tille at debian.org
Sun Dec 10 09:17:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository forester.
commit 215fe71186bab362262f9cacc75b8e037738d844
Author: Andreas Tille <tille at debian.org>
Date: Sat Dec 31 19:32:05 2016 +0000
Update metainformation and normalise packaging
---
debian/compat | 2 +-
debian/control | 29 +++++++++++++++++------------
debian/get-orig-source.sh | 2 ++
3 files changed, 20 insertions(+), 13 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+10
diff --git a/debian/control b/debian/control
index f012d69..9eeeb02 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
Source: libforester-java
-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/
+Section: java
+Priority: optional
+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 @@ Description: Graphical vizualiation tool Archaeopteryx
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
-Section: doc
Architecture: all
+Section: doc
Depends: ${misc:Depends}
Description: [Biology] Documentation for forester
Forester is a library of Java software for phylogenomics
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 7043b27..d077111 100755
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -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`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/forester.git
More information about the debian-med-commit
mailing list