Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7629/10.3/unstable/main/finkinfo/base

Modified Files:
        debconf.info 
Log Message:
Fix for no-such-command "locale" on 10.3. Also misc validation fixes.


Index: debconf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base/debconf.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debconf.info        23 Jun 2005 09:48:16 -0000      1.4
+++ debconf.info        27 Jun 2006 06:17:39 -0000      1.5
@@ -1,19 +1,22 @@
 Package: debconf
 Version: 1.4.51
-Revision: 5
+Revision: 6
 BuildDepends: html2text, findutils, libgettext3-dev, po-debconf
 Depends: dialog, %n-english | %n-i18n, gettext-tools
 Type: perl
 Source: mirror:debian:/pool/main/d/debconf/%n_%v.tar.gz
 Source-MD5: 4ef37a523a300d2c2e339ffebc5ba18f
 SourceDirectory: %n
-PatchScript: sed 's|@FINKPREFIX@|%p|g' < %a/%n.patch | patch -p1
+PatchScript: <<
+  sed 's|@FINKPREFIX@|%p|g' < %a/%n.patch | patch -p1
+  perl -pi -e 's/`locale charmap`/""/' Debconf/Encoding.pm
+<<
 TarFilesRename: debconf/debconf$:debconf/debconf.tmp
 UpdatePOD: true
 CompileScript: echo "Nothing to see here..." && set -e && make
 
 InstallScript: <<
-#!/bin/sh -e
+#!/bin/sh -ev
 
   export PERL5LIB=.
 
@@ -77,7 +80,11 @@
   Replaces: %N-i18n
   Description: small footprint English-only debconf
   DescDetail: <<
-    This package is an alternative to the debconf-i18n package, intended for 
systems that are administered only in English, and low-footprint systems. If 
you install this package, debconf will not work properly in other languages, 
but you'll save half a megabyte of disk space.
+    This package is an alternative to the debconf-i18n package,
+    intended for systems that are administered only in English, and
+    low-footprint systems. If you install this package, debconf will
+    not work properly in other languages, but you'll save half a
+    megabyte of disk space.
   <<
   Files: share/doc/%n
 <<
@@ -99,7 +106,10 @@
   Depends: locale-gettext-pm581 | text-iconv-pm581
   Description: full internationalization support for debconf
   DescDetail: <<
-  This package provides full internationalization for debconf, including 
translations into all available languages, support for using translated debconf 
templates, and support for proper display of multibyte character sets.
+    This package provides full internationalization for debconf,
+    including translations into all available languages, support for
+    using translated debconf templates, and support for proper display
+    of multibyte character sets.
   <<
   Files: share/doc/%n share/locale share/man/fr/man1 share/man/pt_BR/man1
 <<
@@ -108,11 +118,14 @@
   Package: %N-doc
   Description: debconf documentation
   DescDetail: <<
-    This package contains lots of additional documentation for Debconf, 
including the debconf user's guide, documentation about using different backend 
databases via the /etc/debconf.conf file, and a developer's guide to debconf.
+    This package contains lots of additional documentation for
+    Debconf, including the debconf user's guide, documentation about
+    using different backend databases via the /etc/debconf.conf file,
+    and a developer's guide to debconf.
   <<
   DocFiles: doc/README debian/README.Debian  debian/changelog
   InstallScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
   mkdir -p %i/share/doc/%n
   pwd
   cp -pR samples %i/share/doc/%n/examples
@@ -125,14 +138,14 @@
 DocFiles: doc/README debian/README.Debian  debian/changelog
 Description: Package configuration management system
 DescDetail: <<
-  Debconf is a configuration management system for debian/fink packages. 
Packages use Debconf to ask questions when they are installed.
+  Debconf is a configuration management system for debian/fink
+  packages. Packages use Debconf to ask questions when they are
+  installed.
 <<
 
 # Fix up broken db's before debconf starts up.
 
 PostInstScript: <<
-  #!/bin/sh -e
-  
   # configdb splits into passworded and non-passworded parts, before debconf
   # starts up. Do so only if the debconf.conf has the new databases in it.
   if [ -z "$DEBIAN_HAS_FRONTEND" -a "$1" = configure -a -n "$2" ] && \
@@ -161,6 +174,9 @@
   perl -pi -e 's|\$\(prefix\)/usr|\$\(prefix\)|g' Makefile
   grep -rl /var . | xargs perl -pi -e 's|\ /var|\ [EMAIL PROTECTED]@/var|g'
   grep -r /var . | grep -v @FINK  #### manually catch stuff
+
+  dmacks: "locale" cmd missing on 10.3--omit to stop runtime warning
+  (nonfunctional/incompatible on 10.4, but at least it fails silently)
 <<
 License: GPL
 Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to