[SCM] jack-capture packaging branch, master, updated. debian/0.9.53-1-3-g1569b4a

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jul 30 10:02:45 UTC 2010


The following commit has been merged in the master branch:
commit 1569b4ab38153eaefa51fc48542d11e3eb0d0440
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jul 30 12:03:41 2010 +0200

    dividing patch in two smaller

diff --git a/debian/patches/01-makefile-prefix.patch b/debian/patches/01-makefile-prefix.patch
new file mode 100644
index 0000000..04d5c23
--- /dev/null
+++ b/debian/patches/01-makefile-prefix.patch
@@ -0,0 +1,15 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Fixing prefix in Makefile
+Forwarded: no
+Index: jack-capture/Makefile
+===================================================================
+--- jack-capture.orig/Makefile	2010-07-30 11:52:07.000000000 +0200
++++ jack-capture/Makefile	2010-07-30 11:52:19.000000000 +0200
+@@ -1,6 +1,6 @@
+ 
+ DESTDIR =
+-prefix = /usr/local
++prefix = /usr
+ bindir = $(prefix)/bin
+ 
+ VERSION=0.9.53
diff --git a/debian/patches/01.patch b/debian/patches/02-makefile-compile-option.patch
similarity index 56%
rename from debian/patches/01.patch
rename to debian/patches/02-makefile-compile-option.patch
index a81aed5..2594923 100644
--- a/debian/patches/01.patch
+++ b/debian/patches/02-makefile-compile-option.patch
@@ -1,18 +1,10 @@
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
 Description: Removing march=native compiling option
 Forwarded: no
-Index: jack_capture-0.9.53/Makefile
+Index: jack-capture/Makefile
 ===================================================================
---- jack_capture-0.9.53.orig/Makefile	2010-07-28 00:31:55.000000000 +0200
-+++ jack_capture-0.9.53/Makefile	2010-07-28 00:32:57.000000000 +0200
-@@ -1,6 +1,6 @@
- 
- DESTDIR =
--prefix = /usr/local
-+prefix = /usr
- bindir = $(prefix)/bin
- 
- VERSION=0.9.53
+--- jack-capture.orig/Makefile	2010-07-30 11:54:39.000000000 +0200
++++ jack-capture/Makefile	2010-07-30 11:54:54.000000000 +0200
 @@ -8,7 +8,7 @@
  CC=gcc
  CPP=g++
diff --git a/debian/patches/series b/debian/patches/series
index d967216..cbdbb00 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-01.patch
+01-makefile-prefix.patch
+02-makefile-compile-option.patch

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list