r36805 - in /desktop/experimental/pango1.0/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Tue Feb 26 11:35:50 UTC 2013
Author: pochu
Date: Tue Feb 26 11:35:50 2013
New Revision: 36805
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36805
Log:
* debian/rules:
- Pass -V without a version to dh_makeshlibs. We have symbol files
for fine-grained versioning, and for shlibs this avoids problems
if the version is not updated.
Modified:
desktop/experimental/pango1.0/debian/changelog
desktop/experimental/pango1.0/debian/rules
Modified: desktop/experimental/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/changelog?rev=36805&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/changelog [utf-8] Tue Feb 26 11:35:50 2013
@@ -3,6 +3,10 @@
* debian/libpango1.0-0.install.opt,
debian/rules:
- We don't have an optimized flavor anymore.
+ * debian/rules:
+ - Pass -V without a version to dh_makeshlibs. We have symbol files
+ for fine-grained versioning, and for shlibs this avoids problems
+ if the version is not updated.
-- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 25 Feb 2013 18:59:50 +0100
Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=36805&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/rules [utf-8] Tue Feb 26 11:35:50 2013
@@ -23,7 +23,6 @@
APIVER := 1.0
SONAME := 0
MODVER := 1.8.0
-SHVERSION := 1.29.4
# relative libdir
LIBDIR := usr/lib/$(DEB_HOST_MULTIARCH)
@@ -65,8 +64,7 @@
DEB_MAKE_CHECK_TARGET = check
DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -X$(MODULES_PATH) \
- -V '$(SHARED_PKG) (>= $(SHVERSION))' \
- --add-udeb=$(UDEB_PKG) -- -c4
+ -V --add-udeb=$(UDEB_PKG) -- -c4
# macro computing the list of 'debian/<pkg>.*" files which have a corresponding
# ".in" file; pass the list of packages in $(1)
More information about the pkg-gnome-commits
mailing list