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

Modified Files:
        debconf.info debconf.patch 
Log Message:
  * KDE frontend: Work around multiple bugs in the perl code generated
    by puic4. The frontend works again.
  * doc/Makefile: Avoid adding duplicated =encoding to pod files.
  * Moved love of the path fixed to the PatchScript and out of the PatchFile
    for easier maintenance


Index: debconf.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- debconf.patch       5 Apr 2013 19:52:23 -0000       1.3
+++ debconf.patch       15 May 2013 16:09:43 -0000      1.4
@@ -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-29 
08:58:24.000000000 -0600
+diff -ruN debconf.orig/Debconf/Client/ConfModule.pm 
debconf/Debconf/Client/ConfModule.pm
+--- debconf.orig/Debconf/Client/ConfModule.pm  2013-04-07 11:53:12.000000000 
-0600
++++ debconf/Debconf/Client/ConfModule.pm       2013-05-15 09:12:24.000000000 
-0600
 @@ -73,9 +73,9 @@
                $ENV{PERL_DL_NONLAZY}=1;
                if (exists $ENV{DEBCONF_USE_CDEBCONF} and
@@ -31,9 +31,9 @@
  
[...1127 lines suppressed...]
-+++ debconf-1.5.43/samples/tutorial-back       2012-06-29 08:58:24.000000000 
-0600
+diff -ruN debconf.orig/samples/tutorial-back debconf/samples/tutorial-back
+--- debconf.orig/samples/tutorial-back 2013-04-07 11:53:12.000000000 -0600
++++ debconf/samples/tutorial-back      2013-05-15 09:53:06.000000000 -0600
 @@ -1,7 +1,7 @@
  #!/bin/sh -e
  
@@ -1272,9 +504,9 @@
  db_version 2.0
  
  # 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-29 08:58:24.000000000 -0600
+diff -ruN debconf.orig/transition_db.pl debconf/transition_db.pl
+--- debconf.orig/transition_db.pl      2013-04-07 11:53:12.000000000 -0600
++++ debconf/transition_db.pl   2013-05-15 09:53:34.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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- debconf.info        5 Apr 2013 21:32:53 -0000       1.12
+++ debconf.info        15 May 2013 16:09:43 -0000      1.13
@@ -1,5 +1,5 @@
 Package: debconf
-Version: 1.5.49
+Version: 1.5.50
 Revision: 1
 Type: perl
 ###
@@ -35,12 +35,12 @@
 <<
 ###
 Source: mirror:debian:/pool/main/d/%n/%n_%v.tar.gz
-Source-MD5: cf2b9600849f2be083760e1eb33ba05c
-SourceDirectory: %n-%v
-TarFilesRename: debconf-1.5.49/debconf$:debconf-1.5.49/debconf.tmp
+Source-MD5: 99cfa20ec28c2af63f2e73b1347a52b6
+SourceDirectory: %n
+TarFilesRename: debconf/debconf$:debconf/debconf.tmp
 ###
 PatchFile: %n.patch
-PatchFile-MD5: 5d8fc8aff92b821c0950313e009e1401
+PatchFile-MD5: 9b6869ce0d082d35aec1966ea01f9628
 PatchScript: <<
 sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
 
@@ -74,6 +74,16 @@
   perl -pi -e 's,/var,%p/var,g' $i; \
   perl -pi -e 's,/etc,%p/etc,g' $i; \
 done
+for i in %b/debian/po/*.po; do \
+  perl -pi -e 's,/usr,%p,g' $i; \
+  perl -pi -e 's,/var,%p/var,g' $i; \
+  perl -pi -e 's,/etc,%p/etc,g' $i; \
+done
+for i in %b/doc/README.LDAP %b/doc/TODO %b/doc/man/confmodule.3 
%b/doc/man/debconf-devel.7 %b/doc/man/debconf.7 %b/doc/man/debconf.conf.5 
%b/doc/man/po4a/po/debconf.pot %b/doc/namespace.txt; do \
+  perl -pi -e 's,/usr,%p,g' $i; \
+  perl -pi -e 's,/var,%p/var,g' $i; \
+  perl -pi -e 's,/etc,%p/etc,g' $i; \
+done
 <<
 ###
 CompileScript: <<


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to