r2950 - in /unstable/evolution-data-server/debian: changelog control rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Jun 7 17:30:47 UTC 2016
Author: biebl
Date: Tue Jun 7 17:30:46 2016
New Revision: 2950
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2950
Log:
Drop Build-Depends on chrpath and stop calling chrpath in debian/rules.
The shared libraries no longer embed any RPATH so this is not needed
anymore.
Modified:
unstable/evolution-data-server/debian/changelog
unstable/evolution-data-server/debian/control
unstable/evolution-data-server/debian/rules
Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2950&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Tue Jun 7 17:30:46 2016
@@ -1,3 +1,11 @@
+evolution-data-server (3.20.3-2) UNRELEASED; urgency=medium
+
+ * Drop Build-Depends on chrpath and stop calling chrpath in debian/rules.
+ The shared libraries no longer embed any RPATH so this is not needed
+ anymore.
+
+ -- Michael Biebl <biebl at debian.org> Tue, 07 Jun 2016 19:28:42 +0200
+
evolution-data-server (3.20.3-1) unstable; urgency=medium
* Team upload.
Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=2950&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control (original)
+++ unstable/evolution-data-server/debian/control Tue Jun 7 17:30:46 2016
@@ -41,7 +41,6 @@
libwebkitgtk-3.0-dev (>= 2.4.9),
libxml2-dev (>= 2.0.0),
gtk-doc-tools (>= 1.14),
- chrpath,
gobject-introspection (>= 0.9.12-4~),
gperf,
gnome-pkg-tools,
Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2950&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules (original)
+++ unstable/evolution-data-server/debian/rules Tue Jun 7 17:30:46 2016
@@ -66,7 +66,5 @@
binary-install/evolution-data-server::
chgrp mail $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
chmod g+s $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
- chrpath -d -k $(CURDIR)/debian/evolution-data-server/usr/lib/evolution-data-server/*/*.so \
- $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel*1.2
rm $(CURDIR)/debian/tmp/usr/lib/evolution-data-server/*/*.la
rm $(CURDIR)/debian/tmp/usr/lib/*.la
More information about the pkg-evolution-commits
mailing list