This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libgoby-java.
commit 70616903c5a9104a34c97774f26308f4576a4673 Author: Andreas Tille <[email protected]> Date: Thu Dec 29 23:40:01 2016 +0000 Normalise packaging in SVN --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 32 ++++++++++++++++++++++---------- debian/copyright | 2 +- debian/rules | 9 --------- debian/watch | 5 +++-- 6 files changed, 28 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d4ffdb..0be344d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ goby-framework (2.1.1+dfsg-1) UNRELEASED; urgency=low * Initial release (Closes: #<bug>) + TODO: Move packaging to Git, update to latest upstream -- Andreas Tille <[email protected]> Tue, 18 Dec 2012 17:11:24 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 3bb04c2..03fb2fc 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,32 @@ Source: goby-framework -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9), javahelper (>=0.25), default-jdk, ant, ant-contrib, - libjbzip2-java, libcommons-collections3-java, libcommons-configuration-java, - libcommons-exec-java, libcommons-io-java, libcommons-lang-java, libcommons-logging-java, - libcommons-math-java, liblog4j1.2-java -Standards-Version: 3.9.4 +Section: science +Priority: optional +Build-Depends: debhelper (>= 10), + javahelper, + default-jdk, + ant, + ant-contrib, + libjbzip2-java, + libcommons-collections3-java, + libcommons-configuration-java, + libcommons-exec-java, + libcommons-io-java, + libcommons-lang-java, + libcommons-logging-java, + libcommons-math-java, + liblog4j1.2-java +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/goby-framework/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/goby-framework/trunk/ Homepage: http://campagnelab.org/software/goby/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/goby-framework/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/goby-framework/trunk/ Package: libgoby-java Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${java:Depends} Recommends: ${java:Recommends} Description: store next-generation sequencing data and intermediary analysis results Goby is a next-gen data management framework designed to facilitate the diff --git a/debian/copyright b/debian/copyright index 123cb3d..e5215ff 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Goby Upstream-Contact: [email protected] Source: http://chagall.med.cornell.edu/goby/releases/archive/ diff --git a/debian/rules b/debian/rules index 5436e4b..53f55e1 100755 --- a/debian/rules +++ b/debian/rules @@ -16,12 +16,3 @@ override_dh_auto_configure: dh_auto_configure ln -s ../debian/buildsupport/build.xml buildsupport/build.xml ln -s ../debian/buildsupport/gitant buildsupport/gitant - -# Remark: The following uscan command requires devscripts > 2.12.4 which is not -# yet released at the time of this package release. The code can be obtained -# via -# git clone git://[email protected]/git/users/tille/devscripts.git -# and then use scripts/uscan.pl -get-orig-source: - mkdir -p ../tarballs - uscan --verbose --force-download --repack-compression xz --destdir ../tarballs diff --git a/debian/watch b/debian/watch index 8e93766..4965435 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@ -version=3 -opts="dversionmangle=s/\+dfsg//g" \ +version=4 + +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ https://github.com/CampagneLaboratory/goby/tags .*/(\d[\d\.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libgoby-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
