r45252 - in /packages/getdp/trunk/debian: changelog getdp-get-orig-source-svn.sh

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Mon Jul 16 14:09:15 UTC 2012


Author: trophime-guest
Date: Mon Jul 16 14:09:13 2012
New Revision: 45252

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45252
Log:
update to 2.2.1

Modified:
    packages/getdp/trunk/debian/changelog
    packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh

Modified: packages/getdp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/changelog?rev=45252&op=diff
==============================================================================
--- packages/getdp/trunk/debian/changelog (original)
+++ packages/getdp/trunk/debian/changelog Mon Jul 16 14:09:13 2012
@@ -1,3 +1,9 @@
+getdp (2.2.1-1) unstable; urgency=low
+
+  * 
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Mon, 16 Jul 2012 11:25:03 +0200
+
 getdp (2.2.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh?rev=45252&op=diff
==============================================================================
--- packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh (original)
+++ packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh Mon Jul 16 14:09:13 2012
@@ -13,8 +13,9 @@
 ls tmp
 export GMSH_VERSION=$(echo $1~svn$(cd tmp/getdp && svnversion .))
 echo "Building getdp_$GMSH_VERSION.orig.tar.gz" 
-(cd tmp && mv getdp getdp-$GMSH_VERSION-1)
-(cd tmp && tar --exclude-vcs -czf getdp_$GMSH_VERSION.orig.tar.gz getdp-$GMSH_VERSION-1)
+(cd tmp && mv getdp getdp-$GMSH_VERSION)
+(cd tmp && rm -rf getdp-$GMSH_VERSION/contrib/Arpack)
+(cd tmp && tar --exclude-vcs -czf getdp_$GMSH_VERSION.orig.tar.gz getdp-$GMSH_VERSION)
 (cd tmp && rm -rf getdp-$GMSH_VERSION)
 (cd tmp && mv getdp_$GMSH_VERSION.orig.tar.gz ..)
 rm -rf tmp




More information about the debian-science-commits mailing list