[SCM] audacious/master: debian/rules: audacious.png now resides in images

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Fri Jun 5 15:00:49 UTC 2015


The following commit has been merged in the master branch:
commit e7482fd8fa4c1c9942293b9b7c5a1d2ed0a42f5e
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Fri Jun 5 16:53:53 2015 +0200

    debian/rules: audacious.png now resides in images

diff --git a/debian/changelog b/debian/changelog
index 56ef1e4..d1b6cca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ audacious (3.6.2-1) UNRELEASED; urgency=medium
     - Bump standards version to 3.9.6. (no changes needed)
     - Switch depends from from libgtk-3-dev to libgtk2.0-dev - new version
     drop GTK+3 interfaces.
+  * debian/rules: audacious.png now resides in images.
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Fri, 05 Jun 2015 16:46:46 +0200
 
diff --git a/debian/rules b/debian/rules
index edd8f5b..e4895df 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

-- 
Small and fast audio player which supports lots of formats



More information about the pkg-multimedia-commits mailing list