modify Debian package build to deliver one copy of background.png for
authorBdale Garbee <bdale@gag.com>
Wed, 1 Dec 2010 07:00:58 +0000 (00:00 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 1 Dec 2010 07:00:58 +0000 (00:00 -0700)
the themes and symlink it into place for gdm and slim

debian/altos.install
debian/dirs
debian/rules

index 8be48ca35db1d94d3e9a1759a1bc812dfb25034b..c23e162860971a3186dfbe2e356b5e89f601e047 100644 (file)
@@ -3,10 +3,9 @@ debian/altos.list      etc/apt/sources.list.d
 debian/altusmetrum.xpm usr/share/pixmaps
 src/*.ihx              usr/share/altos
 src/*.map              usr/share/altos
 debian/altusmetrum.xpm usr/share/pixmaps
 src/*.ihx              usr/share/altos
 src/*.map              usr/share/altos
-themes/background.png          usr/share/slim/themes/altusmetrum
+themes/background.png          usr/share/altos/themes
 themes/slim/panel.png          usr/share/slim/themes/altusmetrum
 themes/slim/slim.theme         usr/share/slim/themes/altusmetrum
 themes/slim/panel.png          usr/share/slim/themes/altusmetrum
 themes/slim/slim.theme         usr/share/slim/themes/altusmetrum
-themes/background.png          usr/share/gdm/themes/altusmetrum
 themes/gdm/altusmetrum.xml     /usr/share/gdm/themes/altusmetrum
 themes/gdm/GdmGreeterTheme.desktop     /usr/share/gdm/themes/altusmetrum
 themes/gdm/screenshot.png      /usr/share/gdm/themes/altusmetrum
 themes/gdm/altusmetrum.xml     /usr/share/gdm/themes/altusmetrum
 themes/gdm/GdmGreeterTheme.desktop     /usr/share/gdm/themes/altusmetrum
 themes/gdm/screenshot.png      /usr/share/gdm/themes/altusmetrum
index 7b4dffb832e884063343913914fa01cf0ec80cf9..1cffaa674de960e1c188b9cddfa6185d40ab1a43 100644 (file)
@@ -1,7 +1,7 @@
 etc/apt/sources.list.d
 usr/bin
 usr/lib/altos
 etc/apt/sources.list.d
 usr/bin
 usr/lib/altos
-usr/share/altos
+usr/share/altos/themes
 usr/share/applications
 usr/share/gdm/themes/altusmetrum
 usr/share/java
 usr/share/applications
 usr/share/gdm/themes/altusmetrum
 usr/share/java
index 53a8a34023caf9d8707c38c8179c104638b68c3c..e0f1f72ca882fb5d64a0f50714737870d28dbe44 100755 (executable)
@@ -53,6 +53,10 @@ binary-arch: install
        dh_installdocs
        dh_installexamples
        dh_install
        dh_installdocs
        dh_installexamples
        dh_install
+       ln -s /usr/share/altos/themes/background.png \
+               /usr/share/gdm/themes/altusmetrum/background.png
+       ln -s /usr/share/altos/themes/background.png \
+               /usr/share/slim/themes/altusmetrum/background.png
        dh_installmenu
 #      dh_installdebconf
 #      dh_installlogrotate
        dh_installmenu
 #      dh_installdebconf
 #      dh_installlogrotate