r37927 - in /desktop/unstable/libsecret/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Fri May 24 22:41:30 UTC 2013


Author: jbicha-guest
Date: Fri May 24 22:41:30 2013
New Revision: 37927

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37927
Log:
* debian/rules:
  - Build with --disable-silent-rules for a useful build log

Modified:
    desktop/unstable/libsecret/debian/changelog
    desktop/unstable/libsecret/debian/rules

Modified: desktop/unstable/libsecret/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/changelog?rev=37927&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsecret/debian/changelog [utf-8] Fri May 24 22:41:30 2013
@@ -1,3 +1,10 @@
+libsecret (0.15-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Build with --disable-silent-rules for a useful build log
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 24 May 2013 18:40:30 -0400
+
 libsecret (0.15-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: desktop/unstable/libsecret/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/rules?rev=37927&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/rules [utf-8] (original)
+++ desktop/unstable/libsecret/debian/rules [utf-8] Fri May 24 22:41:30 2013
@@ -10,6 +10,9 @@
 %:
 	dh $@ --with autoreconf,gir
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
 override_dh_install:
 	find debian/tmp/usr/lib -name *.la -delete
 	dh_install --fail-missing




More information about the pkg-gnome-commits mailing list