r42271 - in /desktop/unstable/gnome-photos/debian: changelog control rules
noskcaj-guest at users.alioth.debian.org
noskcaj-guest at users.alioth.debian.org
Mon Aug 25 21:48:16 UTC 2014
Author: noskcaj-guest
Date: Mon Aug 25 21:48:16 2014
New Revision: 42271
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42271
Log:
* debian/rules:
- Disable silent rules so we can find hardening issues
- Fully enable hardening
Modified:
desktop/unstable/gnome-photos/debian/changelog
desktop/unstable/gnome-photos/debian/control
desktop/unstable/gnome-photos/debian/rules
Modified: desktop/unstable/gnome-photos/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/changelog?rev=42271&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/changelog [utf-8] Mon Aug 25 21:48:16 2014
@@ -1,6 +1,9 @@
gnome-photos (3.12.1-2) UNRELEASED; urgency=medium
* debian/control: Add depend on gnome-online-miners to stop a crash
+ * debian/rules:
+ - Disable silent rules so we can find hardening issues
+ - Fully enable hardening
-- Jackson Doak <noskcaj at ubuntu.com> Tue, 26 Aug 2014 07:24:36 +1000
Modified: desktop/unstable/gnome-photos/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/control?rev=42271&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/control [utf-8] Mon Aug 25 21:48:16 2014
@@ -2,7 +2,6 @@
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
-
Source: gnome-photos
Section: gnome
Priority: extra
Modified: desktop/unstable/gnome-photos/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/rules?rev=42271&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/rules [utf-8] Mon Aug 25 21:48:16 2014
@@ -1,8 +1,13 @@
#!/usr/bin/make -f
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DH_VERBOSE=1
%:
dh $@ --with autoreconf
+
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-silent-rules
More information about the pkg-gnome-commits
mailing list