[SCM] x42-plugins/master: Deleted patch prefix set in rules instead

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 17 09:38:25 UTC 2013


The following commit has been merged in the master branch:
commit 5b1b80c7835bbe0185a60e156af0bd4004937e92
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 17 11:38:08 2013 +0200

    Deleted patch prefix set in rules instead

diff --git a/debian/patches/01-fix_prefix.patch b/debian/patches/01-fix_prefix.patch
deleted file mode 100644
index d9c9e7f..0000000
--- a/debian/patches/01-fix_prefix.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-Description:  Set prefix properly
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: no
-
-Index: x42-plugins/balance.lv2/Makefile
-===================================================================
---- x42-plugins.orig/balance.lv2/Makefile	2013-06-16 21:22:18.509642280 +0200
-+++ x42-plugins/balance.lv2/Makefile	2013-06-16 21:22:18.505642268 +0200
-@@ -5,7 +5,7 @@
- #   make install DESTDIR=$(CURDIR)/debian/balance_lv2 PREFIX=/usr
- #
- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
--PREFIX ?= /usr/local
-+PREFIX ?= /usr
- CFLAGS ?= $(OPTIMIZATIONS) -Wall
- LIBDIR ?= lib
- 
-Index: x42-plugins/convoLV2/Makefile
-===================================================================
---- x42-plugins.orig/convoLV2/Makefile	2013-06-16 21:22:18.509642280 +0200
-+++ x42-plugins/convoLV2/Makefile	2013-06-16 21:22:53.957818061 +0200
-@@ -5,7 +5,7 @@
- #   make install DESTDIR=$(CURDIR)/debian/convoLV2 PREFIX=/usr
- #
- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
--PREFIX ?= /usr/local
-+PREFIX ?= /usr
- CXXFLAGS ?= $(OPTIMIZATIONS) -Wall
- LIBDIR ?= lib
- 
-Index: x42-plugins/midifilter.lv2/Makefile
-===================================================================
---- x42-plugins.orig/midifilter.lv2/Makefile	2013-06-16 21:22:18.509642280 +0200
-+++ x42-plugins/midifilter.lv2/Makefile	2013-06-16 21:22:18.505642268 +0200
-@@ -1,7 +1,7 @@
- #!/usr/bin/make -f
- 
- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
--PREFIX ?= /usr/local
-+PREFIX ?= /usr
- CFLAGS ?= $(OPTIMIZATIONS) -Wall
- LIBDIR ?= lib
- 
-Index: x42-plugins/nodelay.lv2/Makefile
-===================================================================
---- x42-plugins.orig/nodelay.lv2/Makefile	2013-06-16 21:22:18.509642280 +0200
-+++ x42-plugins/nodelay.lv2/Makefile	2013-06-16 21:22:18.505642268 +0200
-@@ -5,7 +5,7 @@
- #   make install DESTDIR=$(CURDIR)/debian/nodelay.lv2 PREFIX=/usr
- #
- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
--PREFIX ?= /usr/local
-+PREFIX ?= /usr
- CFLAGS ?= $(OPTIMIZATIONS) -Wall
- LIBDIR ?= lib
- 
-Index: x42-plugins/xfade.lv2/Makefile
-===================================================================
---- x42-plugins.orig/xfade.lv2/Makefile	2013-06-16 21:22:18.509642280 +0200
-+++ x42-plugins/xfade.lv2/Makefile	2013-06-16 21:22:18.505642268 +0200
-@@ -4,7 +4,7 @@
- #   make CFLAGS=-O2
- #
- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
--PREFIX ?= /usr/local
-+PREFIX ?= /usr
- CFLAGS ?= $(OPTIMIZATIONS) -Wall
- LIBDIR ?= lib
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 99d40b5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-fix_prefix.patch
diff --git a/debian/rules b/debian/rules
index 7dd9321..8d022c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,16 @@
 
 override_dh_auto_clean:
 	
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--prefix=/usr
+
+override_dh_auto_build:
+	$(MAKE) \
+		PREFIX=/usr
+
+override_dh_auto_install:
+	$(MAKE) install \
+		DESTDIR=$(CURDIR)/debian/x42-plugins \
+		PREFIX=/usr

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list