[Pkg-scicomp-commits] scotch/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Thu Apr 16 08:40:01 UTC 2009


SVN commit 4380 by prudhomm:

update to 5.1.4

 M  +3 -3      scotch/trunk/debian/changelog  
 M  +2 -2      scotch/trunk/debian/control  
 M  +3 -2      scotch/trunk/debian/rules  


--- scotch/trunk/debian/changelog #4379:4380
@@ -1,11 +1,11 @@
-scotch (5.1.2.dfsg-1) unstable; urgency=low
+scotch (5.1.4.dfsg-1) unstable; urgency=low
 
-  [Christophe Prud'homme] 
+  [Christophe Prud'homme]
   * New upstream release
   * debian/rules: rename rule orig-tarball by standard rule
     get-orig-source
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 02 Nov 2008 12:07:24 +0100
+ -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 16 Apr 2009 10:35:48 +0200
 
 scotch (5.0.6.dfsg-3) unstable; urgency=low
 
--- scotch/trunk/debian/control #4379:4380
@@ -83,7 +83,7 @@
 Package: libscotch-dev
 Section: libdevel
 Architecture: any
-Depends: libscotch-5.0.6 (= ${binary:Version}), zlib1g-dev
+Depends: libscotch-5.1 (= ${binary:Version}), zlib1g-dev
 Description: programs and libraries for graph, mesh and hypergraph partitioning
  Headers and libraries package.
  .
@@ -230,7 +230,7 @@
  POSIX threads.
 
 
-Package: libscotch-5.0.6
+Package: libscotch-5.1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
--- scotch/trunk/debian/rules #4379:4380
@@ -3,8 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
-SCOTCH_VERSION=5.1.2
-
 # Add here any variable or target overrides you need.
 # where sources are
 DEB_SRCDIR = $(CURDIR)/src
@@ -36,6 +34,9 @@
 	-rm bin/*
 	-rm src/Makefile.inc
 
+DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')
+SCOTCH_VERSION=$(DEB_STRIPPED_UPSTREAM_VERSION)
+
 get-orig-source:
 	mkdir tmp; \
 	cd tmp; \



More information about the Pkg-scicomp-commits mailing list