r231 - in /packages/v-sim/trunk/debian: changelog orig-tar.sh watch

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Tue Jul 22 09:14:32 UTC 2008


Author: sylvestre-guest
Date: Tue Jul 22 09:14:32 2008
New Revision: 231

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=231
Log:
+  * orig-tar.sh script updated to repack bz2 => gz
+  * watch file updated

Modified:
    packages/v-sim/trunk/debian/changelog
    packages/v-sim/trunk/debian/orig-tar.sh
    packages/v-sim/trunk/debian/watch

Modified: packages/v-sim/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/changelog?rev=231&op=diff
==============================================================================
--- packages/v-sim/trunk/debian/changelog (original)
+++ packages/v-sim/trunk/debian/changelog Tue Jul 22 09:14:32 2008
@@ -16,13 +16,14 @@
   [ Sylvestre Ledru ]
   * New upstream version
   * SVN URLs updated
-  * orig-tar.sh script updated
+  * orig-tar.sh script updated to repack bz2 => gz
+  * watch file updated
   * Merge changes from upstream
   * Lintian override added v-sim-common: extra-license-file we do need them 
     since they are needed by the application itself.
   * Images for the menu moved to the v-sim package instead of v-sim-common
 	
- -- Damien Caliste <damien.caliste at cea.fr>  Wed, 25 Jun 2008 15:15:23 +0200
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Wed, 22 Jul 2008 15:15:23 +0200
 
 v-sim (3.3.3-1) unstable; urgency=low
 

Modified: packages/v-sim/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/orig-tar.sh?rev=231&op=diff
==============================================================================
--- packages/v-sim/trunk/debian/orig-tar.sh (original)
+++ packages/v-sim/trunk/debian/orig-tar.sh Tue Jul 22 09:14:32 2008
@@ -2,9 +2,6 @@
 # called by uscan with '--upstream-version' <version> <file>
 
 TAR=$(basename $3 .bz2)
-echo "plop"
-echo $3
-echo $TAR
 bunzip2 $3
 gzip ../$TAR
 

Modified: packages/v-sim/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/watch?rev=231&op=diff
==============================================================================
--- packages/v-sim/trunk/debian/watch (original)
+++ packages/v-sim/trunk/debian/watch Tue Jul 22 09:14:32 2008
@@ -1,4 +1,4 @@
 version=3
-opts="filenamemangle=s{.*(v_sim-.*.tar.bz2)}{$1},downloadurlmangle=s{-confirm.en.html\?}{/}" \
+opts=filenamemangle=s/.*v_sim-(.*).tar.bz2/v-sim_$1.orig.tar.bz2/,downloadurlmangle=s{-confirm.en.html\?}{/} \
   http://inac.cea.fr/L_Sim/V_Sim/download.html .*v_sim-(.*).tar.bz2 \
 debian debian/orig-tar.sh




More information about the debian-science-commits mailing list