r51444 - in /packages/unstable/nautilus-sendto/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 15 16:34:46 UTC 2016


Author: biebl
Date: Sat Oct 15 16:34:38 2016
New Revision: 51444

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51444
Log:
Re-add gnome-get-source.mk include for the get-orig-source target.

Modified:
    packages/unstable/nautilus-sendto/debian/changelog
    packages/unstable/nautilus-sendto/debian/rules

Modified: packages/unstable/nautilus-sendto/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/changelog?rev=51444&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/changelog	[utf-8] (original)
+++ packages/unstable/nautilus-sendto/debian/changelog	[utf-8] Sat Oct 15 16:34:38 2016
@@ -4,6 +4,7 @@
     The nautilus-sendto binary is used by nautilus and envince for the
     "Send To" feature.
   * Bump debhelper compat level to 10.
+  * Re-add gnome-get-source.mk include for the get-orig-source target.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 15 Oct 2016 18:31:14 +0200
 

Modified: packages/unstable/nautilus-sendto/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/rules?rev=51444&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/rules	[utf-8] (original)
+++ packages/unstable/nautilus-sendto/debian/rules	[utf-8] Sat Oct 15 16:34:38 2016
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
+
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 # Ensure at build time that the library has no dependencies on undefined
 # symbols, and speed up loading.
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@ --with gnome




More information about the pkg-gnome-commits mailing list