Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv30084

Modified Files:
        debconf.info debconf.patch 
Log Message:
Remove po4a, and python bdeps, just install the modules they can't be used 
without python anyhow and it's not required, this will thin out the deps since 
poeple are dep shy

Index: debconf.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- debconf.patch       24 Jun 2012 02:51:13 -0000      1.1
+++ debconf.patch       29 Jun 2012 15:08:22 -0000      1.2
@@ -1,6 +1,6 @@
 diff -ruN debconf-1.5.43.orig/Debconf/Client/ConfModule.pm 
debconf-1.5.43/Debconf/Client/ConfModule.pm
 --- debconf-1.5.43.orig/Debconf/Client/ConfModule.pm   2011-02-01 
17:08:31.000000000 -0700
-+++ debconf-1.5.43/Debconf/Client/ConfModule.pm        2012-06-21 
17:51:27.000000000 -0600
++++ debconf-1.5.43/Debconf/Client/ConfModule.pm        2012-06-29 
08:58:24.000000000 -0600
 @@ -73,9 +73,9 @@
                $ENV{PERL_DL_NONLAZY}=1;
                if (exists $ENV{DEBCONF_USE_CDEBCONF} and
@@ -33,7 +33,7 @@
  
 diff -ruN debconf-1.5.43.orig/Debconf/Config.pm 
debconf-1.5.43/Debconf/Config.pm
 --- debconf-1.5.43.orig/Debconf/Config.pm      2011-06-22 11:29:58.000000000 
-0600
-+++ debconf-1.5.43/Debconf/Config.pm   2012-06-21 17:52:12.000000000 -0600
++++ debconf-1.5.43/Debconf/Config.pm   2012-06-29 08:58:24.000000000 -0600
 @@ -19,7 +19,7 @@
                noninteractive_seen c_values);
  our $config=fields::new('Debconf::Config');
@@ -45,7 +45,7 @@
  } else {
 diff -ruN debconf-1.5.43.orig/Debconf/FrontEnd/Editor.pm 
debconf-1.5.43/Debconf/FrontEnd/Editor.pm
 --- debconf-1.5.43.orig/Debconf/FrontEnd/Editor.pm     2011-02-01 
17:08:31.000000000 -0700
-+++ debconf-1.5.43/Debconf/FrontEnd/Editor.pm  2012-06-21 17:53:25.000000000 
-0600
++++ debconf-1.5.43/Debconf/FrontEnd/Editor.pm  2012-06-29 08:58:24.000000000 
-0600
 @@ -113,7 +113,7 @@
        close $fh;
        
@@ -57,7 +57,7 @@
  
 diff -ruN debconf-1.5.43.orig/Debconf/FrontEnd/Gnome.pm 
debconf-1.5.43/Debconf/FrontEnd/Gnome.pm
 --- debconf-1.5.43.orig/Debconf/FrontEnd/Gnome.pm      2011-06-22 
15:48:56.000000000 -0600
-+++ debconf-1.5.43/Debconf/FrontEnd/Gnome.pm   2012-06-21 17:54:40.000000000 
-0600
++++ debconf-1.5.43/Debconf/FrontEnd/Gnome.pm   2012-06-29 08:58:24.000000000 
-0600
 @@ -148,11 +148,11 @@
        if (system('type lsb_release >/dev/null 2>&1') == 0) {
                $distribution=lc(`lsb_release -is`);
@@ -74,7 +74,7 @@
        }
 diff -ruN debconf-1.5.43.orig/Makefile debconf-1.5.43/Makefile
 --- debconf-1.5.43.orig/Makefile       2012-05-04 23:39:51.000000000 -0600
-+++ debconf-1.5.43/Makefile    2012-06-22 08:51:23.000000000 -0600
++++ debconf-1.5.43/Makefile    2012-06-29 08:58:24.000000000 -0600
 @@ -26,60 +26,60 @@
  
  # Anything that goes in the debconf-utils package.
@@ -162,7 +162,7 @@
             grep -v Client/ConfModule | $(MUNGE)
 diff -ruN debconf-1.5.43.orig/Test/Debconf/DbDriver/SLAPD.pm 
debconf-1.5.43/Test/Debconf/DbDriver/SLAPD.pm
 --- debconf-1.5.43.orig/Test/Debconf/DbDriver/SLAPD.pm 2011-02-01 
17:08:31.000000000 -0700
-+++ debconf-1.5.43/Test/Debconf/DbDriver/SLAPD.pm      2012-06-21 
18:00:47.000000000 -0600
++++ debconf-1.5.43/Test/Debconf/DbDriver/SLAPD.pm      2012-06-29 
08:58:24.000000000 -0600
 @@ -39,8 +39,8 @@
        #
        # start local slapd daemon for testing
@@ -190,7 +190,7 @@
  # Schema check allows for forcing entries to
 diff -ruN debconf-1.5.43.orig/Test/Debconf/DbDriver/ldap/slapd.conf 
debconf-1.5.43/Test/Debconf/DbDriver/ldap/slapd.conf
 --- debconf-1.5.43.orig/Test/Debconf/DbDriver/ldap/slapd.conf  2011-02-01 
17:08:31.000000000 -0700
-+++ debconf-1.5.43/Test/Debconf/DbDriver/ldap/slapd.conf       2012-06-21 
18:01:34.000000000 -0600
++++ debconf-1.5.43/Test/Debconf/DbDriver/ldap/slapd.conf       2012-06-29 
08:58:24.000000000 -0600
 @@ -1,11 +1,11 @@
  # This is the main ldapd configuration file. See slapd.conf(5) for more
  # info on the configuration options.
@@ -207,7 +207,7 @@
  # Schema check allows for forcing entries to
 diff -ruN debconf-1.5.43.orig/confmodule debconf-1.5.43/confmodule
 --- debconf-1.5.43.orig/confmodule     2011-07-23 10:14:51.000000000 -0600
-+++ debconf-1.5.43/confmodule  2012-06-21 18:02:06.000000000 -0600
++++ debconf-1.5.43/confmodule  2012-06-29 08:58:24.000000000 -0600
 @@ -12,9 +12,9 @@
        # Since there is no FrontEnd, this program execs a FrontEnd.
        # It will then run a new copy of $0 that can talk to it.
@@ -222,7 +222,7 @@
  
 diff -ruN debconf-1.5.43.orig/confmodule.sh debconf-1.5.43/confmodule.sh
 --- debconf-1.5.43.orig/confmodule.sh  2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/confmodule.sh       2012-06-21 18:02:19.000000000 -0600
++++ debconf-1.5.43/confmodule.sh       2012-06-29 08:58:24.000000000 -0600
 @@ -14,7 +14,7 @@
        # Ok, this is pretty crazy. Since there is no FrontEnd, this
        # program execs a FrontEnd. It will then run a new copy of $0 that
@@ -234,7 +234,7 @@
  # Only do this once.
 diff -ruN debconf-1.5.43.orig/debconf-apt-progress 
debconf-1.5.43/debconf-apt-progress
 --- debconf-1.5.43.orig/debconf-apt-progress   2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/debconf-apt-progress        2012-06-21 18:03:11.000000000 
-0600
++++ debconf-1.5.43/debconf-apt-progress        2012-06-29 08:58:24.000000000 
-0600
 @@ -123,7 +123,7 @@
       "$0" debconf
       ;;
@@ -246,7 +246,7 @@
       debconf-apt-progress --from 45 --to 90 -- apt-get -y install kde
 diff -ruN debconf-1.5.43.orig/debconf-get-selections 
debconf-1.5.43/debconf-get-selections
 --- debconf-1.5.43.orig/debconf-get-selections 2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/debconf-get-selections      2012-06-21 18:05:58.000000000 
-0600
++++ debconf-1.5.43/debconf-get-selections      2012-06-29 08:58:24.000000000 
-0600
 @@ -14,7 +14,7 @@
  debconf-set-selections.
  
@@ -272,7 +272,7 @@
                driver => "File", 
 diff -ruN debconf-1.5.43.orig/debconf.conf debconf-1.5.43/debconf.conf
 --- debconf-1.5.43.orig/debconf.conf   2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/debconf.conf        2012-06-21 18:05:35.000000000 -0600
++++ debconf-1.5.43/debconf.conf        2012-06-29 08:58:24.000000000 -0600
 @@ -16,7 +16,7 @@
  Driver: File
  Mode: 644
@@ -302,7 +302,7 @@
  # people's needs, but debconf's database drivers can be used to do much
 diff -ruN debconf-1.5.43.orig/debconf.py debconf-1.5.43/debconf.py
 --- debconf-1.5.43.orig/debconf.py     2012-05-06 11:53:57.000000000 -0600
-+++ debconf-1.5.43/debconf.py  2012-06-21 18:03:29.000000000 -0600
++++ debconf-1.5.43/debconf.py  2012-06-29 08:58:24.000000000 -0600
 @@ -148,9 +148,9 @@
  
  if ('DEBCONF_USE_CDEBCONF' in os.environ and
@@ -317,7 +317,7 @@
      if 'DEBIAN_HAS_FRONTEND' not in os.environ:
 diff -ruN debconf-1.5.43.orig/debian/apt.conf debconf-1.5.43/debian/apt.conf
 --- debconf-1.5.43.orig/debian/apt.conf        2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/debian/apt.conf     2012-06-21 18:06:43.000000000 -0600
++++ debconf-1.5.43/debian/apt.conf     2012-06-29 08:58:24.000000000 -0600
 @@ -1,3 +1,3 @@
  // Pre-configure all packages with debconf before they are installed.
  // If you don't like it, comment it out.
@@ -325,7 +325,7 @@
 +DPkg::Pre-Install-Pkgs {"@FINKPREFIX@/sbin/dpkg-preconfigure --apt || true";};
 diff -ruN debconf-1.5.43.orig/debian/config debconf-1.5.43/debian/config
 --- debconf-1.5.43.orig/debian/config  2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/debian/config       2012-06-21 18:07:20.000000000 -0600
++++ debconf-1.5.43/debian/config       2012-06-29 08:58:24.000000000 -0600
 @@ -5,11 +5,11 @@
  # file doesn't exist yet, this package is being preconfiged, and
  # we might as well just exit and wait until the postinst
@@ -342,7 +342,7 @@
  db_capb backup
 diff -ruN debconf-1.5.43.orig/debian/po/es.po debconf-1.5.43/debian/po/es.po
 --- debconf-1.5.43.orig/debian/po/es.po        2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/debian/po/es.po     2012-06-22 07:58:12.000000000 -0600
++++ debconf-1.5.43/debian/po/es.po     2012-06-29 08:58:24.000000000 -0600
 @@ -22,7 +22,7 @@
  #   http://www.debian.org/intl/spanish/notas
  #
@@ -354,7 +354,7 @@
  # Si tiene dudas o consultas sobre esta traducción consulte con el último
 diff -ruN debconf-1.5.43.orig/debian/po/km.po debconf-1.5.43/debian/po/km.po
 --- debconf-1.5.43.orig/debian/po/km.po        2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/debian/po/km.po     2012-06-22 07:58:17.000000000 -0600
++++ debconf-1.5.43/debian/po/km.po     2012-06-29 08:58:24.000000000 -0600
 @@ -6,7 +6,7 @@
  #         info -n '(gettext)PO Files'
  #         info -n '(gettext)Header Entry'
@@ -366,7 +366,7 @@
  #
 diff -ruN debconf-1.5.43.orig/debian/po/ml.po debconf-1.5.43/debian/po/ml.po
 --- debconf-1.5.43.orig/debian/po/ml.po        2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/debian/po/ml.po     2012-06-22 07:58:23.000000000 -0600
++++ debconf-1.5.43/debian/po/ml.po     2012-06-29 08:58:24.000000000 -0600
 @@ -10,7 +10,7 @@
  #         info -n '(gettext)Header Entry'
  #
@@ -378,7 +378,7 @@
  #    Developers do not need to manually edit POT or PO files.
 diff -ruN debconf-1.5.43.orig/debian/po/ro.po debconf-1.5.43/debian/po/ro.po
 --- debconf-1.5.43.orig/debian/po/ro.po        2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/debian/po/ro.po     2012-06-22 07:58:29.000000000 -0600
++++ debconf-1.5.43/debian/po/ro.po     2012-06-29 08:58:24.000000000 -0600
 @@ -9,7 +9,7 @@
  #         info -n '(gettext)Header Entry'
  #
@@ -388,9 +388,20 @@
  #         or http://www.debian.org/intl/l10n/po-debconf/README-trans
  #
  #    Developers do not need to manually edit POT or PO files.
+diff -ruN debconf-1.5.43.orig/doc/Makefile debconf-1.5.43/doc/Makefile
+--- debconf-1.5.43.orig/doc/Makefile   2011-02-01 17:08:31.000000000 -0700
++++ debconf-1.5.43/doc/Makefile        2012-06-29 08:58:32.000000000 -0600
+@@ -3,7 +3,6 @@
+ 
+ pod2man=pod2man -c Debconf -r '' --utf8
+ manpages:
+-      cd man && po4a po4a/po4a.cfg
+       for pod in man/*.pod; do \
+               perl -pi -e 'if (not $$seen and /^=head1/) { print "=encoding 
UTF-8\n\n"; $$seen = 1; }' $$pod; \
+       done
 diff -ruN debconf-1.5.43.orig/doc/README.LDAP debconf-1.5.43/doc/README.LDAP
 --- debconf-1.5.43.orig/doc/README.LDAP        2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/doc/README.LDAP     2012-06-22 07:56:27.000000000 -0600
++++ debconf-1.5.43/doc/README.LDAP     2012-06-29 08:58:24.000000000 -0600
 @@ -8,7 +8,7 @@
  
  To get this to work, you need to do the following:
@@ -402,7 +413,7 @@
  debconf.conf(5) man page has documentation and examples.
 diff -ruN debconf-1.5.43.orig/doc/TODO debconf-1.5.43/doc/TODO
 --- debconf-1.5.43.orig/doc/TODO       2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/doc/TODO    2012-06-22 07:56:35.000000000 -0600
++++ debconf-1.5.43/doc/TODO    2012-06-29 08:58:24.000000000 -0600
 @@ -1,7 +1,7 @@
  General:
  * The ConfModule should not return the backup return code, ever, if 
@@ -423,7 +434,7 @@
    to record owner info though. The overlying db would need to get copies of
 diff -ruN debconf-1.5.43.orig/doc/man/confmodule.3 
debconf-1.5.43/doc/man/confmodule.3
 --- debconf-1.5.43.orig/doc/man/confmodule.3   2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/doc/man/confmodule.3        2012-06-22 07:58:41.000000000 
-0600
++++ debconf-1.5.43/doc/man/confmodule.3        2012-06-29 08:58:24.000000000 
-0600
 @@ -3,7 +3,7 @@
  confmodule \- communicate with Debian configuration system FrontEnd.
  .SH SYNOPSIS
@@ -435,7 +446,7 @@
    CAPB=$RET
 diff -ruN debconf-1.5.43.orig/doc/man/debconf-devel.7 
debconf-1.5.43/doc/man/debconf-devel.7
 --- debconf-1.5.43.orig/doc/man/debconf-devel.7        2011-02-01 
17:08:31.000000000 -0700
-+++ debconf-1.5.43/doc/man/debconf-devel.7     2012-06-22 07:57:26.000000000 
-0600
++++ debconf-1.5.43/doc/man/debconf-devel.7     2012-06-29 08:58:24.000000000 
-0600
 @@ -98,7 +98,7 @@
     This is another question, of boolean type.
  .P
@@ -595,7 +606,7 @@
  has much useful information, including some info about the backend
 diff -ruN debconf-1.5.43.orig/doc/man/debconf.7 
debconf-1.5.43/doc/man/debconf.7
 --- debconf-1.5.43.orig/doc/man/debconf.7      2011-06-13 02:42:43.000000000 
-0600
-+++ debconf-1.5.43/doc/man/debconf.7   2012-06-22 07:38:19.000000000 -0600
++++ debconf-1.5.43/doc/man/debconf.7   2012-06-29 08:58:24.000000000 -0600
 @@ -23,7 +23,7 @@
  If you use apt (version 0.5 or above), and you have apt-utils installed,
  each package apt installs will be automatically preconfigured. This is
@@ -633,7 +644,7 @@
  .P
 diff -ruN debconf-1.5.43.orig/doc/man/debconf.conf.5 
debconf-1.5.43/doc/man/debconf.conf.5
 --- debconf-1.5.43.orig/doc/man/debconf.conf.5 2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/doc/man/debconf.conf.5      2012-06-22 07:56:48.000000000 
-0600
++++ debconf-1.5.43/doc/man/debconf.conf.5      2012-06-29 08:58:24.000000000 
-0600
 @@ -2,7 +2,7 @@
  .SH NAME
  debconf.conf \- debconf configuration file
@@ -748,7 +759,7 @@
  .SH SEE ALSO
 diff -ruN debconf-1.5.43.orig/doc/man/po4a/po/debconf.pot 
debconf-1.5.43/doc/man/po4a/po/debconf.pot
 --- debconf-1.5.43.orig/doc/man/po4a/po/debconf.pot    2012-03-14 
03:10:45.000000000 -0600
-+++ debconf-1.5.43/doc/man/po4a/po/debconf.pot 2012-06-22 07:55:45.000000000 
-0600
++++ debconf-1.5.43/doc/man/po4a/po/debconf.pot 2012-06-29 08:58:24.000000000 
-0600
 @@ -269,7 +269,7 @@
  #: ../../Debconf/Client/ConfModule.pm:155
  msgid ""
@@ -1094,7 +1105,7 @@
  #. type: Plain text
 diff -ruN debconf-1.5.43.orig/doc/man/po4a/po4a.cfg 
debconf-1.5.43/doc/man/po4a/po4a.cfg
 --- debconf-1.5.43.orig/doc/man/po4a/po4a.cfg  2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/doc/man/po4a/po4a.cfg       2012-06-23 09:12:50.000000000 
-0600
++++ debconf-1.5.43/doc/man/po4a/po4a.cfg       2012-06-29 08:58:24.000000000 
-0600
 @@ -2,7 +2,7 @@
  
  [po4a_paths] po4a/po/debconf.pot $lang:po4a/po/$lang.po
@@ -1106,7 +1117,7 @@
  [type: pod] ../../Debconf/Client/ConfModule.pm \
 diff -ruN debconf-1.5.43.orig/doc/namespace.txt 
debconf-1.5.43/doc/namespace.txt
 --- debconf-1.5.43.orig/doc/namespace.txt      2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/doc/namespace.txt   2012-06-22 07:43:28.000000000 -0600
++++ debconf-1.5.43/doc/namespace.txt   2012-06-29 08:58:24.000000000 -0600
 @@ -14,4 +14,4 @@
  Currently the following shared templates and questions exist:
  
@@ -1115,7 +1126,7 @@
 +shared/mailname               - Prompt for contents of 
@FINKPREFIX@/etc/mailname
 diff -ruN debconf-1.5.43.orig/dpkg-preconfigure 
debconf-1.5.43/dpkg-preconfigure
 --- debconf-1.5.43.orig/dpkg-preconfigure      2012-02-10 16:25:11.000000000 
-0700
-+++ debconf-1.5.43/dpkg-preconfigure   2012-06-21 18:03:53.000000000 -0600
++++ debconf-1.5.43/dpkg-preconfigure   2012-06-29 08:58:24.000000000 -0600
 @@ -40,7 +40,7 @@
  Run in apt mode. It will expect to read a set of package filenames from
  stdin, rather than getting them as parameters. Typically this is used to
@@ -1136,7 +1147,7 @@
  Debconf::Db->load;
 diff -ruN debconf-1.5.43.orig/dpkg-reconfigure debconf-1.5.43/dpkg-reconfigure
 --- debconf-1.5.43.orig/dpkg-reconfigure       2012-03-14 03:05:42.000000000 
-0600
-+++ debconf-1.5.43/dpkg-reconfigure    2012-06-21 18:04:19.000000000 -0600
++++ debconf-1.5.43/dpkg-reconfigure    2012-06-29 08:58:24.000000000 -0600
 @@ -82,7 +82,7 @@
  =cut
  
@@ -1157,7 +1168,7 @@
                push @ret, $1
 diff -ruN debconf-1.5.43.orig/fix_db.pl debconf-1.5.43/fix_db.pl
 --- debconf-1.5.43.orig/fix_db.pl      2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/fix_db.pl   2012-06-21 18:05:07.000000000 -0600
++++ debconf-1.5.43/fix_db.pl   2012-06-29 08:58:24.000000000 -0600
 @@ -89,8 +89,8 @@
  # templates belonging to all installed packages all over again.
  # This also means that if any of the stuff above resulted in a necessary
@@ -1171,7 +1182,7 @@
  
 diff -ruN debconf-1.5.43.orig/frontend debconf-1.5.43/frontend
 --- debconf-1.5.43.orig/frontend       2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/frontend    2012-06-21 18:02:49.000000000 -0600
++++ debconf-1.5.43/frontend    2012-06-29 08:58:24.000000000 -0600
 @@ -40,10 +40,10 @@
  elsif ($ARGV[0]=~m!^.*/(.*?)\.(?:postinst|postrm|prerm)$!) {
        $package=$1;
@@ -1205,7 +1216,7 @@
  
 diff -ruN debconf-1.5.43.orig/po/Makefile debconf-1.5.43/po/Makefile
 --- debconf-1.5.43.orig/po/Makefile    2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/po/Makefile 2012-06-22 08:07:59.000000000 -0600
++++ debconf-1.5.43/po/Makefile 2012-06-29 08:58:24.000000000 -0600
 @@ -1,6 +1,6 @@
  # List here all source files with translatable strings.
  POTFILES=$(sort $(shell find ../Debconf -type f -name \*.pm)) \
@@ -1227,7 +1238,7 @@
  debconf.pot: $(POTFILES)
 diff -ruN debconf-1.5.43.orig/samples/demo debconf-1.5.43/samples/demo
 --- debconf-1.5.43.orig/samples/demo   2011-02-01 17:08:31.000000000 -0700
-+++ debconf-1.5.43/samples/demo        2012-06-22 07:56:05.000000000 -0600
++++ debconf-1.5.43/samples/demo        2012-06-29 08:58:24.000000000 -0600
 @@ -7,7 +7,7 @@
  if [ -e confmodule ]; then
        . confmodule
@@ -1239,7 +1250,7 @@
  db_version 2.0
 diff -ruN debconf-1.5.43.orig/samples/tutorial debconf-1.5.43/samples/tutorial
 --- debconf-1.5.43.orig/samples/tutorial       2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/samples/tutorial    2012-06-22 07:56:12.000000000 -0600
++++ debconf-1.5.43/samples/tutorial    2012-06-29 08:58:24.000000000 -0600
 @@ -1,7 +1,7 @@
  #!/bin/sh -e
  
@@ -1251,7 +1262,7 @@
  db_input medium foo/like_debian || true
 diff -ruN debconf-1.5.43.orig/samples/tutorial-back 
debconf-1.5.43/samples/tutorial-back
 --- debconf-1.5.43.orig/samples/tutorial-back  2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/samples/tutorial-back       2012-06-22 07:56:16.000000000 
-0600
++++ debconf-1.5.43/samples/tutorial-back       2012-06-29 08:58:24.000000000 
-0600
 @@ -1,7 +1,7 @@
  #!/bin/sh -e
  
@@ -1263,7 +1274,7 @@
  # This conf script is capable of backing up
 diff -ruN debconf-1.5.43.orig/transition_db.pl debconf-1.5.43/transition_db.pl
 --- debconf-1.5.43.orig/transition_db.pl       2011-02-01 17:08:31.000000000 
-0700
-+++ debconf-1.5.43/transition_db.pl    2012-06-21 18:04:47.000000000 -0600
++++ debconf-1.5.43/transition_db.pl    2012-06-29 08:58:24.000000000 -0600
 @@ -6,7 +6,7 @@
  use Debconf::Question;
  use Debconf::Template;

Index: debconf.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- debconf.info        25 Jun 2012 20:51:34 -0000      1.3
+++ debconf.info        29 Jun 2012 15:08:22 -0000      1.4
@@ -3,7 +3,8 @@
 Revision: 1
 Type: perl
 ###
-BuildDepends: gettext-tools, po-debconf, po4a, python27, python3, gawk
+## po4a, python27, python3
+BuildDepends: gettext-tools, po-debconf, gawk
 Depends: dpkg (>> 1.15), dialog, gettext-tools
 Conflicts: cdebconf (<< 0.96), debconf-tiny, apt (<< 0.3.12.1), menu (<= 
2.1.3-1), dialog (<< 0.9b-20020814-1), whiptail (<< 0.51.4-11), whiptail-utf8 
(<= 0.50.17-13), debconf-utils (<< 1.3.22)
 Provides: debconf-2.0
@@ -16,7 +17,7 @@
 TarFilesRename: debconf-1.5.43/debconf$:debconf-1.5.43/debconf.tmp
 ###
 PatchFile: %n.patch
-PatchFile-MD5: 735b68eff0f06444fc7258557515b920
+PatchFile-MD5: 014d385f326ace11c562c43b82dbc7bb
 PatchScript: <<
 sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
 
@@ -73,23 +74,23 @@
 install -m 0644 debian/templates.merged %d/DEBIAN/templates
 
 # Install manpages
-for i in de es fr pt pt_BR ru; do \
-  install -d -m 0755 %i/share/man/$i/man1; \
-  install -d -m 0755 %i/share/man/$i/man3; \
-  install -d -m 0755 %i/share/man/$i/man5; \
-  install -d -m 0755 %i/share/man/$i/man7; \
-  install -d -m 0755 %i/share/man/$i/man8; \
-  for j in %b/doc/man/*.$i.[13578] %b/doc/man/gen/*.$i.[13578]; do \
-    if [ -f $j ]; then \
-      basen=$(basename $j); \
-      fname=$(echo $basen | sed "s,\.$i,,g"); \
-      pagenum=$(basename $j | awk -F . '{print $NF}'); \
-      install -m 0644 $j %i/share/man/${i}/man${pagenum}/${fname}; \
-      ### Need to remove them so the next part doesn't duplicate them
-      rm $j; \
-    fi; \
-  done; \
-done
+#for i in de es fr pt pt_BR ru; do \
+#  install -d -m 0755 %i/share/man/$i/man1; \
+#  install -d -m 0755 %i/share/man/$i/man3; \
+#  install -d -m 0755 %i/share/man/$i/man5; \
+#  install -d -m 0755 %i/share/man/$i/man7; \
+#  install -d -m 0755 %i/share/man/$i/man8; \
+#  for j in %b/doc/man/*.$i.[13578] %b/doc/man/gen/*.$i.[13578]; do \
+#    if [ -f $j ]; then \
+#      basen=$(basename $j); \
+#      fname=$(echo $basen | sed "s,\.$i,,g"); \
+#      pagenum=$(basename $j | awk -F . '{print $NF}'); \
+#      install -m 0644 $j %i/share/man/${i}/man${pagenum}/${fname}; \
+#      ### Need to remove them so the next part doesn't duplicate them
+#      rm $j; \
+#    fi; \
+#  done; \
+#done
 install -d -m 0755 %i/share/man/man1
 install -d -m 0755 %i/share/man/man3
 install -d -m 0755 %i/share/man/man5
@@ -118,13 +119,13 @@
   Files: <<
     bin/debconf-[glm]*
     share/man/man1/debconf-[glm]*
-    share/man/de/man1/debconf-[glm]*
-    share/man/es/man1/debconf-[glm]*
-    share/man/fr/man1/debconf-[glm]*
-    share/man/pt/man1/debconf-[glm]*
-    share/man/pt_BR/man1/debconf-[glm]*
-    share/man/ru/man1/debconf-[glm]*
-  <<
+<<
+#    share/man/de/man1/debconf-[glm]*
+#    share/man/es/man1/debconf-[glm]*
+#    share/man/fr/man1/debconf-[glm]*
+#    share/man/pt/man1/debconf-[glm]*
+#    share/man/pt_BR/man1/debconf-[glm]*
+#    share/man/ru/man1/debconf-[glm]*
   DocFiles: debian/README.Debian debian/changelog debian/copyright
   Description: Debconf utilities
   DescDetail: <<
@@ -132,41 +133,41 @@
   <<
 <<
 ###
-SplitOff2: <<
-  Package: %N-i18n
-  Depends: %N, locale-gettext-pm5123, text-charwidth-pm5123, 
text-iconv-pm5123, text-wrapi18n-pm5123
-  Conflicts: debconf-english, debconf-utils (<< 1.3.22)
-  Replaces: debconf-english, debconf-utils (<< 1.3.22)
-  Files: <<
-    share/locale
-    share/man/de/man[18]
-    share/man/es/man[18]
-    share/man/fr/man[18]
-    share/man/pt/man[18]
-    share/man/pt_BR/man[18]
-    share/man/ru/man[18]
-  <<
-  DocFiles: debian/README.Debian debian/changelog debian/copyright
-  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.
-  <<
-<<
+#SplitOff2: <<
+#  Package: %N-i18n
+#  Depends: %N, locale-gettext-pm5123, text-charwidth-pm5123, 
text-iconv-pm5123, text-wrapi18n-pm5123
+#  Conflicts: debconf-english, debconf-utils (<< 1.3.22)
+#  Replaces: debconf-english, debconf-utils (<< 1.3.22)
+#  Files: <<
+#    share/locale
+#    share/man/de/man[18]
+#    share/man/es/man[18]
+#    share/man/fr/man[18]
+#    share/man/pt/man[18]
+#    share/man/pt_BR/man[18]
+#    share/man/ru/man[18]
+#  <<
+#  DocFiles: debian/README.Debian debian/changelog debian/copyright
+#  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.
+#  <<
+#<<
 ###
 SplitOff3: <<
   Package: %N-doc
   Conflicts: debconf (<< 0.3.10)
   Files: <<
     share/man/man[357]
-    share/man/de
-    share/man/es
-    share/man/fr
-    share/man/pt
-    share/man/pt_BR
-    share/man/ru
-  <<
+<<
+#    share/man/de
+#    share/man/es
+#    share/man/fr
+#    share/man/pt
+#    share/man/pt_BR
+#    share/man/ru
   DocFiles: debian/README.Debian debian/changelog debian/copyright 
samples:examples doc/README* doc/CREDITS doc/TODO doc/namespace.txt 
doc/debconf.schema doc/passthrough.txt doc/hierarchy.txt
   Description: Debconf documentation
   DescDetail: <<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to