r49750 - /desktop/experimental/gedit/debian/ /desktop/unstable/baobab/debian/ /desktop/unstable/five-or-more/debian/ /desktop/unstable/four-in-a-row/debian/ /desktop/unstable/gedit/debian/ /desktop/unstable/gnome-chess/debian/ /desktop/unstable/gnome-color-manager/debian/ /desktop/unstable/gnome-documents/debian/ /desktop/unstable/gnome-initial-setup/debian/ /desktop/unstable/gnome-klotski/debian/ /desktop/unstable/gnome-logs/debian/ /desktop/unstable/gnome-mahjongg/debian/ /desktop/unstable/gnome-mines/debian/ /desktop/unstable/gnome-nibbles/debian/ /desktop/unstable/gnome-robots/debian/ /desktop/unstable/gnome-sudoku/debian/ /desktop/unstable/gnome-taquin/debian/ /desktop/unstable/gnome-tetravex/debian/ /desktop/unstable/gnome-weather/debian/ /desktop/unstable/iagno/debian/ /desktop/unstable/lightsoff/debian/ /desktop/unstable/quadrapassel/debian/ /desktop/unstable/swell-foop/debian/ /desktop/unstable/tali/debian/ /desktop/unstable/yelp/debian/ /packages/unstable/gnome-2048/debian/ /packages/unstable/gnome-clocks/debian/ /packages/unstable/polari/debian/

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Aug 30 10:51:12 UTC 2016


Author: biebl
Date: Tue Aug 30 10:51:11 2016
New Revision: 49750

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49750
Log:
Fix variable assignment in debian/rules to be a bit more consistent

Modified:
    desktop/experimental/gedit/debian/rules
    desktop/unstable/baobab/debian/rules
    desktop/unstable/five-or-more/debian/rules
    desktop/unstable/four-in-a-row/debian/rules
    desktop/unstable/gedit/debian/rules
    desktop/unstable/gnome-chess/debian/rules
    desktop/unstable/gnome-color-manager/debian/rules
    desktop/unstable/gnome-documents/debian/rules
    desktop/unstable/gnome-initial-setup/debian/rules
    desktop/unstable/gnome-klotski/debian/rules
    desktop/unstable/gnome-logs/debian/rules
    desktop/unstable/gnome-mahjongg/debian/rules
    desktop/unstable/gnome-mines/debian/rules
    desktop/unstable/gnome-nibbles/debian/rules
    desktop/unstable/gnome-robots/debian/rules
    desktop/unstable/gnome-sudoku/debian/rules
    desktop/unstable/gnome-taquin/debian/rules
    desktop/unstable/gnome-tetravex/debian/rules
    desktop/unstable/gnome-weather/debian/rules
    desktop/unstable/iagno/debian/rules
    desktop/unstable/lightsoff/debian/rules
    desktop/unstable/quadrapassel/debian/rules
    desktop/unstable/swell-foop/debian/rules
    desktop/unstable/tali/debian/rules
    desktop/unstable/yelp/debian/rules
    packages/unstable/gnome-2048/debian/rules
    packages/unstable/gnome-clocks/debian/rules
    packages/unstable/polari/debian/rules

Modified: desktop/experimental/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gedit/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/experimental/gedit/debian/rules	[utf-8] (original)
+++ desktop/experimental/gedit/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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
 
 # Parallel breaks i18n https://bugzilla.gnome.org/770100
 

Modified: desktop/unstable/baobab/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/baobab/debian/rules	[utf-8] (original)
+++ desktop/unstable/baobab/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/five-or-more/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/rules	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/four-in-a-row/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/four-in-a-row/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/four-in-a-row/debian/rules	[utf-8] (original)
+++ desktop/unstable/four-in-a-row/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/rules	[utf-8] (original)
+++ desktop/unstable/gedit/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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
 
 # Parallel breaks i18n https://bugzilla.gnome.org/770100
 

Modified: desktop/unstable/gnome-chess/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-chess/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-chess/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-chess/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-color-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-documents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-documents/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-documents/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-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 $@ --parallel --with autoreconf,gnome,gir

Modified: desktop/unstable/gnome-initial-setup/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-initial-setup/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-initial-setup/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-initial-setup/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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 $@ --parallel --with autoreconf,gnome

Modified: desktop/unstable/gnome-klotski/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-klotski/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-klotski/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-klotski/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-logs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-logs/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-logs/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-logs/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -7,10 +7,10 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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
+	dh $@ --parallel --with autoreconf,gnome
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed

Modified: desktop/unstable/gnome-mahjongg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mahjongg/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-mahjongg/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-mahjongg/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-mines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-mines/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-mines/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-nibbles/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-nibbles/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-robots/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-robots/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-robots/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-robots/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-sudoku/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sudoku/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-sudoku/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-sudoku/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-taquin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-taquin/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-taquin/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-taquin/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-tetravex/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-tetravex/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-tetravex/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-tetravex/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/gnome-weather/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-weather/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/gnome-weather/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-weather/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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 $@ --parallel --with autoreconf,gnome

Modified: desktop/unstable/iagno/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/iagno/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/iagno/debian/rules	[utf-8] (original)
+++ desktop/unstable/iagno/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/lightsoff/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/lightsoff/debian/rules	[utf-8] (original)
+++ desktop/unstable/lightsoff/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/quadrapassel/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/quadrapassel/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/quadrapassel/debian/rules	[utf-8] (original)
+++ desktop/unstable/quadrapassel/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/swell-foop/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/swell-foop/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/swell-foop/debian/rules	[utf-8] (original)
+++ desktop/unstable/swell-foop/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/tali/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/tali/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/tali/debian/rules	[utf-8] (original)
+++ desktop/unstable/tali/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: desktop/unstable/yelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/rules?rev=49750&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/rules	[utf-8] (original)
+++ desktop/unstable/yelp/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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 $@ --parallel --with autoreconf,gnome

Modified: packages/unstable/gnome-2048/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-2048/debian/rules?rev=49750&op=diff
==============================================================================
--- packages/unstable/gnome-2048/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-2048/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: packages/unstable/gnome-clocks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-clocks/debian/rules?rev=49750&op=diff
==============================================================================
--- packages/unstable/gnome-clocks/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-clocks/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -3,7 +3,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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

Modified: packages/unstable/polari/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/rules?rev=49750&op=diff
==============================================================================
--- packages/unstable/polari/debian/rules	[utf-8] (original)
+++ packages/unstable/polari/debian/rules	[utf-8] Tue Aug 30 10:51:11 2016
@@ -2,7 +2,7 @@
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-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 $@ --parallel --with autoreconf,gnome,gir




More information about the pkg-gnome-commits mailing list