[Pkg-xfce-commits] r10222 - in /goodies/trunk/lightdm-gtk-greeter/debian: changelog rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sat Dec 9 21:10:02 UTC 2017
Author: corsac
Date: Sat Dec 9 21:10:02 2017
New Revision: 10222
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10222
Log:
force-disable build with -Werror: LGG 2.0.3 enforce build with -Werror,
and it fails because Debian uses -Wdate-time (for build reproducibility)
and LGG uses __DATE__ and __TIME__.
Modified:
goodies/trunk/lightdm-gtk-greeter/debian/changelog
goodies/trunk/lightdm-gtk-greeter/debian/rules
Modified: goodies/trunk/lightdm-gtk-greeter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/changelog?rev=10222&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/changelog (original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/changelog Sat Dec 9 21:10:02 2017
@@ -9,6 +9,9 @@
* Run wrap-and-sort.
* debian/rules:
- drop call to autotools-dev addon.
+ - force-disable build with -Werror: LGG 2.0.3 enforce build with -Werror,
+ and it fails because Debian uses -Wdate-time (for build reproducibility)
+ and LGG uses __DATE__ and __TIME__.
* debian/contro:
- replace autotools-dev build-dep by debhelper >= 9.20160115.
- update standards version to 4.1.1.
Modified: goodies/trunk/lightdm-gtk-greeter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/rules?rev=10222&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/rules (original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/rules Sat Dec 9 21:10:02 2017
@@ -4,7 +4,10 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_configure:
- dh_auto_configure -- --disable-silent-rules --enable-kill-on-sigterm
+ dh_auto_configure -- \
+ --disable-silent-rules \
+ --enable-kill-on-sigterm \
+ --disable-Werror
override_dh_install:
dh_install debian/01_debian.conf usr/share/lightdm/lightdm-gtk-greeter.conf.d/
More information about the Pkg-xfce-commits
mailing list