[Forensics-changes] [SCM] debian-forensics/tableau-parm branch, debian, updated. debian/0.1.0-5-7-g9276593

Christophe Monniez christophe.monniez at fccu.be
Sun Nov 1 22:49:57 UTC 2009


The following commit has been merged in the debian branch:
commit 92765930f2f07efc933fd6f389da1ce268f43745
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Sun Nov 1 23:52:15 2009 +0100

    Patching Makefile with quilt.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
new file mode 100644
index 0000000..94a3f9a
--- /dev/null
+++ b/debian/patches/01-makefile.patch
@@ -0,0 +1,26 @@
+Index: tableau-parm/Makefile
+===================================================================
+--- tableau-parm.orig/Makefile	2009-11-01 23:35:53.171749364 +0100
++++ tableau-parm/Makefile	2009-11-01 23:42:30.794747809 +0100
+@@ -4,10 +4,10 @@
+ 
+ # Installation prefixes.  Change to install elsewhere.
+ 
+-PREFIX=/usr/local
++PREFIX=/usr
+ BIN_PREFIX=$(PREFIX)/bin
+ DOC_PREFIX=$(PREFIX)/share/doc/tableau-parm
+-MAN_PREFIX=$(PREFIX)/man
++MAN_PREFIX=$(PREFIX)/share/man
+ 
+ ################################################################################
+ 
+@@ -23,7 +23,7 @@
+ 	mkdir -p build/bin
+ 
+ build/bin/tableau-parm: build/bin src/tableau-parm.c Makefile
+-	$(CC) $(OPTS) -o $@ -I/usr/local/include -L/usr/local/lib -lsgutils src/tableau-parm.c
++	$(CC) $(OPTS) -o $@ -I/usr/include -L/usr/lib -lsgutils2 src/tableau-parm.c
+ 
+ build/doc/man/man1/tableau-parm.1.gz: doc/man/man1/tableau-parm.1.gz
+ 	mkdir -p build/doc/man/man1
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d3b72df
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-makefile.patch

-- 
debian-forensics/tableau-parm



More information about the forensics-changes mailing list