r15406 - in /packages/unstable/libnotifymm/debian: changelog patches/ patches/10_proc_install_path.patch

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Mar 25 15:58:04 UTC 2008


Author: manphiz-guest
Date: Tue Mar 25 15:58:04 2008
New Revision: 15406

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15406
Log:
* Add 10_proc_install_path.patch to fix proc install path.

Added:
    packages/unstable/libnotifymm/debian/patches/
    packages/unstable/libnotifymm/debian/patches/10_proc_install_path.patch
Modified:
    packages/unstable/libnotifymm/debian/changelog

Modified: packages/unstable/libnotifymm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/changelog?rev=15406&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/changelog (original)
+++ packages/unstable/libnotifymm/debian/changelog Tue Mar 25 15:58:04 2008
@@ -1,5 +1,6 @@
 libnotifymm (0.6.0-1) unstable; urgency=low
 
   * Initial release (Closes: #472638)
+  * Add 10_proc_install_path.patch to fix proc install path.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 25 Mar 2008 21:43:01 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 25 Mar 2008 23:57:13 +0800

Added: packages/unstable/libnotifymm/debian/patches/10_proc_install_path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/patches/10_proc_install_path.patch?rev=15406&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/patches/10_proc_install_path.patch (added)
+++ packages/unstable/libnotifymm/debian/patches/10_proc_install_path.patch Tue Mar 25 15:58:04 2008
@@ -1,0 +1,20 @@
+--- libnotifymm-0.6.0/tools/m4/Makefile.am~	2008-03-25 23:20:35.000000000 +0800
++++ libnotifymm-0.6.0/tools/m4/Makefile.am	2008-03-25 23:20:48.000000000 +0800
+@@ -5,5 +5,5 @@
+ 
+ # Install the .m4, files:
+ 
+-tools_m4_includedir = $(libdir)/libnotifymm/proc/m4
++tools_m4_includedir = $(libdir)/libnotifymm-1.0/proc/m4
+ tools_m4_include_HEADERS = $(files_tools_m4)
+--- libnotifymm-0.6.0/tools/m4/Makefile.in~	2008-03-25 23:20:55.000000000 +0800
++++ libnotifymm-0.6.0/tools/m4/Makefile.in	2008-03-25 23:21:07.000000000 +0800
+@@ -174,7 +174,7 @@
+ 
+ 
+ # Install the .m4, files:
+-tools_m4_includedir = $(libdir)/libnotifymm/proc/m4
++tools_m4_includedir = $(libdir)/libnotifymm-1.0/proc/m4
+ tools_m4_include_HEADERS = $(files_tools_m4)
+ all: all-am
+ 




More information about the pkg-gnome-commits mailing list