[Pkg-mpd-commits] [gmpc-plugins] 07/15: New patch : set correct directory for gmpc-awn

Etienne Millon emillon-guest at alioth.debian.org
Thu Oct 10 10:05:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

emillon-guest pushed a commit to branch mentors
in repository gmpc-plugins.

commit 02beecbc29aa0e587da509080890855926eb9ab9
Author: Etienne Millon <me at emillon.org>
Date:   Wed Jun 20 13:29:40 2012 +0200

    New patch : set correct directory for gmpc-awn
---
 debian/changelog                                    |    1 +
 .../0002-Correct-directory-for-gmpc-awn.patch       |   19 +++++++++++++++++++
 debian/patches/series                               |    1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6b561cd..5c8be82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ gmpc-plugins (11.8.16-2) UNRELEASED; urgency=low
     - Use multi-arch directories
     - Enable hardening flags
   * Use dh-autoreconf
+  * New patch setting correct directory for gmpc-awn
 
  -- Etienne Millon <etienne.millon at gmail.com>  Mon, 07 Nov 2011 17:30:17 +0100
 
diff --git a/debian/patches/0002-Correct-directory-for-gmpc-awn.patch b/debian/patches/0002-Correct-directory-for-gmpc-awn.patch
new file mode 100644
index 0000000..7ee2a81
--- /dev/null
+++ b/debian/patches/0002-Correct-directory-for-gmpc-awn.patch
@@ -0,0 +1,19 @@
+From: Etienne Millon <me at emillon.org>
+Date: Wed, 20 Jun 2012 13:27:51 +0200
+Subject: Correct directory for gmpc-awn
+
+Without this plugin, it would install its libraries to /usr/lib.
+---
+ gmpc-awn/src/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gmpc-awn/src/Makefile.am b/gmpc-awn/src/Makefile.am
+index e4a6479..6ebb3d2 100644
+--- a/gmpc-awn/src/Makefile.am
++++ b/gmpc-awn/src/Makefile.am
+@@ -1,4 +1,4 @@
+-libdir=${prefix}/lib/gmpc/plugins/
++plugindir=${libdir}/gmpc/plugins/
+ 
+ lib_LTLIBRARIES = awnplugin.la
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f7528c1..9ae4394 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Fix-typo-Psychadelic-Psychedelic.patch
+0002-Correct-directory-for-gmpc-awn.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/gmpc-plugins.git



More information about the Pkg-mpd-commits mailing list