[SCM] jnoise/master: Refresh patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 11 00:18:39 UTC 2011


The following commit has been merged in the master branch:
commit 6ba44503aeb58a7f3aa4f27595bbf741e5eb7036
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 11 01:17:43 2011 +0100

    Refresh patches.

diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index 2346ea5..34932d7 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -1,26 +1,16 @@
 Patch is applied because autotools are not used by upstream author. Patch setting prefix=/usr and fix install commands.
-Index: jnoise-0.4.0/Makefile
-===================================================================
---- jnoise-0.4.0.orig/Makefile	2009-03-17 06:37:20.000000000 +0100
-+++ jnoise-0.4.0/Makefile	2009-03-17 06:53:05.000000000 +0100
-@@ -14,8 +14,9 @@
- #  along with this program; if not, write to the Free Software
- #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+---
+ source/Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- jnoise.orig/source/Makefile
++++ jnoise/source/Makefile
+@@ -19,7 +19,7 @@
+ # ---------------------------------------------------------------------------
  
-+DESTDIR =
  
 -PREFIX = /usr/local
 +PREFIX = /usr
  SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
  LIBDIR = lib$(SUFFIX)
- VERSION = 0.4.0
-@@ -35,7 +36,8 @@
- 
- 
- install:	jnoise
--	/usr/bin/install -m 755 jnoise $(PREFIX)/bin
-+	/usr/bin/install -d            $(DESTDIR)$(PREFIX)/bin
-+	/usr/bin/install -m 755 jnoise $(DESTDIR)$(PREFIX)/bin
- 
- $(JNOISE_O):	$(JNOISE_H)
- 
+ SHARED = $(PREFIX)/share

-- 
jnoise packaging



More information about the pkg-multimedia-commits mailing list