[SCM] zita-at1/master: Refresh patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jan 2 09:10:28 UTC 2011


The following commit has been merged in the master branch:
commit 9ab6fdf5870db89cf7067622bb69e83a3cbf0a7d
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jan 2 10:07:27 2011 +0100

    Refresh patches.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index f7c9c6a..0bf910b 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -3,8 +3,8 @@ Description: Create the directory /usr/bin before installing the executable.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: no
 ---
- source/Makefile |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ source/Makefile |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
 
 --- zita-at1.orig/source/Makefile
 +++ zita-at1/source/Makefile
@@ -16,13 +16,5 @@ Forwarded: no
 -SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
 +PREFIX = /usr
  LIBDIR = lib$(SUFFIX)
+ BINDIR = $(PREFIX)/bin
  SHARED = $(PREFIX)/share/zita-at1
- VERSION = 0.1.1
-@@ -43,6 +42,7 @@ $(ZITA-AT1_O):
- 
- 
- install:	all
-+	install -d $(DESTDIR)$(PREFIX)/bin
- 	install -m 755 zita-at1 $(DESTDIR)$(PREFIX)/bin
- 	install -d $(DESTDIR)$(SHARED)
- 	rm -rf $(DESTDIR)$(SHARED)/*

-- 
zita-at1 packaging



More information about the pkg-multimedia-commits mailing list