[PATCH 5/6] debian/rules: audacious.png now resides in images

Julian Wollrath jwollrath at web.de
Sun May 3 11:49:20 UTC 2015


---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f599e4dcde17..94005f640693 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ audacious (3.6.1-0.1) UNRELEASED; urgency=medium
   * Bump standards version (no changes necessary).
   * Change B-D from libgtk-3-dev to libgtk2.0-dev, since audacious 3.6
     switched back to GTK+ 2.x.
+  * debian/rules: audacious.png now resides in images not pixmaps
 
  -- Julian Wollrath <jwollrath at web.de>  Sun, 03 May 2015 12:10:44 +0200
 
diff --git a/debian/rules b/debian/rules
index edd8f5be6c03..e4895dfa9644 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,8 @@ override_dh_strip:
 override_dh_installdirs:
 	dh_installdirs
 	mkdir -p debian/tmp/usr/share/pixmaps
-	convert pixmaps/audacious.png -resize 16x16 debian/tmp/usr/share/pixmaps/audacious-16.xpm
-	convert pixmaps/audacious.png -resize 32x32 debian/tmp/usr/share/pixmaps/audacious-32.xpm
+	convert images/audacious.png -resize 16x16 debian/tmp/usr/share/pixmaps/audacious-16.xpm
+	convert images/audacious.png -resize 32x32 debian/tmp/usr/share/pixmaps/audacious-32.xpm
 
 override_dh_auto_clean:
 	dh_auto_clean || true
-- 
2.1.4




More information about the pkg-multimedia-maintainers mailing list