[SCM] FreeFem++ packaging branch, master, updated. debian/3.13-1-16-g51327d7

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Mon Jun 13 16:24:32 UTC 2011


The following commit has been merged in the master branch:
commit 9e39ce70cffa6ca789a32cdd901df300afdb6ed8
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Sun Jun 12 16:31:30 2011 +0300

    Add repack script for clean up of the source

diff --git a/debian/repack.sh b/debian/repack.sh
new file mode 100644
index 0000000..8a43eaf
--- /dev/null
+++ b/debian/repack.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+#clean up the upstream tarball
+
+VERSION=3.13.1
+gunzip freefem++-$VERSION.tar.gz
+tar --delete --file=freefem++-$VERSION.tar freefem++-3.13/._FreeFem++-CoCoa
+gzip freefem++-$VERSION.tar
+
+exit 0
\ No newline at end of file

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list