* backgrounds/debian-background.svg, debian/copyright,
debian/{postinst,prerm}:
- added background provided by Josselin Mouette <joss@debian.org>
to fit good with GNOME2.12's splash and theme look
(Closes: #332873)
This commit is contained in:
139
backgrounds/debian-background.svg
Normal file
139
backgrounds/debian-background.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 22 KiB |
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -1,3 +1,13 @@
|
||||
desktop-base (0.3.16) UNRELEASED; urgency=low
|
||||
|
||||
* backgrounds/debian-background.svg, debian/copyright,
|
||||
debian/{postinst,prerm}:
|
||||
- added background provided by Josselin Mouette <joss@debian.org>
|
||||
to fit good with GNOME2.12's splash and theme look
|
||||
(Closes: #332873)
|
||||
|
||||
-- Gustavo Noronha Silva <kov@debian.org> Sun, 9 Oct 2005 15:55:31 -0300
|
||||
|
||||
desktop-base (0.3.15) unstable; urgency=low
|
||||
|
||||
* postinst, prerm:
|
||||
|
||||
15
debian/copyright
vendored
15
debian/copyright
vendored
@@ -20,6 +20,21 @@ The Debian "bluedeb" background was created by Roger So
|
||||
<rogerso@debian.org>, and is under the terms of the BSD license. See
|
||||
../backgrounds/bluedeb.COPYING for more information.
|
||||
|
||||
The debian-background.svg file has been provided by Josselin Mouette
|
||||
<joss@debian.org>, and is a derivative work of the open use Debian
|
||||
logo, which has the following copyright notice:
|
||||
|
||||
<debian-background.svg>
|
||||
Copyright (c) 1999 Software in the Public Interest
|
||||
|
||||
This logo or a modified version may be used by anyone to refer to
|
||||
the Debian project, but does not indicate endorsement by the
|
||||
project.
|
||||
|
||||
Note: we would appreciate that you make the image a link to
|
||||
http://www.debian.org/ if you use it on a web page.
|
||||
</debian-background.svg>
|
||||
|
||||
The Debian splash screen was created by Mirko Hufnagel
|
||||
<mirko@abitur97.de>, and is placed into the public domain.
|
||||
|
||||
|
||||
5
debian/postinst
vendored
5
debian/postinst
vendored
@@ -17,6 +17,11 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
|
||||
desktop-background \
|
||||
/usr/share/images/desktop-base/debblue-1600x1200.png 40
|
||||
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background \
|
||||
desktop-background \
|
||||
/usr/share/images/desktop-base/debian-background.svg 30
|
||||
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background \
|
||||
desktop-background \
|
||||
|
||||
3
debian/prerm
vendored
3
debian/prerm
vendored
@@ -7,6 +7,9 @@ if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then
|
||||
update-alternatives --remove desktop-background \
|
||||
/usr/share/images/desktop-base/debblue-1600x1200.png
|
||||
|
||||
update-alternatives --remove desktop-background \
|
||||
/usr/share/images/desktop-base/debian-background.svg
|
||||
|
||||
update-alternatives --remove desktop-background \
|
||||
/usr/share/images/desktop-base/bluedeb-1024x768.jpg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user