[med-svn] [SCM] igv branch, master, updated. upstream/1.5.21-47-g5dc7479

Andreas Tille tille at debian.org
Sat Mar 12 23:25:24 UTC 2011


The following commit has been merged in the master branch:
commit 5dc74793169055c6450091cbcb7caf543b95eb5e
Author: Andreas Tille <tille at debian.org>
Date:   Sun Mar 13 00:21:26 2011 +0100

      * New upstream version
      * Added myself to uploaders
      * debian/get-orig-source: Get latest version instead of
        packaged version (which is available via apt-get source anyway)

diff --git a/debian/changelog b/debian/changelog
index d8f20aa..7c97c18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+igv (1.5.56-1) unstable; urgency=low
+
+  * New upstream version
+  * Added myself to uploaders
+  * debian/get-orig-source: Get latest version instead of
+    packaged version (which is available via apt-get source anyway)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 12 Mar 2011 20:16:53 +0100
+
 igv (1.5.21-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 8c1e6d9..19c8648 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: non-free/science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
-Uploaders: Shaun Jackman <sjackman at debian.org>
+Uploaders: Shaun Jackman <sjackman at debian.org>,
+ Andreas Tille <tille at debian.org>
 Build-Depends: ant, junit4, openjdk-6-jdk|java-compiler, debhelper (>= 7.0.50~),
  libbatik-java (>>1.7),
  libcommons-math-java, libcommons-net-java, libconcurrent-java,
diff --git a/debian/rules b/debian/rules
index 5c34f22..c00519c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,5 @@ export DH_OPTIONS
 %:
 	dh  $@
 
-v=$(shell dpkg-parsechangelog |sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p')
 get-orig-source:
-	rm -rf igv_$v.orig
-	cd .. && wget -c http://www.broadinstitute.org/igvdata/downloads/IGVDistribution_$v.zip
-	unzip -qo ../IGVDistribution_$v.zip
-	mv IGVDistribution_$v igv_$v.orig
-	rm -rf igv.jar igv_$v.orig/native
-	cd igv_$v.orig/lib && rm -f Jama-* batik* colt* commons-math-* commons-net-* concurrent* jargs* jhdf* junit-* log4j-* sam-* swing-layout-* xml-apis-*
-	BZIP2=--best tar cjf ../igv_$v.orig.tar.bz2 igv_$v.orig
-	rm -rf igv_$v.orig
+	. debian/get-orig-source

-- 
Integrative Genomics Viewer



More information about the debian-med-commit mailing list