[pkg-boost-commits] r14374 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Feb 21 17:19:57 UTC 2009


Author: smr
Date: 2009-02-21 17:19:57 +0000 (Sat, 21 Feb 2009)
New Revision: 14374

Modified:
   boost/trunk/debian/rules
Log:
Update version nums in rules.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2009-02-21 17:16:29 UTC (rev 14373)
+++ boost/trunk/debian/rules	2009-02-21 17:19:57 UTC (rev 14374)
@@ -14,12 +14,12 @@
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-PKGVERSION = 1.37
-SOVERSION = 1.37.0
-SHLIBS_VERSION = (>= 1.37.0-1)
+PKGVERSION = 1.38
+SOVERSION = 1.38.0
+SHLIBS_VERSION = (>= 1.38.0-1)
 
 # tags for library name decoration
-boost_version = 1_37
+boost_version = 1_38
 
 # Boost libraries for which we want separate packages
 boost_libs := date-time filesystem graph iostreams math mpi	       \
@@ -425,7 +425,7 @@
 	dh_installinfo
 	dh_installchangelogs
 	dh_lintian
-	dh_strip --dbg-package=libboost1.37-dbg -X"-d-"
+	dh_strip --dbg-package=libboost1.38-dbg -X"-d-"
 	dh_link
 	dh_compress -Xlibboost$(PKGVERSION)-doc/HTML
 	dh_pysupport




More information about the pkg-boost-commits mailing list