[Pkg-xfce-commits] r9160 - in /goodies/trunk/lightdm-gtk-greeter/debian: 01_debian.conf changelog patches/04_default-gtk-greeter-config.patch patches/series rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Thu May 21 10:48:27 UTC 2015
Author: corsac
Date: Thu May 21 10:48:27 2015
New Revision: 9160
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9160
Log:
* debian/01_debian.conf:
- add Debian default configuration
* debian/rules:
- ship Debian configuration in newly supported
/u/s/lightdm/lightdm-gtk-greeter.conf.d folder.
* debian/patches:
- 04_default-gtk-greeter-config dropped, we use config folders now.
Added:
goodies/trunk/lightdm-gtk-greeter/debian/01_debian.conf
Removed:
goodies/trunk/lightdm-gtk-greeter/debian/patches/04_default-gtk-greeter-config.patch
goodies/trunk/lightdm-gtk-greeter/debian/patches/series
Modified:
goodies/trunk/lightdm-gtk-greeter/debian/changelog
goodies/trunk/lightdm-gtk-greeter/debian/rules
Added: goodies/trunk/lightdm-gtk-greeter/debian/01_debian.conf
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/01_debian.conf?rev=9160&op=file
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/01_debian.conf (added)
+++ goodies/trunk/lightdm-gtk-greeter/debian/01_debian.conf Thu May 21 10:48:27 2015
@@ -0,0 +1,9 @@
+# Debian specific defaults
+#
+
+[greeter]
+background=/usr/share/images/desktop-base/login-background.svg
+theme-name=Adwaita
+xft-antialias=true
+xft-hintstyle=hintfull
+xft-rgba=rgb
Modified: goodies/trunk/lightdm-gtk-greeter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/changelog?rev=9160&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/changelog (original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/changelog Thu May 21 10:48:27 2015
@@ -2,6 +2,13 @@
* New upstream release:
- fix multiple issues in multi-monitor setup. closes: #785055
+ * debian/01_debian.conf:
+ - add Debian default configuration
+ * debian/rules:
+ - ship Debian configuration in newly supported
+ /u/s/lightdm/lightdm-gtk-greeter.conf.d folder.
+ * debian/patches:
+ - 04_default-gtk-greeter-config dropped, we use config folders now.
-- Yves-Alexis Perez <corsac at debian.org> Thu, 21 May 2015 12:26:45 +0200
Modified: goodies/trunk/lightdm-gtk-greeter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/rules?rev=9160&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/rules (original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/rules Thu May 21 10:48:27 2015
@@ -6,5 +6,8 @@
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
+override_dh_install:
+ dh_install debian/01_debian.conf usr/share/lightdm/lightdm-gtk-greeter.conf.d/
+
%:
dh $@ --parallel --with autotools-dev
More information about the Pkg-xfce-commits
mailing list