[SCM] gwc/master: debian/patches/0001-buildsystem.patch

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 25 01:09:21 UTC 2012


The following commit has been merged in the master branch:
commit 8efceefd2f63cacce4c4bc81925a57ec242ca315
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Apr 25 03:03:07 2012 +0200

    debian/patches/0001-buildsystem.patch
    
    - Fix installation path of GNOME related stuff
    
    Closes: #669932

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index 0409fca..7b784c7 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -5,11 +5,11 @@ Reviewed-by: Alessio Treglia <alessio at debian.org>
 Last-Update: 2011-03-04
 Forwarded: no
 ---
- Makefile.in          |   19 +++++++++----------
+ Makefile.in          |   17 ++++++++---------
  configure            |    2 +-
  configure.in         |    2 +-
  meschach/makefile.in |    2 +-
- 4 files changed, 12 insertions(+), 13 deletions(-)
+ 4 files changed, 11 insertions(+), 12 deletions(-)
 
 --- gwc.orig/Makefile.in
 +++ gwc/Makefile.in
@@ -27,12 +27,11 @@ Forwarded: no
 +DATAROOTDIR = $(DESTDIR)/@datarootdir@
 +LIBDIR = $(DESTDIR)/@libdir@
  APPNAME = gnome_wave_cleaner
--GNOME = @GNOME_BASE@
-+GNOME = $(DESTDIR)/@GNOME_BASE@
+ GNOME = @GNOME_BASE@
  
  pixmapdir = $(DATADIR)/pixmaps
 -HELPDIR = ${prefix}/$(GNOME)/share/gnome/help/$(APPNAME)
-+HELPDIR = $(DESTDIR)/${prefix}/$(GNOME)/share/gnome/help/$(APPNAME)
++HELPDIR = $(DESTDIR)/$(GNOME)/share/gnome/help/$(APPNAME)
  HELPDIRC = $(HELPDIR)/C
  DOCDIR = $(DATADIR)/doc/gwc
  

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list