[Pkg-xfce-commits] r7970 - in /desktop/branches/experimental/xfce4-settings/debian: changelog rules
Jackson Doak
noskcaj-guest at alioth.debian.org
Tue Oct 8 06:40:31 UTC 2013
Author: noskcaj-guest
Date: Tue Oct 8 06:40:30 2013
New Revision: 7970
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=7970
Log:
Use --disable-silent-rules
Modified:
desktop/branches/experimental/xfce4-settings/debian/changelog
desktop/branches/experimental/xfce4-settings/debian/rules
Modified: desktop/branches/experimental/xfce4-settings/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/changelog?rev=7970&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/changelog (original)
+++ desktop/branches/experimental/xfce4-settings/debian/changelog Tue Oct 8 06:40:30 2013
@@ -5,11 +5,12 @@
[ Jackson Doak ]
* Remove redandant "Section" category from debian/control
- * New upstream developpment release.
+ * New upstream development release.
* 02-Xfsettingsd-Check-for-NoSuchExtension-bug-9390 fixed upstream
* debian/changelog: Convert to debian machine readable format
* Refresh remaining patch
* Update all manpages
+ * debian/rules: Use --disable-silent-rules
[ Yves-Alexis Perez ]
* debian/control:
Modified: desktop/branches/experimental/xfce4-settings/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/rules?rev=7970&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/rules (original)
+++ desktop/branches/experimental/xfce4-settings/debian/rules Tue Oct 8 06:40:30 2013
@@ -1,12 +1,17 @@
#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_configure:
+ NOCONFIGURE=1 xdt-autogen
find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
dh_auto_configure -- --enable-libnotify --enable-xcursor \
- --enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs
+ --enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs \
+ --disable-silent-rules
override_dh_auto_clean:
rm -f po/POTFILES.skip
@@ -16,4 +21,4 @@
dh_installman debian/*.1
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
More information about the Pkg-xfce-commits
mailing list