[SCM] Packaging for getfem++ branch, master, updated. debian/4.2+dfsg1-1-11-gb894e1a

Anton Gladky gladky.anton at gmail.com
Sun Jun 30 21:41:27 UTC 2013


The following commit has been merged in the master branch:
commit e078f2800332bf1c2034e618907443bf55b369d5
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Jun 30 19:40:02 2013 +0200

    Minor clean in debian/rules.

diff --git a/debian/rules b/debian/rules
index 00af256..8088720 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
-#o!/usr/bin/make -f
+#!/usr/bin/make -f
 %:
 	dh $@ --with python2 --parallel --with autoreconf
 
@@ -52,17 +52,9 @@ else
 endif
 
 
-
-
 # shared library versions, option 1
 version=4.2
 major=5
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
 #=====================================================================
 
 override_dh_auto_configure:

-- 
Packaging for getfem++



More information about the debian-science-commits mailing list