[Pkg-voip-commits] r4967 - in /kphone/trunk/debian: changelog patches/datarootdir.patch

msp at alioth.debian.org msp at alioth.debian.org
Sat Dec 1 12:08:46 UTC 2007


Author: msp
Date: Sat Dec  1 12:08:46 2007
New Revision: 4967

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4967
Log:
* datarootdir.patch to honour --datarootdir=DIR

Added:
    kphone/trunk/debian/patches/datarootdir.patch
Modified:
    kphone/trunk/debian/changelog

Modified: kphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/kphone/trunk/debian/changelog?rev=4967&op=diff
==============================================================================
--- kphone/trunk/debian/changelog (original)
+++ kphone/trunk/debian/changelog Sat Dec  1 12:08:46 2007
@@ -21,6 +21,7 @@
   * Fix kphone.menu to use /usr/bin/kpsi
   * cleanup syntax-error-in-debian-news-file
   * Update debian/copyright
+  * datarootdir.patch to honour --datarootdir=DIR
 
   [ Kilian Krause ]
   * Update menu to "Applications" rather than "Apps"

Added: kphone/trunk/debian/patches/datarootdir.patch
URL: http://svn.debian.org/wsvn/pkg-voip/kphone/trunk/debian/patches/datarootdir.patch?rev=4967&op=file
==============================================================================
--- kphone/trunk/debian/patches/datarootdir.patch (added)
+++ kphone/trunk/debian/patches/datarootdir.patch Sat Dec  1 12:08:46 2007
@@ -1,0 +1,47 @@
+diff -Nur kphone-1.1/icons/Makefile.in kphone-1.1.new/icons/Makefile.in
+--- kphone-1.1/icons/Makefile.in	2007-12-01 13:04:05.000000000 +0100
++++ kphone-1.1.new/icons/Makefile.in	2007-12-01 13:04:42.000000000 +0100
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+-SHAREDIR=@datadir@/KPhoneSI
++SHAREDIR=@datarootdir@/KPhoneSI
+ ICON_DIR=$(SHAREDIR)/icons
+ 
+ install:
+diff -Nur kphone-1.1/kdial/Makefile.in kphone-1.1.new/kdial/Makefile.in
+--- kphone-1.1/kdial/Makefile.in	2007-12-01 13:04:05.000000000 +0100
++++ kphone-1.1.new/kdial/Makefile.in	2007-12-01 13:05:05.000000000 +0100
+@@ -3,7 +3,7 @@
+ 
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+-SHARE_DIR=@datadir@/KPhoneSI
++SHARE_DIR=@datarootdir@/KPhoneSI
+ BIN_DIR=@bindir@
+ 
+ 
+diff -Nur kphone-1.1/kphone/Makefile.in kphone-1.1.new/kphone/Makefile.in
+--- kphone-1.1/kphone/Makefile.in	2007-12-01 13:04:05.000000000 +0100
++++ kphone-1.1.new/kphone/Makefile.in	2007-12-01 13:04:27.000000000 +0100
+@@ -4,7 +4,7 @@
+ 
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+-SHARE_DIR=@datadir@/KPhoneSI
++SHARE_DIR=@datarootdir@/KPhoneSI
+ BIN_DIR=@bindir@
+ MAN_DIR=${exec_prefix}/man/man1
+ 
+diff -Nur kphone-1.1/ringing/Makefile.in kphone-1.1.new/ringing/Makefile.in
+--- kphone-1.1/ringing/Makefile.in	2007-12-01 13:04:05.000000000 +0100
++++ kphone-1.1.new/ringing/Makefile.in	2007-12-01 13:04:55.000000000 +0100
+@@ -2,7 +2,7 @@
+ 
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+-SHARE_DIR=@datadir@/KPhoneSI/ring
++SHARE_DIR=@datarootdir@/KPhoneSI/ring
+ BIN_DIR=@bindir@
+ 
+ 




More information about the Pkg-voip-commits mailing list