diff --git a/Makefile b/Makefile index ee3675a..56e9821 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DEFAULT_BACKGROUND=desktop-background INSTALL=install -m 0644 -BACKGROUNDS=$(wildcard backgrounds/*.png backgrounds/*.jpg) +BACKGROUNDS=$(wildcard backgrounds/*.png backgrounds/*.jpg backgrounds/*.svg) EMBLEMS=$(wildcard emblems/*png emblems/*icon) SPLASH=$(wildcard splash/*.png) PIXMAPS=$(wildcard pixmaps/*.png) diff --git a/debian/changelog b/debian/changelog index a351794..b9f3570 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ desktop-base (0.3.16) UNRELEASED; urgency=low * backgrounds/debian-background.svg, debian/copyright, - debian/{postinst,prerm}: + debian/{postinst,prerm}, Makefile: - added background provided by Josselin Mouette to fit good with GNOME2.12's splash and theme look (Closes: #332873)