r47028 - in /packages/jhdf/trunk/debian: README.Source changelog copyright orig-tar.exclude orig-tar.sh rules watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Tue May 5 08:12:25 UTC 2015


Author: tille
Date: Tue May  5 08:12:24 2015
New Revision: 47028

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47028
Log:
Use Files-Exluded rather than removing *.jar in orig-tar.sh

Removed:
    packages/jhdf/trunk/debian/README.Source
    packages/jhdf/trunk/debian/orig-tar.exclude
    packages/jhdf/trunk/debian/orig-tar.sh
Modified:
    packages/jhdf/trunk/debian/changelog
    packages/jhdf/trunk/debian/copyright
    packages/jhdf/trunk/debian/rules
    packages/jhdf/trunk/debian/watch

Modified: packages/jhdf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/changelog?rev=47028&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/changelog	(original)
+++ packages/jhdf/trunk/debian/changelog	Tue May  5 08:12:24 2015
@@ -1,8 +1,10 @@
-jhdf (2.11-1) UNRELEASED; urgency=medium
+jhdf (2.11+dfsg-1) UNRELEASED; urgency=medium
 
   [ Andreas Tille ]
   * Team upload
   * Fix watch file
+  * machine readable copyright file
+  * Use Files-Excluded to strip *.jar files
 
  -- Andreas Tille <tille at debian.org>  Tue, 05 May 2015 09:55:44 +0200
 

Modified: packages/jhdf/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/copyright?rev=47028&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/copyright	(original)
+++ packages/jhdf/trunk/debian/copyright	Tue May  5 08:12:24 2015
@@ -1,6 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: HDF-Java
 Source: https://www.hdfgroup.org/products/java/release/downloadsrc.html
+Files-Excluded: *.jar
 
 Files: *
 Copyright: 2006-2015 by The HDF Group (THG)

Modified: packages/jhdf/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/rules?rev=47028&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/rules	(original)
+++ packages/jhdf/trunk/debian/rules	Tue May  5 08:12:24 2015
@@ -19,3 +19,6 @@
 
 DEB_CONFIGURE_NORMAL_ARGS += --with-jdk=/usr/lib/jvm/default-java/include/,/usr/lib/jvm/default-java/lib/ --with-classpath=/usr/lib/jvm/default-java/lib/ --with-javabin=/usr/lib/jvm/default-java/bin/  --with-libz=yes,/usr/lib  --with-libjpeg=yes,/usr/lib/   $(WITH_HDF5) --with-hdf4=/usr/include/hdf/,/usr/lib/
 DEB_CONFIGURE_PREFIX := $(CURDIR)/debian/tmp/
+
+get-orig-source:
+	uscan --verbose --force-download --repack --compression xz

Modified: packages/jhdf/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/watch?rev=47028&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/watch	(original)
+++ packages/jhdf/trunk/debian/watch	Tue May  5 08:12:24 2015
@@ -1,3 +1,4 @@
 version=3
-https://www.hdfgroup.org/products/java/release/downloadsrc.html .*/src/hdf-java-(\d[.\d]*)\.tar\.gz
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
+   https://www.hdfgroup.org/products/java/release/downloadsrc.html .*/src/hdf-java-(\d[.\d]*)\.tar\.gz
 




More information about the debian-science-commits mailing list