r44977 - in /packages/getdp/trunk/debian: changelog getdp-get-orig-source-svn.sh patches/series

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Jun 7 13:52:22 UTC 2012


Author: trophime-guest
Date: Thu Jun  7 13:52:21 2012
New Revision: 44977

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44977
Log:
add a script to create orig tarball from svn

Added:
    packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh   (with props)
Modified:
    packages/getdp/trunk/debian/changelog
    packages/getdp/trunk/debian/patches/series

Modified: packages/getdp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/changelog?rev=44977&op=diff
==============================================================================
--- packages/getdp/trunk/debian/changelog (original)
+++ packages/getdp/trunk/debian/changelog Thu Jun  7 13:52:21 2012
@@ -1,7 +1,6 @@
-getdp (2.1.2~beta2~svn2304-1) unstable; urgency=low
+getdp (2.1.2~beta2~svn2357-1) unstable; urgency=low
 
-  * New upstream release
-  * Update to svn rev 2274
+  * Update to svn rev 2357
   * Remove unneeded patches
   * debian/rules:
        - rewrite rules for getdp-sparskit (add --disable-gmsh)
@@ -9,7 +8,7 @@
   * Update the minimal version of hdf5
   * Update dependencies to libpetsc3.2-dev & libslepc3.2-dev
 
- -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Fri, 8 Mar 2012 09:45:45 +0100
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Fri, 25 May 2012 08:13:31 +0200
 
 getdp (2.1.0-1) unstable; urgency=low
 

Added: 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=44977&op=file
==============================================================================
--- packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh (added)
+++ packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh Thu Jun  7 13:52:21 2012
@@ -1,0 +1,15 @@
+#!/bin/bash -x
+
+export GMSH_VERSION=$1
+
+mkdir -p tmp
+(cd tmp && svn co https://geuz.org/svn/getdp/trunk getdp)
+pwd
+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 && rm -rf getdp-$GMSH_VERSION)
+(cd tmp && mv getdp_$GMSH_VERSION.orig.tar.gz ..)
+rm -rf tmp

Propchange: packages/getdp/trunk/debian/getdp-get-orig-source-svn.sh
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/getdp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/patches/series?rev=44977&op=diff
==============================================================================
--- packages/getdp/trunk/debian/patches/series (original)
+++ packages/getdp/trunk/debian/patches/series Thu Jun  7 13:52:21 2012
@@ -1,4 +1,4 @@
 Makefile.diff
 configure.diff
 #slepc3.2.patch
-fix_latest_svn.patch
+#fix_latest_svn.patch




More information about the debian-science-commits mailing list