[SCM] Packaging for muparser branch, master, updated. debian/2.1.0-2-4-gfcaf381
Scott Howard
showard at debian.org
Thu Apr 12 22:42:14 UTC 2012
The following commit has been merged in the master branch:
commit c27eaaf70a8fb78a8385ca375116a406373e5efe
Author: Scott Howard <showard at debian.org>
Date: Mon Mar 26 16:12:18 2012 -0400
version symbols file
diff --git a/debian/rules b/debian/rules
index 9c25be1..d68c27c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*-.*,\1,p')
%:
dh $@
@@ -15,7 +15,7 @@ override_dh_makeshlibs:
#pkgkde-symbols helper is managing the symbols file.
#Sometimes we'll FTBFS on other arch's toolchains that export or miss
#symbols found by the local arch.
- dh_makeshlibs -- -c0
+ dh_makeshlibs -- -c0 -v$(DEB_UPSTREAM_VERSION)
get-orig-source:
uscan --repack --rename --download-current-version
--
Packaging for muparser
More information about the debian-science-commits
mailing list