OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Jan-2008 21:03:03
Branch: HEAD Handle: 2008012320030200
Modified files:
openpkg-src/dpkg dpkg.patch dpkg.spec
Log:
upgrading package: dpkg 1.14.16.1 -> 1.14.16.4
Summary:
Revision Changes Path
1.7 +30 -30 openpkg-src/dpkg/dpkg.patch
1.16 +3 -3 openpkg-src/dpkg/dpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dpkg/dpkg.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 dpkg.patch
--- openpkg-src/dpkg/dpkg.patch 22 Jan 2008 16:04:20 -0000 1.6
+++ openpkg-src/dpkg/dpkg.patch 23 Jan 2008 20:03:02 -0000 1.7
@@ -1,7 +1,7 @@
Index: dpkg-deb/Makefile.in
---- dpkg-deb/Makefile.in.orig 2008-01-21 12:56:03 +0100
-+++ dpkg-deb/Makefile.in 2008-01-22 17:01:02 +0100
-@@ -116,7 +116,7 @@
+--- dpkg-deb/Makefile.in.orig 2008-01-23 07:46:59 +0100
++++ dpkg-deb/Makefile.in 2008-01-23 20:52:54 +0100
+@@ -111,7 +111,7 @@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
@@ -11,9 +11,9 @@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
Index: dpkg-split/Makefile.in
---- dpkg-split/Makefile.in.orig 2008-01-21 12:56:04 +0100
-+++ dpkg-split/Makefile.in 2008-01-22 17:01:15 +0100
-@@ -117,7 +117,7 @@
+--- dpkg-split/Makefile.in.orig 2008-01-23 07:46:59 +0100
++++ dpkg-split/Makefile.in 2008-01-23 20:52:54 +0100
+@@ -112,7 +112,7 @@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
@@ -23,9 +23,9 @@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
Index: dselect/Makefile.in
---- dselect/Makefile.in.orig 2008-01-21 12:56:04 +0100
-+++ dselect/Makefile.in 2008-01-22 17:01:33 +0100
-@@ -132,7 +132,7 @@
+--- dselect/Makefile.in.orig 2008-01-23 07:47:00 +0100
++++ dselect/Makefile.in 2008-01-23 20:52:54 +0100
+@@ -130,7 +130,7 @@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
@@ -35,20 +35,20 @@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
Index: lib/Makefile.in
---- lib/Makefile.in.orig 2008-01-21 12:56:04 +0100
-+++ lib/Makefile.in 2008-01-22 17:01:58 +0100
-@@ -67,7 +67,7 @@
+--- lib/Makefile.in.orig 2008-01-23 07:47:02 +0100
++++ lib/Makefile.in 2008-01-23 20:56:26 +0100
+@@ -63,7 +63,7 @@
showcright.$(OBJEXT) showpkg.$(OBJEXT) tarfn.$(OBJEXT) \
utils.$(OBJEXT) varbuf.$(OBJEXT) vercmp.$(OBJEXT)
libdpkg_a_OBJECTS = $(am_libdpkg_a_OBJECTS)
--DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-I$(top_builddir)/getopt
+-DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
++DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ -I$(top_builddir)/getopt
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Index: lib/tarfn.c
---- lib/tarfn.c.orig 2008-01-21 12:39:01 +0100
-+++ lib/tarfn.c 2008-01-22 16:58:27 +0100
+--- lib/tarfn.c.orig 2008-01-23 07:34:44 +0100
++++ lib/tarfn.c 2008-01-23 20:52:54 +0100
@@ -60,7 +60,9 @@
int len;
char * str;
@@ -61,10 +61,10 @@
memcpy(str, s, len);
str[len] = 0;
Index: man/Makefile.in
---- man/Makefile.in.orig 2008-01-21 12:56:04 +0100
-+++ man/Makefile.in 2008-01-22 16:58:27 +0100
-@@ -190,7 +190,7 @@
- target_vendor = @target_vendor@
+--- man/Makefile.in.orig 2008-01-23 07:47:02 +0100
++++ man/Makefile.in 2008-01-23 20:52:54 +0100
+@@ -186,7 +186,7 @@
+ top_srcdir = @top_srcdir@
# Extract the list of languages from the po4a config file.
-LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p'
$(srcdir)/po/po4a.cfg)
@@ -72,7 +72,7 @@
dist_man_MANS = \
822-date.1 \
cleanup-info.8 \
-@@ -533,7 +533,7 @@
+@@ -537,7 +537,7 @@
all-local: [EMAIL PROTECTED]@
all-local-no:
@@ -82,9 +82,9 @@
# FIXME: Use a stamp file until po4a supports them internally.
man.stamp:
Index: scripts/Makefile.in
---- scripts/Makefile.in.orig 2008-01-21 12:56:05 +0100
-+++ scripts/Makefile.in 2008-01-22 16:58:27 +0100
-@@ -731,8 +731,8 @@
+--- scripts/Makefile.in.orig 2008-01-23 07:47:02 +0100
++++ scripts/Makefile.in 2008-01-23 20:52:54 +0100
+@@ -737,8 +737,8 @@
$(INSTALL_SCRIPT) install-info $(DESTDIR)$(sbindir)
install-data-local:
@@ -96,18 +96,18 @@
# Ideally we'd use 'sed -i', but unfortunately that's not portable.
install-data-hook:
Index: src/Makefile.in
---- src/Makefile.in.orig 2008-01-21 12:56:05 +0100
-+++ src/Makefile.in 2008-01-22 17:02:19 +0100
-@@ -72,7 +72,7 @@
+--- src/Makefile.in.orig 2008-01-23 07:47:02 +0100
++++ src/Makefile.in 2008-01-23 20:56:44 +0100
+@@ -68,7 +68,7 @@
query.$(OBJEXT)
dpkg_query_OBJECTS = $(am_dpkg_query_OBJECTS)
dpkg_query_DEPENDENCIES = $(am__DEPENDENCIES_1) ../lib/libdpkg.a
--DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-I$(top_builddir)/getopt
+-DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
++DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ -I$(top_builddir)/getopt
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-@@ -123,7 +123,7 @@
+@@ -118,7 +118,7 @@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dpkg/dpkg.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 dpkg.spec
--- openpkg-src/dpkg/dpkg.spec 22 Jan 2008 16:04:20 -0000 1.15
+++ openpkg-src/dpkg/dpkg.spec 23 Jan 2008 20:03:02 -0000 1.16
@@ -22,8 +22,8 @@
##
# package version
-%define V_tarball 1.14.16.1
-%define V_subdir 1.14.16.1
+%define V_tarball 1.14.16.4
+%define V_subdir 1.14.16.4
# package information
Name: dpkg
@@ -36,7 +36,7 @@
Group: Archiver
License: GPL
Version: %{V_tarball}
-Release: 20080122
+Release: 20080123
# list of sources
Source0:
http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]