[SCM] FreeFem++ packaging branch, master, updated. debian/3.23-1-2-g8f9e5dd

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Fri Jun 21 22:26:39 UTC 2013


The following commit has been merged in the master branch:
commit 8f9e5dd8035e8652a520775e3e74816038cfb095
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Sat Jun 22 01:24:50 2013 +0300

    Remove repack.sh script as upstream source is obsolete Mac files clean

diff --git a/debian/WHERE_LIBRARY-config b/debian/WHERE_LIBRARY-config
index 0c71438..1d2ad71 100644
--- a/debian/WHERE_LIBRARY-config
+++ b/debian/WHERE_LIBRARY-config
@@ -1,4 +1,4 @@
-#  Build with freefem++ with ./configure  Fri Jun 21 00:25:52 EEST 2013
+#  Build with freefem++ with ./configure  Fri Jun 21 18:56:42 EEST 2013
 f77 LD /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.so
 f77 INCLUDE -DAdd_  
 fc LD /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.so
diff --git a/debian/repack.sh b/debian/repack.sh
deleted file mode 100644
index a7aaaf9..0000000
--- a/debian/repack.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-#clean up the upstream tarball
-
-PACKAGE=freefem++
-VERSION=3.23
-VERSION1=3.23
-
-cd ../..
-mkdir tmp
-mv $PACKAGE-$VERSION.tar.gz tmp
-cd tmp
-tar zxf $PACKAGE-$VERSION.tar.gz
-rm $(find $PACKAGE-$VERSION -iname '._*')
-tar -czf $PACKAGE-$VERSION1.tar.gz $PACKAGE-$VERSION
-mv $PACKAGE-$VERSION1.tar.gz ..
-cd ..
-rm -rf tmp 
-
-exit 0
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 9e82b4b..7fc939e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,6 +87,6 @@ override_dh_auto_install:
 	chmod ugo-x debian/tmp/usr/lib/ff++/3.*/idp/*.idp
 
 
-# override_dh_auto_test:
-# 	echo "do not run tests"
-# 	#dh_auto_test
+override_dh_auto_test:
+	echo "do not run tests"
+	#dh_auto_test

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list