[SCM] aeolus packaging branch, master, updated. debian/0.8.2-2-3-g798c0d7

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Apr 13 16:00:41 UTC 2010


The following commit has been merged in the master branch:
commit f02f75c3d8acfd6997b04189167651506fe5338f
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Tue Apr 13 18:00:18 2010 +0200

    Create /usr/bin destination path before calling 'make install'.

diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index e73c4b1..c0bcd58 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -1,5 +1,6 @@
---- Makefile.orig	2008-04-14 15:38:21.000000000 +0100
-+++ Makefile	2008-04-14 15:38:43.000000000 +0100
+diff -Nur -x '*.orig' -x '*~' aeolus/Makefile aeolus.new/Makefile
+--- aeolus/Makefile	2010-02-28 21:03:35.081036983 +0100
++++ aeolus.new/Makefile	2010-04-13 17:55:32.850981250 +0200
 @@ -14,9 +14,9 @@
  #  along with this program; if not, write to the Free Software
  #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -11,9 +12,9 @@
 +PREFIX = /usr
 +#SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
  LIBDIR = lib$(SUFFIX)
- VERSION = 0.8.1
+ VERSION = 0.8.2
  DISTDIR = aeolus-$(VERSION)
-@@ -64,11 +64,11 @@
+@@ -64,11 +64,12 @@
  
  
  install:	aeolus aeolus_x11.so aeolus_txt.so 
@@ -23,6 +24,7 @@
 -	/usr/bin/install -m 755 aeolus_txt.so $(PREFIX)/$(LIBDIR)
 -	/sbin/ldconfig $(PREFIX)/$(LIBDIR)
 +	/usr/bin/install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)
++	/usr/bin/install -d $(DESTDIR)$(PREFIX)/bin
 +	/usr/bin/install -m 755 aeolus $(DESTDIR)$(PREFIX)/bin
 +	/usr/bin/install -m 755 aeolus_x11.so $(DESTDIR)$(PREFIX)/$(LIBDIR)
 +	/usr/bin/install -m 755 aeolus_txt.so $(DESTDIR)$(PREFIX)/$(LIBDIR)

-- 
aeolus packaging



More information about the pkg-multimedia-commits mailing list