[med-svn] r12692 - trunk/packages/goby-framework/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Dec 18 21:45:03 UTC 2012
Author: tille
Date: 2012-12-18 21:45:03 +0000 (Tue, 18 Dec 2012)
New Revision: 12692
Modified:
trunk/packages/goby-framework/trunk/debian/copyright
trunk/packages/goby-framework/trunk/debian/rules
trunk/packages/goby-framework/trunk/debian/watch
Log:
Use uscan from git to remove a lot of data we do not need to build the package (und thus we do not need to care for the license) as well as some JAR files we will replace by Debian packages ones
Modified: trunk/packages/goby-framework/trunk/debian/copyright
===================================================================
--- trunk/packages/goby-framework/trunk/debian/copyright 2012-12-18 21:36:25 UTC (rev 12691)
+++ trunk/packages/goby-framework/trunk/debian/copyright 2012-12-18 21:45:03 UTC (rev 12692)
@@ -3,6 +3,11 @@
Upstream-Contact: goby-framework at googlegroups.com
Source: http://chagall.med.cornell.edu/goby/releases/archive/
https://github.com/CampagneLaboratory/goby/tags
+Files-Excluded:
+ */bzip2.jar
+ */commons*.jar
+ */log4j-.jar
+ data/
Files: *
Copyright: © 20xx-20yy <upstream>
Modified: trunk/packages/goby-framework/trunk/debian/rules
===================================================================
--- trunk/packages/goby-framework/trunk/debian/rules 2012-12-18 21:36:25 UTC (rev 12691)
+++ trunk/packages/goby-framework/trunk/debian/rules 2012-12-18 21:45:03 UTC (rev 12692)
@@ -4,3 +4,12 @@
%:
dh $@
+
+# 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://tille@git.debian.org/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
Modified: trunk/packages/goby-framework/trunk/debian/watch
===================================================================
--- trunk/packages/goby-framework/trunk/debian/watch 2012-12-18 21:36:25 UTC (rev 12691)
+++ trunk/packages/goby-framework/trunk/debian/watch 2012-12-18 21:45:03 UTC (rev 12692)
@@ -1,2 +1,3 @@
version=3
-https://github.com/CampagneLaboratory/goby/tags .*/(\d[\d\.]+)\.tar\.gz
+opts="dversionmangle=s/\+dfsg//g" \
+ https://github.com/CampagneLaboratory/goby/tags .*/(\d[\d\.]+)\.tar\.gz
More information about the debian-med-commit
mailing list