[SCM] jaaa packaging branch, master, updated. debian/0.4.2-2-34-g1d27023

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jun 26 19:09:32 UTC 2010


The following commit has been merged in the master branch:
commit 1d27023a8bec8ec6407376dcb31495b0d07228fb
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jun 26 21:09:34 2010 +0200

    Fix installation of the executable.

diff --git a/debian/jaaa.install b/debian/jaaa.install
index 0f3807e..fcd52dc 100644
--- a/debian/jaaa.install
+++ b/debian/jaaa.install
@@ -1,4 +1,3 @@
-jaaa usr/bin/
 debian/jaaa.xpm usr/share/pixmaps/
 debian/jaaa.desktop usr/share/applications/
 
diff --git a/debian/patches/jaaa-rzr.patch b/debian/patches/jaaa-rzr.patch
index d609b67..bfb80fe 100644
--- a/debian/patches/jaaa-rzr.patch
+++ b/debian/patches/jaaa-rzr.patch
@@ -11,7 +11,7 @@ Description: Set DESTDIR,CXXFLAGS,LDLIBS properly.
  
  
 -PREFIX = /usr/local
-+PREFIX = ${DESTDIR}/usr
++PREFIX = /usr
  SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
  LIBDIR = lib$(SUFFIX)
  VERSION = 0.6.0
@@ -35,7 +35,7 @@ Description: Set DESTDIR,CXXFLAGS,LDLIBS properly.
  
  
  install:	jaaa
-+	install -d ${PREFIX}/bin
++	install -d ${DESTDIR}${PREFIX}/bin
  	install -Dm 755 jaaa $(DESTDIR)$(PREFIX)/bin/jaaa
  
  clean:

-- 
jaaa packaging



More information about the pkg-multimedia-commits mailing list