[Pkg-samba-maint] r2775 - branches/samba/experimental/debian/patches

bubulle at alioth.debian.org bubulle at alioth.debian.org
Tue May 19 19:57:29 UTC 2009


Author: bubulle
Date: 2009-05-19 19:57:29 +0000 (Tue, 19 May 2009)
New Revision: 2775

Added:
   branches/samba/experimental/debian/patches/codepages-location.patch
Modified:
   branches/samba/experimental/debian/patches/series
Log:
Codepage files belong to DATADIR


Added: branches/samba/experimental/debian/patches/codepages-location.patch
===================================================================
--- branches/samba/experimental/debian/patches/codepages-location.patch	                        (rev 0)
+++ branches/samba/experimental/debian/patches/codepages-location.patch	2009-05-19 19:57:29 UTC (rev 2775)
@@ -0,0 +1,21 @@
+Goal:  Move codepage files to the datadir (codepagedir is not configurable)
+
+Fixes: Build failure..:-)
+
+Status wrt upstream: Should be forwarded after discussion
+
+Note: 
+
+Index: samba-3.4.0pre1/source3/Makefile.in
+===================================================================
+--- samba-3.4.0pre1.orig/source3/Makefile.in
++++ samba-3.4.0pre1/source3/Makefile.in
+@@ -156,7 +156,7 @@
+ STATEDIR = @statedir@
+ 
+ # Where to look for (and install) codepage databases.
+-CODEPAGEDIR = @codepagedir@
++CODEPAGEDIR = @datadir@
+ 
+ # the directory where pid files go
+ PIDDIR = @piddir@

Modified: branches/samba/experimental/debian/patches/series
===================================================================
--- branches/samba/experimental/debian/patches/series	2009-05-19 19:57:00 UTC (rev 2774)
+++ branches/samba/experimental/debian/patches/series	2009-05-19 19:57:29 UTC (rev 2775)
@@ -16,3 +16,4 @@
 no-unnecessary-cups.patch
 fix-manpages-warnings.patch
 smbclient-link.patch
+codepages-location.patch




More information about the Pkg-samba-maint mailing list