Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25459

Modified Files:
        debconf.info debconf.patch 
Log Message:
New upstream relase of debconf, change to heredoc depends, add tests but 
disable for now since it's broken

Index: debconf.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- debconf.patch       29 Jun 2012 15:08:22 -0000      1.2
+++ debconf.patch       5 Apr 2013 19:52:23 -0000       1.3
@@ -58,7 +58,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-29 08:58:24.000000000 
-0600
-@@ -148,11 +148,11 @@
+@@ -165,11 +165,11 @@
        if (system('type lsb_release >/dev/null 2>&1') == 0) {
                $distribution=lc(`lsb_release -is`);
                chomp $distribution;
@@ -1157,7 +1157,7 @@
  }
  
  use strict;
-@@ -290,7 +290,7 @@
+@@ -275,7 +275,7 @@
        my @ret;
        local $/="\n\n";
        
@@ -1183,9 +1183,9 @@
 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-29 08:58:24.000000000 -0600
-@@ -40,10 +40,10 @@
- elsif ($ARGV[0]=~m!^.*/(.*?)\.(?:postinst|postrm|prerm)$!) {
-       $package=$1;
+@@ -44,10 +44,10 @@
+       # Avoid spurious title updates with triggered actions:
+       $no_title=1 if $action eq 'triggered';
  }
 -elsif (-e "/var/lib/dpkg/tmp.ci/control") {
 +elsif (-e "@FINKPREFIX@/var/lib/dpkg/tmp.ci/control") {
@@ -1196,7 +1196,7 @@
                || die "Debconf: unable to open control file: $!";
        while (<CONTROL>) {
                if (/^Package: (.*)/) {
-@@ -82,7 +82,7 @@
+@@ -86,7 +86,7 @@
                unless ($ARGV[0]=~m/(.*)config$/ && 
trytemplate("${1}templates")) {
                        # Finally, look in debconf lib directory for the base
                        # filename with .templates appended.
@@ -1205,7 +1205,7 @@
                                debug developer => "Couldn't find a templates 
file."
                        }
                }
-@@ -98,7 +98,7 @@
+@@ -102,7 +102,7 @@
  # lets you dpkg -i somepackage.deb and have its config script be run first.
  #
  # If it is the preinst, everything is in this weird directory deep in

Index: debconf.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- debconf.info        5 Apr 2013 19:34:13 -0000       1.9
+++ debconf.info        5 Apr 2013 19:52:23 -0000       1.10
@@ -1,10 +1,8 @@
 Package: debconf
-Version: 1.5.46
+Version: 1.5.49
 Revision: 1
 Type: perl
 ###
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6, (%type_pkg[perl] = 5124) 10.8
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
 ## po4a, python27, python3
 BuildDepends: <<
   fink (>= 0.34.99.git),
@@ -32,17 +30,17 @@
 Replaces: debconf-tiny
 Suggests: <<
   bash-completion,
-  net-ldap-pm%type_pkg[perl],
-  term-readline-gnu-pm%type_pkg[perl]
+  net-ldap-pm5123,
+  term-readline-gnu-pm5123
 <<
 ###
 Source: mirror:debian:/pool/main/d/%n/%n_%v.tar.gz
-Source-MD5: 6978cc5f49a3fce6de8e53fc46a6a243
+Source-MD5: cf2b9600849f2be083760e1eb33ba05c
 SourceDirectory: %n-%v
-TarFilesRename: debconf-1.5.46/debconf$:debconf-1.5.46/debconf.tmp
+TarFilesRename: debconf-1.5.49/debconf$:debconf-1.5.49/debconf.tmp
 ###
 PatchFile: %n.patch
-PatchFile-MD5: 014d385f326ace11c562c43b82dbc7bb
+PatchFile-MD5: 5d8fc8aff92b821c0950313e009e1401
 PatchScript: <<
 sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
 
@@ -79,10 +77,11 @@
 make
 <<
 ###
-InfoTest: <<
-  TestDepends: test-unit-pm
-  TestScript: perl test_debconf.pl --all || exit 2
-<<
+# Know issue upstream "call to abstract method CopyDBTestSetup::name"
+#InfoTest: <<
+#  TestDepends: test-unit-pm
+#  TestScript: perl test_debconf.pl --all || exit 2
+#<<
 ###
 InstallScript: <<
 #!/bin/sh -ev


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to