r49181 - /desktop/unstable/caribou/debian/rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Jun 27 12:08:39 UTC 2016


Author: bigon
Date: Mon Jun 27 12:08:39 2016
New Revision: 49181

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49181
Log:
debian/rules: Install NEWS file as changelog and prevent unnecessary runtime dependencies

Modified:
    desktop/unstable/caribou/debian/rules

Modified: desktop/unstable/caribou/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/caribou/debian/rules?rev=49181&op=diff
==============================================================================
--- desktop/unstable/caribou/debian/rules	[utf-8] (original)
+++ desktop/unstable/caribou/debian/rules	[utf-8] Mon Jun 27 12:08:39 2016
@@ -2,6 +2,8 @@
 # -*- makefile -*-
 
 export PYTHON=/usr/bin/python3
+
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@ --with gnome,autoreconf,python3
@@ -17,6 +19,9 @@
 	      debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk3-module.desktop
 	dh_install --list-missing
 
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
+
 override_dh_makeshlibs:
 	dh_makeshlibs -plibcaribou0 -V -- -c4
 	dh_makeshlibs -plibcaribou-gtk-module --no-act




More information about the pkg-gnome-commits mailing list