[med-svn] r10541 - in trunk/packages/seqan: . trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Apr 23 11:52:33 UTC 2012


Author: tille
Date: 2012-04-23 11:52:33 +0000 (Mon, 23 Apr 2012)
New Revision: 10541

Removed:
   trunk/packages/seqan/branches/
Modified:
   trunk/packages/seqan/trunk/debian/changelog
   trunk/packages/seqan/trunk/debian/orig-tar.sh
   trunk/packages/seqan/trunk/debian/watch
Log:
Upstream has changed method to release archives => Fix watch file; some fixes to orig-tar.sh


Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog	2012-04-23 10:38:09 UTC (rev 10540)
+++ trunk/packages/seqan/trunk/debian/changelog	2012-04-23 11:52:33 UTC (rev 10541)
@@ -1,3 +1,14 @@
+seqan (1.3.1-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * debian/watch: Adapt to new way to provide release archives
+  * debian/orig-tar.sh:
+     - Be less noisy
+     - Provide fallback target dir in case .svn/deb-layout doese not
+       exist - which is the case at least in my checkout
+
+ -- Andreas Tille <tille at debian.org>  Mon, 23 Apr 2012 13:25:17 +0200
+
 seqan (1.3-1) unstable; urgency=low
 
   * Team upload.
@@ -25,7 +36,7 @@
   * debian/control
     - added myself to uploaders
     - Standards-Version: 3.9.1 (no changes needed)
-  * debian/watch: Allso catch RC candidates
+  * debian/watch: Also catch RC candidates
   * debian/source/format: 3.0 (quilt)
 
  -- Charles Plessy <plessy at debian.org>  Fri, 16 Sep 2011 12:51:39 +0900

Modified: trunk/packages/seqan/trunk/debian/orig-tar.sh
===================================================================
--- trunk/packages/seqan/trunk/debian/orig-tar.sh	2012-04-23 10:38:09 UTC (rev 10540)
+++ trunk/packages/seqan/trunk/debian/orig-tar.sh	2012-04-23 11:52:33 UTC (rev 10541)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 SEQANDIR=seqan-$2
 SEQANFILE=seqan_${2}.orig.tar.xz
 
@@ -7,7 +9,7 @@
 mkdir $SEQANDIR
 echo $3
 
-unzip $3 -d $SEQANDIR
+unzip -q $3 # -d $SEQANDIR
 rm -rf $SEQANDIR/lib/samtools
 tar cJf $SEQANFILE $SEQANDIR
 rm -rf $SEQANDIR
@@ -16,8 +18,11 @@
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then
   . .svn/deb-layout
-  mv $SEQANFILE $origDir
-  echo "moved $SEQANFILE to $origDir"
+else
+  origDir=../tarballs
 fi
+mkdir -p $origDir
+mv $SEQANFILE $origDir
+echo "moved $SEQANFILE to $origDir"
 
 exit 0

Modified: trunk/packages/seqan/trunk/debian/watch
===================================================================
--- trunk/packages/seqan/trunk/debian/watch	2012-04-23 10:38:09 UTC (rev 10540)
+++ trunk/packages/seqan/trunk/debian/watch	2012-04-23 11:52:33 UTC (rev 10541)
@@ -1,4 +1,3 @@
 version=3
-http://www.seqan.de/downloads/releases.html \
-  .*/Seqan_Release_([\d\.]+).*\.zip \
-		 debian debian/orig-tar.sh
+http://ftp.seqan.de/releases/seqan-([.\d]+)\.zip \
+   debian debian/orig-tar.sh




More information about the debian-med-commit mailing list