Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26097/common/main/finkinfo/base
Modified Files:
dpkg.info dpkg.patch
Log Message:
misc stuff
Index: dpkg.patch
===================================================================
RCS file:
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base/dpkg.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dpkg.patch 17 Mar 2006 01:54:44 -0000 1.8
+++ dpkg.patch 20 Mar 2006 03:59:13 -0000 1.9
@@ -1,5 +1,11 @@
---- dpkg-1.13.16/dpkg-deb/Makefile.in Sat Feb 18 12:10:25 2006
-+++ dpkg-1.13.16-new/dpkg-deb/Makefile.in Thu Mar 16 20:38:07 2006
+Index: dpkg-deb/Makefile.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/dpkg-deb/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- dpkg-deb/Makefile.in 17 Mar 2006 01:54:10 -0000 1.1.1.1
++++ dpkg-deb/Makefile.in 17 Mar 2006 02:29:33 -0000 1.2
@@ -232,7 +232,7 @@
main.c
@@ -9,22 +15,36 @@
all: all-am
---- dpkg-1.13.16/dpkg-deb/build.c Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/dpkg-deb/build.c Thu Mar 16 20:16:55 2006
+Index: dpkg-deb/build.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/dpkg-deb/build.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.3
+diff -u -r1.1.1.1 -r1.3
+--- dpkg-deb/build.c 17 Mar 2006 01:54:10 -0000 1.1.1.1
++++ dpkg-deb/build.c 17 Mar 2006 02:31:52 -0000 1.3
@@ -221,9 +221,11 @@
warns++;
}
for (field= checkedinfo->available.arbs; field; field= field->next) {
-+ if (strncmp("BuildDependsOnly",field->name,16)) {
- fprintf(stderr, _("warning, `%s' contains user-defined field `%s'\n"),
+- fprintf(stderr, _("warning, `%s' contains user-defined field `%s'\n"),
++ if (strncmp("BuildDependsOnly",field->name,16)) {
++ fprintf(stderr, _("warning, `%s' contains user-defined field `%s'\n"),
controlfile, field->name);
- warns++;
-+ }
+- warns++;
++ warns++;
++ }
}
checkversion(checkedinfo->available.version.version,"(upstream)
version",&errs);
checkversion(checkedinfo->available.version.revision,"Debian
revision",&errs);
---- dpkg-1.13.16/dpkg-split/Makefile.in Sat Feb 18 12:10:26 2006
-+++ dpkg-1.13.16-new/dpkg-split/Makefile.in Thu Mar 16 20:38:13 2006
+Index: dpkg-split/Makefile.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/dpkg-split/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- dpkg-split/Makefile.in 17 Mar 2006 01:54:11 -0000 1.1.1.1
++++ dpkg-split/Makefile.in 17 Mar 2006 02:29:33 -0000 1.2
@@ -236,7 +236,7 @@
queue.c \
split.c
@@ -34,8 +54,14 @@
pkglib_SCRIPTS = mksplit
EXTRA_DIST = mksplit.pl
CLEANFILES = $(pkglib_SCRIPTS)
---- dpkg-1.13.16/dselect/Makefile.in Sat Feb 18 12:10:26 2006
-+++ dpkg-1.13.16-new/dselect/Makefile.in Thu Mar 16 20:38:18 2006
+Index: dselect/Makefile.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/dselect/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- dselect/Makefile.in 17 Mar 2006 01:54:11 -0000 1.1.1.1
++++ dselect/Makefile.in 17 Mar 2006 02:29:33 -0000 1.2
@@ -273,7 +273,7 @@
pkgsublist.cc \
pkgtop.cc
@@ -45,8 +71,14 @@
EXTRA_DIST = keyoverride mkcurkeys.pl
CLEANFILES = curkeys.h
all: all-recursive
---- dpkg-1.13.16/dselect/main.cc Fri Feb 17 02:23:31 2006
-+++ dpkg-1.13.16-new/dselect/main.cc Thu Mar 16 20:16:55 2006
+Index: dselect/main.cc
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/dselect/main.cc,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- dselect/main.cc 17 Mar 2006 01:54:11 -0000 1.1.1.1
++++ dselect/main.cc 17 Mar 2006 02:29:33 -0000 1.2
@@ -42,6 +42,11 @@
#include <dpkg.h>
#include <dpkg-db.h>
@@ -226,8 +258,14 @@
if (setjmp(ejbuf)) { /* expect warning about possible clobbering of argv */
cursesoff();
error_unwind(ehflag_bombout); exit(2);
---- dpkg-1.13.16/dselect/pkgdepcon.cc Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/dselect/pkgdepcon.cc Thu Mar 16 20:16:55 2006
+Index: dselect/pkgdepcon.cc
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/dselect/pkgdepcon.cc,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- dselect/pkgdepcon.cc 17 Mar 2006 01:54:12 -0000 1.1.1.1
++++ dselect/pkgdepcon.cc 17 Mar 2006 02:29:33 -0000 1.2
@@ -198,12 +198,20 @@
return 2;
@@ -297,8 +335,111 @@
+
return 0;
}
---- dpkg-1.13.16/lib/Makefile.in Sat Feb 18 12:10:26 2006
-+++ dpkg-1.13.16-new/lib/Makefile.in Thu Mar 16 20:16:55 2006
+Index: fink/dpkg.info
+===================================================================
+RCS file: fink/dpkg.info
+diff -N fink/dpkg.info
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ fink/dpkg.info 18 Mar 2006 20:04:41 -0000 1.3
+@@ -0,0 +1,90 @@
++Package: dpkg
++Version: 1.13.16
++Revision: 4
++GCC: 3.3
++BuildDepends: gettext-dev, gettext-tools, libiconv-dev, libncurses5
++Depends: gettext, libiconv, gzip, tar, libncurses5-shlibs
++Essential: yes
++Maintainer: Fink Core Group <[EMAIL PROTECTED]>
++#Source: mirror:sourceforge:fink/dpkg_%v.tar.gz
++Source: http://debian.ethz.ch/debian/pool/main/d/%n/%n_%v.tar.gz
++SourceDirectory: dpkg-%v
++Source-MD5: bf16c7c5efe5025320c73c862ffeb1d3
++Source2: http://alioth.debian.org/download.php/1496/po4a-0.24.tar.gz
++Source2-MD5: 8f3edbc9df9a7f960d123c3dd5aa13c7
++PatchScript: sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p0
++SetCPPFLAGS: -fconstant-cfstrings
++SetCFLAGS: -no-cpp-precomp -I%p/include
++SetLDFLAGS: -Wl,-framework,CoreFoundation
++CompileScript: <<
++#!/bin/sh -ev
++
++ export PERL5LIB=`pwd`/../po4a-0.24/lib:"$PERL5LIB"
++ export PATH=`pwd`/../po4a-0.24:"$PATH"
++ chmod a+x ../po4a-0.24/po4a*
++ PERL=/usr/bin/perl ./configure --build=%m-apple-darwin %c
++ make
++<<
++ConfigureParams: --without-start-stop-daemon --without-sgml-doc
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info
--srcdir=%b --disable-linker-optimisations
++InstallScript: <<
++#!/bin/sh -ev
++
++ export PERL5LIB=`pwd`/../po4a-0.24/lib:"$PERL5LIB"
++ export PATH=`pwd`/../po4a-0.24:"$PATH"
++ chmod a+x ../po4a-0.24/po4a*
++ mkdir -p %i/share/doc/dpkg
++ make install DESTDIR=%d
++ for lang in de es ja sv; do
++ install -d -m 755 %i/share/man/$lang/man1
++ install -c -m 644 man/$lang/md5sum.1 %i/share/man/$lang/man1/
++ done
++ rm -rf %i/lib/dpkg/methods/*
++<<
++Description: The Debian package manager
++DescDetail: <<
++dpkg installs and removes binary packages; it is the base of the
++distribution. This package also contains some helper programs and
++dselect, a full-screen console frontend to dpkg.
++<<
++DescPort: <<
++1.13.16
++- forward-ported changes to 1.13.16
++
++1.13.11
++- forward-ported changes to 1.13.11
++ - md5sum was removed, had to be re-added
++ - getopt was needed, but not automatically included, so had to be added to
the Makefile.in's
++
++1.10.9
++- Removed --without-zlib flag
++- Gets confused about top_srcdir without the --srcdir arg.
++- Fixed bug with BR manpage
++- Patched update-rc.d out of the app check code, not needed on OS X.
++
++Pre-Jaguar: Needed fixes to use the right architecture, disable code that uses
++unimplemented functions on Darwin and other stuff.
++
++Added code to support the pseudo package 'macosx' and 'darwin'.
++
++Fix to install-info script to prevent a certain problem with section titles.
++
++Patched to run 'fink-virtual-pkgs' to see what packages we have outside of
$prefix.
++
++Patched to suppress warning about BuildDependsOnly control field.
++
++Previous versions by Christoph Pfisterer.
++
++Patched to not remove Darwin's system-critical symlinks (/etc /tmp /var)
++
++Patched to hardcode complete paths to our component executables
++instead of relying on PATH
++<<
++#
++PostInstScript: <<
++if [ ! -f %p/var/lib/dpkg/diversions ]; then
++ touch %p/var/lib/dpkg/diversions
++ chmod 644 %p/var/lib/dpkg/diversions
++fi
++<<
++License: GPL
++Homepage: http://packages.qa.debian.org/d/dpkg.html
+Index: lib/Makefile.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/lib/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- lib/Makefile.in 17 Mar 2006 01:54:27 -0000 1.1.1.1
++++ lib/Makefile.in 17 Mar 2006 02:29:33 -0000 1.2
@@ -79,7 +79,7 @@
showcright.$(OBJEXT) showpkg.$(OBJEXT) tarfn.$(OBJEXT) \
utils.$(OBJEXT) varbuf.$(OBJEXT) vercmp.$(OBJEXT)
@@ -308,8 +449,14 @@
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
@[EMAIL PROTECTED] = ./$(DEPDIR)/compat.Po \
---- dpkg-1.13.16/lib/dpkg.h Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/lib/dpkg.h Thu Mar 16 20:16:55 2006
+Index: lib/dpkg.h
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/lib/dpkg.h,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- lib/dpkg.h 17 Mar 2006 01:54:27 -0000 1.1.1.1
++++ lib/dpkg.h 17 Mar 2006 02:29:33 -0000 1.2
@@ -107,7 +107,7 @@
#define SHELLENV "SHELL"
#define DEFAULTSHELL "sh"
@@ -338,8 +485,14 @@
#define TAR "tar"
#define GZIP "gzip"
---- dpkg-1.13.16/lib/nfmalloc.c Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/lib/nfmalloc.c Thu Mar 16 20:16:55 2006
+Index: lib/nfmalloc.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/lib/nfmalloc.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- lib/nfmalloc.c 17 Mar 2006 01:54:27 -0000 1.1.1.1
++++ lib/nfmalloc.c 17 Mar 2006 02:29:33 -0000 1.2
@@ -26,7 +26,7 @@
#include <dpkg.h>
#include <dpkg-db.h>
@@ -349,21 +502,14 @@
#define obstack_chunk_alloc m_malloc
#define obstack_chunk_free free
---- dpkg-1.13.16/lib/parsedump.h Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/lib/parsedump.h Thu Mar 16 20:16:55 2006
-@@ -74,8 +74,9 @@
- const char *canon;
- };
-
--extern const struct fieldinfo fieldinfos[];
- extern const struct nickname nicknames[];
- extern const int nfields; /* = elements in fieldinfos, including the
sentinels */
-
- #endif /* DPKG_PARSEDUMP_H */
-+extern const struct fieldinfo fieldinfos[];
-+
---- dpkg-1.13.16/lib/tarfn.c Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/lib/tarfn.c Thu Mar 16 20:16:55 2006
+Index: lib/tarfn.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/lib/tarfn.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- lib/tarfn.c 17 Mar 2006 01:54:28 -0000 1.1.1.1
++++ lib/tarfn.c 17 Mar 2006 02:29:33 -0000 1.2
@@ -59,8 +59,12 @@
{
int len;
@@ -379,8 +525,14 @@
str = malloc(len + 1);
memcpy(str, s, len);
str[len] = 0;
---- dpkg-1.13.16/man/C/cleanup-info.8 Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/man/C/cleanup-info.8 Thu Mar 16 20:16:55 2006
+Index: man/C/cleanup-info.8
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/cleanup-info.8,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/cleanup-info.8 17 Mar 2006 01:54:28 -0000 1.1.1.1
++++ man/C/cleanup-info.8 17 Mar 2006 02:29:34 -0000 1.2
@@ -34,7 +34,7 @@
Output version and exit successfully.
.SH FILES
@@ -398,8 +550,14 @@
.sp
This is free software; see the GNU General Public Licence
version 2 or later for copying conditions. There is NO warranty.
---- dpkg-1.13.16/man/C/dpkg-deb.1 Sat Feb 18 07:22:44 2006
-+++ dpkg-1.13.16-new/man/C/dpkg-deb.1 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg-deb.1
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg-deb.1,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg-deb.1 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg-deb.1 17 Mar 2006 02:29:34 -0000 1.2
@@ -264,7 +264,7 @@
Copyright (C)1995-1996
by him and released under the GNU General Public Licence; there is NO
@@ -410,8 +568,14 @@
-.B /usr/share/common\-licenses/GPL
+.B @PREFIX@/share/common\-licenses/GPL
for details.
---- dpkg-1.13.16/man/C/dpkg-divert.8 Thu Feb 2 14:39:07 2006
-+++ dpkg-1.13.16-new/man/C/dpkg-divert.8 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg-divert.8
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg-divert.8,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg-divert.8 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg-divert.8 17 Mar 2006 02:29:34 -0000 1.2
@@ -37,7 +37,7 @@
.SH OPTIONS
.TP
@@ -438,8 +602,14 @@
.sp
This is free software; see the GNU General Public Licence
version 2 or later for copying conditions. There is NO warranty.
---- dpkg-1.13.16/man/C/dpkg-query.1 Sat Feb 11 15:23:38 2006
-+++ dpkg-1.13.16-new/man/C/dpkg-query.1 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg-query.1
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg-query.1,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg-query.1 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg-query.1 17 Mar 2006 02:29:34 -0000 1.2
@@ -41,7 +41,7 @@
.TP
\fB\-l\fP | \fB\-\-list\fP \fIpackage-name-pattern\fP ...
@@ -475,8 +645,14 @@
.sp
This is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is NO warranty.
---- dpkg-1.13.16/man/C/dpkg-source.1 Fri Feb 17 10:54:23 2006
-+++ dpkg-1.13.16-new/man/C/dpkg-source.1 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg-source.1
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg-source.1,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg-source.1 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg-source.1 17 Mar 2006 02:29:34 -0000 1.2
@@ -54,13 +54,13 @@
.B dpkg\-shlibdeps
will read shared library dependency information from
@@ -524,8 +700,14 @@
-.B /usr/share/common\-licenses/GPL
+.B @PREFIX@/share/common\-licenses/GPL
for details.
---- dpkg-1.13.16/man/C/dpkg-split.1 Thu Feb 2 14:39:07 2006
-+++ dpkg-1.13.16-new/man/C/dpkg-split.1 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg-split.1
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg-split.1,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg-split.1 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg-split.1 17 Mar 2006 02:29:34 -0000 1.2
@@ -162,7 +162,7 @@
.BI \-\-depotdir " directory"
Specifies an alternative directory for the queue of parts awaiting
@@ -554,8 +736,14 @@
-.B /usr/share/common\-licenses/GPL
+.B @PREFIX@/share/common\-licenses/GPL
for details.
---- dpkg-1.13.16/man/C/dpkg-statoverride.8 Sat Feb 18 07:22:44 2006
-+++ dpkg-1.13.16-new/man/C/dpkg-statoverride.8 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg-statoverride.8
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg-statoverride.8,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg-statoverride.8 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg-statoverride.8 17 Mar 2006 02:29:34 -0000 1.2
@@ -55,10 +55,10 @@
.TP
.I \-\-admindir
@@ -577,8 +765,14 @@
.sp
This is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is NO warranty.
---- dpkg-1.13.16/man/C/dpkg.1 Sat Feb 18 07:22:44 2006
-+++ dpkg-1.13.16-new/man/C/dpkg.1 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg.1
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg.1,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg.1 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg.1 17 Mar 2006 02:29:34 -0000 1.2
@@ -150,7 +150,7 @@
file). \fB\-P\fP or \fB\-\-purge\fP removes everything, including
configuration
files. If \fB\-a\fP or \fB\-\-pending\fP is given instead of a package
@@ -691,8 +885,14 @@
+See [EMAIL PROTECTED]@/share/doc/dpkg/THANKS.gz\fP for the list of people who
have
contributed to \fBdpkg\fP .
.fi
---- dpkg-1.13.16/man/C/dpkg.cfg.5 Sat Feb 18 07:22:44 2006
-+++ dpkg-1.13.16-new/man/C/dpkg.cfg.5 Thu Mar 16 20:16:55 2006
+Index: man/C/dpkg.cfg.5
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dpkg.cfg.5,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dpkg.cfg.5 17 Mar 2006 01:54:29 -0000 1.1.1.1
++++ man/C/dpkg.cfg.5 17 Mar 2006 02:29:34 -0000 1.2
@@ -8,10 +8,11 @@
here. Comments are allowed by starting a line with a hash sign
("\fB#\fR").
@@ -707,8 +907,14 @@
+Paths modified by Carsten Klapp to reflect fink distribution, December 2002.
.SH SEE ALSO
.BR dpkg (1)
---- dpkg-1.13.16/man/C/dselect.1 Tue Feb 7 16:08:46 2006
-+++ dpkg-1.13.16-new/man/C/dselect.1 Thu Mar 16 20:16:55 2006
+Index: man/C/dselect.1
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dselect.1,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dselect.1 17 Mar 2006 01:54:30 -0000 1.1.1.1
++++ man/C/dselect.1 17 Mar 2006 02:29:34 -0000 1.2
@@ -34,7 +34,7 @@
of \fBdselect\fP or show additional information about the program.
.SH OPTIONS
@@ -727,8 +933,14 @@
and normally there shouldn't be any need to change it.
.TP
.B --debug <file> | -D<file>
---- dpkg-1.13.16/man/C/dselect.cfg.5 Thu Feb 2 14:39:07 2006
-+++ dpkg-1.13.16-new/man/C/dselect.cfg.5 Thu Mar 16 20:16:55 2006
+Index: man/C/dselect.cfg.5
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/dselect.cfg.5,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/dselect.cfg.5 17 Mar 2006 01:54:30 -0000 1.1.1.1
++++ man/C/dselect.cfg.5 17 Mar 2006 02:29:34 -0000 1.2
@@ -8,10 +8,11 @@
here. Comments are allowed by starting a line with a hash sign
("\fB#\fR").
@@ -743,8 +955,14 @@
+Paths modified by Carsten Klapp to reflect fink distribution, December 2002.
.SH SEE ALSO
.BR dselect (1)
---- dpkg-1.13.16/man/C/install-info.8 Sat Feb 18 07:22:44 2006
-+++ dpkg-1.13.16-new/man/C/install-info.8 Thu Mar 16 20:16:55 2006
+Index: man/C/install-info.8
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/install-info.8,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/install-info.8 17 Mar 2006 01:54:30 -0000 1.1.1.1
++++ man/C/install-info.8 17 Mar 2006 02:29:34 -0000 1.2
@@ -156,7 +156,7 @@
be located in
.IR infodir .
@@ -763,8 +981,14 @@
.SH COPYRIGHT
Copyright 1994, Ian Jackson.
.B install\-info
---- dpkg-1.13.16/man/C/update-alternatives.8 Sat Feb 18 07:22:44 2006
-+++ dpkg-1.13.16-new/man/C/update-alternatives.8 Thu Mar 16 20:16:55 2006
+Index: man/C/update-alternatives.8
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/man/C/update-alternatives.8,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- man/C/update-alternatives.8 17 Mar 2006 01:54:30 -0000 1.1.1.1
++++ man/C/update-alternatives.8 17 Mar 2006 02:29:34 -0000 1.2
@@ -4,7 +4,7 @@
.\" it under the terms of the GNU General Public License as published
.\" by the Free Software Foundation; either version 2 of the License, or
@@ -861,8 +1085,12 @@
.SH "SEE ALSO"
.BR ln (1),
FHS, the Filesystem Hierarchy Standard.
---- dpkg-1.13.16/man/de/md5sum.1 Wed Dec 31 19:00:00 1969
-+++ dpkg-1.13.16-new/man/de/md5sum.1 Thu Mar 16 20:16:55 2006
+Index: man/de/md5sum.1
+===================================================================
+RCS file: man/de/md5sum.1
+diff -N man/de/md5sum.1
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ man/de/md5sum.1 17 Mar 2006 02:29:34 -0000 1.1
@@ -0,0 +1,74 @@
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.hw ge-knackt
@@ -938,8 +1166,12 @@
+wurde ursprünglich von Branko Lankester geschrieben und hiernach von
+Colin Plumb und Ian Jackson ([EMAIL PROTECTED]) geändert. Die Man-Seite
+wurde von Juho Vuori ([EMAIL PROTECTED]) hinzugefügt.
---- dpkg-1.13.16/man/es/md5sum.1 Wed Dec 31 19:00:00 1969
-+++ dpkg-1.13.16-new/man/es/md5sum.1 Thu Mar 16 20:16:55 2006
+Index: man/es/md5sum.1
+===================================================================
+RCS file: man/es/md5sum.1
+diff -N man/es/md5sum.1
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ man/es/md5sum.1 17 Mar 2006 02:29:34 -0000 1.1
@@ -0,0 +1,78 @@
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.TH MD5SUM 1 "29 de Noviembre de 1995" "Lankester et al" "Debian GNU/Linux"
@@ -1019,8 +1251,12 @@
+Colin Plumb y Ian Jackson ([EMAIL PROTECTED]). La pagina del manual
+fue agregada por Juho Vuori ([EMAIL PROTECTED]) y traducida por Rubén
+Porras ([EMAIL PROTECTED])
---- dpkg-1.13.16/man/ja/md5sum.1 Wed Dec 31 19:00:00 1969
-+++ dpkg-1.13.16-new/man/ja/md5sum.1 Thu Mar 16 20:16:55 2006
+Index: man/ja/md5sum.1
+===================================================================
+RCS file: man/ja/md5sum.1
+diff -N man/ja/md5sum.1
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ man/ja/md5sum.1 17 Mar 2006 02:29:34 -0000 1.1
@@ -0,0 +1,86 @@
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.\"WORD: message digest ¥á¥Ã¥»¡¼¥¸¥À¥¤¥¸¥§¥¹¥È
@@ -1108,8 +1344,12 @@
+.SH ËÝÌõ¼Ô
+
+Æéë ±ÉŸ <[EMAIL PROTECTED]>
---- dpkg-1.13.16/man/sv/md5sum.1 Wed Dec 31 19:00:00 1969
-+++ dpkg-1.13.16-new/man/sv/md5sum.1 Thu Mar 16 20:16:55 2006
+Index: man/sv/md5sum.1
+===================================================================
+RCS file: man/sv/md5sum.1
+diff -N man/sv/md5sum.1
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ man/sv/md5sum.1 17 Mar 2006 02:29:34 -0000 1.1
@@ -0,0 +1,83 @@
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.\" Translation of CVS revision 1.2
@@ -1194,14 +1434,41 @@
+Colin Plumb och Ian Jackson ([EMAIL PROTECTED]).
+Manualsidan lades till av Juho Vuori ([EMAIL PROTECTED])
+och översattes av Peter Karlsson.
---- dpkg-1.13.16/origin.fink Wed Dec 31 19:00:00 1969
-+++ dpkg-1.13.16-new/origin.fink Thu Mar 16 20:16:55 2006
+Index: origins/Makefile.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/origins/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- origins/Makefile.in 17 Mar 2006 01:54:43 -0000 1.1.1.1
++++ origins/Makefile.in 17 Mar 2006 03:44:02 -0000 1.2
+@@ -202,7 +202,7 @@
+ target_vendor = @target_vendor@
+ pkgconfdir = $(sysconfdir)/@PACKAGE@
+ originsdir = $(pkgconfdir)/origins
+-dist_origins_DATA = debian
++dist_origins_DATA = debian fink
+ all: all-am
+
+ .SUFFIXES:
+Index: origins/fink
+===================================================================
+RCS file: origins/fink
+diff -N origins/fink
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ origins/fink 17 Mar 2006 03:44:02 -0000 1.1
@@ -0,0 +1,3 @@
+Vendor: Fink
+Vendor-URL: http://fink.sourceforge.net/
+Bugs: http://fink.sourceforge.net/
---- dpkg-1.13.16/scripts/controllib.pl.in Sun Jan 22 23:50:40 2006
-+++ dpkg-1.13.16-new/scripts/controllib.pl.in Thu Mar 16 20:16:55 2006
+Index: scripts/controllib.pl.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/controllib.pl.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/controllib.pl.in 17 Mar 2006 01:55:07 -0000 1.1.1.1
++++ scripts/controllib.pl.in 17 Mar 2006 02:29:34 -0000 1.2
@@ -13,7 +13,7 @@
$pkgdatadir=".";
@@ -1231,8 +1498,14 @@
chomp $host_arch;
}
foreach my $dep_and (split(/,\s*/m, $dep_line)) {
---- dpkg-1.13.16/scripts/dpkg-architecture.pl Fri Jan 27 23:29:10 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-architecture.pl Thu Mar 16 20:16:55 2006
+Index: scripts/dpkg-architecture.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-architecture.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/dpkg-architecture.pl 17 Mar 2006 01:55:07 -0000 1.1.1.1
++++ scripts/dpkg-architecture.pl 17 Mar 2006 02:29:34 -0000 1.2
@@ -22,7 +22,7 @@
$version="1.0.0"; # This line modified by Makefile
$0 = `basename $0`; chomp $0;
@@ -1251,8 +1524,14 @@
&syserr("dpkg --print-architecture failed") if $?>>8;
$deb_build_gnu_type = &debian_to_gnu($deb_build_arch);
---- dpkg-1.13.16/scripts/dpkg-buildpackage.sh Sun Jan 29 11:10:59 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-buildpackage.sh Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-buildpackage.sh
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-buildpackage.sh,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/dpkg-buildpackage.sh 17 Mar 2006 01:55:07 -0000 1.1.1.1
++++ scripts/dpkg-buildpackage.sh 17 Mar 2006 02:29:34 -0000 1.2
@@ -141,15 +141,15 @@
curd="`pwd`"
@@ -1274,8 +1553,14 @@
else
arch=source
fi
---- dpkg-1.13.16/scripts/dpkg-checkbuilddeps.pl Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-checkbuilddeps.pl Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-checkbuilddeps.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-checkbuilddeps.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/dpkg-checkbuilddeps.pl 17 Mar 2006 01:55:07 -0000 1.1.1.1
++++ scripts/dpkg-checkbuilddeps.pl 17 Mar 2006 02:29:34 -0000 1.2
@@ -133,7 +133,7 @@
my $dep_list=shift;
my %version=%{shift()};
@@ -1294,8 +1579,14 @@
$version{$package}, $relation,
$version);
if (($? >> 8) != 0) {
---- dpkg-1.13.16/scripts/dpkg-genchanges.pl Sun Jan 22 23:50:40 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-genchanges.pl Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-genchanges.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-genchanges.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/dpkg-genchanges.pl 17 Mar 2006 01:55:07 -0000 1.1.1.1
++++ scripts/dpkg-genchanges.pl 17 Mar 2006 02:29:34 -0000 1.2
@@ -307,7 +307,7 @@
$f{'Format'}= $substvar{'Format'};
@@ -1314,8 +1605,14 @@
$md5sum =~ m/^([0-9a-f]{32})\s*-?\s*$/i ||
&failure("md5sum upload file $uf gave strange output \`$md5sum'");
$md5sum= $1;
---- dpkg-1.13.16/scripts/dpkg-name.sh Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-name.sh Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-name.sh
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-name.sh,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/dpkg-name.sh 17 Mar 2006 01:55:08 -0000 1.1.1.1
++++ scripts/dpkg-name.sh 17 Mar 2006 02:29:34 -0000 1.2
@@ -10,6 +10,7 @@
license () {
echo "# ${prog} ${version} -- ${purpose}
@@ -1374,8 +1671,14 @@
if [ -z "$s" ];
then
s="no-section";
---- dpkg-1.13.16/scripts/dpkg-scanpackages.pl Fri Feb 17 09:35:13 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-scanpackages.pl Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-scanpackages.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-scanpackages.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/dpkg-scanpackages.pl 17 Mar 2006 01:55:08 -0000 1.1.1.1
++++ scripts/dpkg-scanpackages.pl 17 Mar 2006 02:29:34 -0000 1.2
@@ -86,7 +86,7 @@
sub vercmp {
my ($a,$b)[EMAIL PROTECTED];
@@ -1394,8 +1697,14 @@
if ($control eq "") {
warn "Couldn't call dpkg-deb on $fn: $!, skipping package\n";
next;
---- dpkg-1.13.16/scripts/dpkg-scansources.pl Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-scansources.pl Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-scansources.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-scansources.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.3
+diff -u -r1.1.1.1 -r1.3
+--- scripts/dpkg-scansources.pl 17 Mar 2006 01:55:08 -0000 1.1.1.1
++++ scripts/dpkg-scansources.pl 18 Mar 2006 20:04:41 -0000 1.3
@@ -283,7 +283,7 @@
if (!$pid) {
open STDIN, '<&FILE' or xdie "can't dup $file:";
@@ -1405,8 +1714,14 @@
}
chomp($md5 = join '', <MD5>);
unless (close MD5) {
---- dpkg-1.13.16/scripts/dpkg-shlibdeps.pl Mon Jan 30 13:43:28 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-shlibdeps.pl Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-shlibdeps.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-shlibdeps.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.3
+diff -u -r1.1.1.1 -r1.3
+--- scripts/dpkg-shlibdeps.pl 17 Mar 2006 01:55:08 -0000 1.1.1.1
++++ scripts/dpkg-shlibdeps.pl 18 Mar 2006 20:04:41 -0000 1.3
@@ -231,7 +231,7 @@
close STDERR; # we don't need to see dpkg's errors
open STDERR, "> /dev/null";
@@ -1416,8 +1731,14 @@
syserr("cannot exec dpkg");
}
while (<P>) {
---- dpkg-1.13.16/scripts/dpkg-source.pl Fri Feb 10 19:23:42 2006
-+++ dpkg-1.13.16-new/scripts/dpkg-source.pl Thu Mar 16 20:16:56 2006
+Index: scripts/dpkg-source.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/dpkg-source.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/dpkg-source.pl 17 Mar 2006 01:55:08 -0000 1.1.1.1
++++ scripts/dpkg-source.pl 17 Mar 2006 02:29:34 -0000 1.2
@@ -580,8 +580,8 @@
close(DSC);
@@ -1447,8 +1768,14 @@
$? && &subprocerr("md5sum $filename");
$md5sum = readmd5sum( $md5sum );
$f{'Files'}.= "\n $md5sum $size $filename";
---- dpkg-1.13.16/scripts/update-alternatives.pl Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/scripts/update-alternatives.pl Thu Mar 16 20:16:56 2006
+Index: scripts/update-alternatives.pl
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/scripts/update-alternatives.pl,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- scripts/update-alternatives.pl 17 Mar 2006 01:55:08 -0000 1.1.1.1
++++ scripts/update-alternatives.pl 17 Mar 2006 02:29:34 -0000 1.2
@@ -59,7 +59,7 @@
sub quit { print STDERR "update-alternatives: @_\n"; exit(2); }
sub badusage { print STDERR "update-alternatives: @_\n\n"; &usageversion;
exit(2); }
@@ -1458,8 +1785,14 @@
$admindir= $admindir . '/alternatives';
$testmode= 0;
$verbosemode= 0;
---- dpkg-1.13.16/src/Makefile.in Sat Feb 18 12:10:28 2006
-+++ dpkg-1.13.16-new/src/Makefile.in Thu Mar 16 20:39:47 2006
+Index: src/Makefile.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/src/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- src/Makefile.in 17 Mar 2006 01:55:10 -0000 1.1.1.1
++++ src/Makefile.in 17 Mar 2006 02:29:34 -0000 1.2
@@ -84,7 +84,7 @@
query.$(OBJEXT)
dpkg_query_OBJECTS = $(am_dpkg_query_OBJECTS)
@@ -1486,8 +1819,14 @@
all: all-am
.SUFFIXES:
---- dpkg-1.13.16/src/archives.c Fri Feb 10 11:22:50 2006
-+++ dpkg-1.13.16-new/src/archives.c Thu Mar 16 20:17:50 2006
+Index: src/archives.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/src/archives.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- src/archives.c 17 Mar 2006 01:55:09 -0000 1.1.1.1
++++ src/archives.c 17 Mar 2006 02:29:34 -0000 1.2
@@ -655,6 +655,7 @@
if (symlink(ti->LinkName,fnamenewvb.buf))
ohshite(_("error creating symbolic link `%.255s'"),ti->Name);
@@ -1504,7 +1843,7 @@
break;
case Directory:
/* We've already checked for an existing directory. */
-@@ -719,12 +721,14 @@
+@@ -719,6 +721,7 @@
symlinkfn.used= r; varbufaddc(&symlinkfn,0);
if (symlink(symlinkfn.buf,fnametmpvb.buf))
ohshite(_("unable to make backup symlink for `%.255s'"),ti->Name);
@@ -1512,15 +1851,22 @@
#ifdef HAVE_LCHOWN
if (lchown(fnametmpvb.buf,stab.st_uid,stab.st_gid))
ohshite(_("unable to chown backup symlink for `%.255s'"),ti->Name);
- #else
+@@ -726,6 +729,7 @@
if (chown(fnametmpvb.buf,stab.st_uid,stab.st_gid))
ohshite(_("unable to chown backup symlink for `%.255s'"),ti->Name);
-+#endif
#endif
++#endif
} else {
debug(dbg_eachfiledetail,"tarobject nondirectory, `link' backup");
---- dpkg-1.13.16/src/configure.c Fri Feb 10 09:40:46 2006
-+++ dpkg-1.13.16-new/src/configure.c Thu Mar 16 20:16:56 2006
+ if (link(fnamevb.buf,fnametmpvb.buf))
+Index: src/configure.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/src/configure.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- src/configure.c 17 Mar 2006 01:55:09 -0000 1.1.1.1
++++ src/configure.c 17 Mar 2006 02:29:34 -0000 1.2
@@ -483,9 +483,10 @@
static void suspend(void) {
const char* s;
@@ -1547,8 +1893,14 @@
}
---- dpkg-1.13.16/src/help.c Fri Feb 10 11:22:50 2006
-+++ dpkg-1.13.16-new/src/help.c Thu Mar 16 20:16:56 2006
+Index: src/help.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/src/help.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- src/help.c 17 Mar 2006 01:55:09 -0000 1.1.1.1
++++ src/help.c 17 Mar 2006 02:29:34 -0000 1.2
@@ -69,11 +69,18 @@
void checkpath(void) {
@@ -1598,8 +1950,14 @@
for (packageslump= file->packages; packageslump; packageslump=
packageslump->more) {
debug(dbg_veryverbose, "isdirectoryinuse packageslump %s ...",
packageslump->pkgs[0] ? packageslump->pkgs[0]->name : "<none>");
---- dpkg-1.13.16/src/main.c Mon Feb 6 16:28:52 2006
-+++ dpkg-1.13.16-new/src/main.c Thu Mar 16 20:16:56 2006
+Index: src/main.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/src/main.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- src/main.c 17 Mar 2006 01:55:10 -0000 1.1.1.1
++++ src/main.c 17 Mar 2006 02:29:34 -0000 1.2
@@ -38,6 +38,12 @@
#include <dpkg-db.h>
#include <myopt.h>
@@ -1778,8 +2136,14 @@
actionfunction= (void (*)(const char* const*))cipaction->farg;
actionfunction(argv);
---- dpkg-1.13.16/src/main.h Fri Feb 10 19:35:17 2006
-+++ dpkg-1.13.16-new/src/main.h Thu Mar 16 20:16:56 2006
+Index: src/main.h
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/src/main.h,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- src/main.h 17 Mar 2006 01:55:10 -0000 1.1.1.1
++++ src/main.h 17 Mar 2006 02:29:34 -0000 1.2
@@ -95,6 +95,11 @@
extern const char *instdir;
extern struct packageinlist *ignoredependss;
@@ -1792,8 +2156,14 @@
/* from filesdb.c */
---- dpkg-1.13.16/src/packages.c Wed Jan 18 03:30:03 2006
-+++ dpkg-1.13.16-new/src/packages.c Thu Mar 16 20:16:56 2006
+Index: src/packages.c
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/src/packages.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- src/packages.c 17 Mar 2006 01:55:10 -0000 1.1.1.1
++++ src/packages.c 17 Mar 2006 02:29:34 -0000 1.2
@@ -334,6 +334,30 @@
return thisf;
}
@@ -1864,8 +2234,14 @@
if (possi->cyclebreak) {
debug(dbg_depcondetail," break cycle so ok and found");
found= 3; break;
---- dpkg-1.13.16/utils/Makefile.in Sat Feb 18 12:10:28 2006
-+++ dpkg-1.13.16-new/utils/Makefile.in Thu Mar 16 20:39:55 2006
+Index: utils/Makefile.in
+===================================================================
+RCS file: /cvsroot/fink/3rdparty/dpkg/utils/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- utils/Makefile.in 17 Mar 2006 01:55:11 -0000 1.1.1.1
++++ utils/Makefile.in 17 Mar 2006 02:29:34 -0000 1.2
@@ -14,7 +14,7 @@
@SET_MAKE@
@@ -2033,8 +2409,12 @@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
---- dpkg-1.13.16/utils/md5sum.1 Wed Dec 31 19:00:00 1969
-+++ dpkg-1.13.16-new/utils/md5sum.1 Thu Mar 16 20:16:56 2006
+Index: utils/md5sum.1
+===================================================================
+RCS file: utils/md5sum.1
+diff -N utils/md5sum.1
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ utils/md5sum.1 17 Mar 2006 02:29:34 -0000 1.1
@@ -0,0 +1,75 @@
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.TH MD5SUM 1 "29th November 1995" "Lankester et al" "Debian GNU/Linux"
@@ -2111,8 +2491,12 @@
+was originally written by Branko Lankester, and modified afterwards by
+Colin Plumb and Ian Jackson ([EMAIL PROTECTED]). Manual page was
+added by Juho Vuori ([EMAIL PROTECTED])
---- dpkg-1.13.16/utils/md5sum.c Wed Dec 31 19:00:00 1969
-+++ dpkg-1.13.16-new/utils/md5sum.c Thu Mar 16 20:16:56 2006
+Index: utils/md5sum.c
+===================================================================
+RCS file: utils/md5sum.c
+diff -N utils/md5sum.c
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ utils/md5sum.c 17 Mar 2006 02:29:34 -0000 1.1
@@ -0,0 +1,312 @@
+/*
+ * md5sum.c - Generate/check MD5 Message Digests
Index: dpkg.info
===================================================================
RCS file:
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base/dpkg.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dpkg.info 17 Mar 2006 01:54:44 -0000 1.11
+++ dpkg.info 20 Mar 2006 03:59:13 -0000 1.12
@@ -12,7 +12,7 @@
Source-MD5: bf16c7c5efe5025320c73c862ffeb1d3
Source2: http://alioth.debian.org/download.php/1496/po4a-0.24.tar.gz
Source2-MD5: 8f3edbc9df9a7f960d123c3dd5aa13c7
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p1
+PatchScript: sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p0
SetCPPFLAGS: -fconstant-cfstrings
SetCFLAGS: -no-cpp-precomp -I%p/include
SetLDFLAGS: -Wl,-framework,CoreFoundation
@@ -38,7 +38,6 @@
install -d -m 755 %i/share/man/$lang/man1
install -c -m 644 man/$lang/md5sum.1 %i/share/man/$lang/man1/
done
- install -c -p -m 644 origin.fink %i/etc/dpkg/origins/fink
rm -rf %i/lib/dpkg/methods/*
<<
Description: The Debian package manager
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits