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: 28-Dec-2007 10:34:46
Branch: HEAD Handle: 2007122809344500
Modified files:
openpkg-src/dpkg dpkg.patch dpkg.spec
Log:
upgrading package: dpkg 1.14.12 -> 1.14.14
Summary:
Revision Changes Path
1.5 +22 -22 openpkg-src/dpkg/dpkg.patch
1.12 +3 -3 openpkg-src/dpkg/dpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dpkg/dpkg.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 dpkg.patch
--- openpkg-src/dpkg/dpkg.patch 5 Dec 2007 07:23:34 -0000 1.4
+++ openpkg-src/dpkg/dpkg.patch 28 Dec 2007 09:34:45 -0000 1.5
@@ -1,6 +1,6 @@
Index: dpkg-deb/Makefile.in
---- dpkg-deb/Makefile.in.orig 2007-11-29 05:58:44 +0100
-+++ dpkg-deb/Makefile.in 2007-12-05 08:20:37 +0100
+--- dpkg-deb/Makefile.in.orig 2007-12-27 12:09:26 +0100
++++ dpkg-deb/Makefile.in 2007-12-28 10:28:09 +0100
@@ -141,7 +141,7 @@
LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
@@ -11,8 +11,8 @@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
Index: dpkg-split/Makefile.in
---- dpkg-split/Makefile.in.orig 2007-11-29 05:58:44 +0100
-+++ dpkg-split/Makefile.in 2007-12-05 08:20:37 +0100
+--- dpkg-split/Makefile.in.orig 2007-12-27 12:09:26 +0100
++++ dpkg-split/Makefile.in 2007-12-28 10:28:09 +0100
@@ -142,7 +142,7 @@
LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
@@ -23,8 +23,8 @@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
Index: dselect/Makefile.in
---- dselect/Makefile.in.orig 2007-11-29 05:58:44 +0100
-+++ dselect/Makefile.in 2007-12-05 08:20:37 +0100
+--- dselect/Makefile.in.orig 2007-12-27 12:09:27 +0100
++++ dselect/Makefile.in 2007-12-28 10:28:09 +0100
@@ -160,7 +160,7 @@
LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
@@ -35,8 +35,8 @@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
Index: lib/Makefile.in
---- lib/Makefile.in.orig 2007-11-29 05:58:45 +0100
-+++ lib/Makefile.in 2007-12-05 08:21:48 +0100
+--- lib/Makefile.in.orig 2007-12-27 12:09:27 +0100
++++ lib/Makefile.in 2007-12-28 10:28:09 +0100
@@ -74,7 +74,7 @@
showcright.$(OBJEXT) showpkg.$(OBJEXT) tarfn.$(OBJEXT) \
utils.$(OBJEXT) varbuf.$(OBJEXT) vercmp.$(OBJEXT)
@@ -47,8 +47,8 @@
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Index: lib/tarfn.c
---- lib/tarfn.c.orig 2007-11-29 04:57:25 +0100
-+++ lib/tarfn.c 2007-12-05 08:20:37 +0100
+--- lib/tarfn.c.orig 2007-12-02 21:44:40 +0100
++++ lib/tarfn.c 2007-12-28 10:28:09 +0100
@@ -60,7 +60,9 @@
int len;
char * str;
@@ -61,8 +61,8 @@
memcpy(str, s, len);
str[len] = 0;
Index: man/Makefile.in
---- man/Makefile.in.orig 2007-11-29 05:58:45 +0100
-+++ man/Makefile.in 2007-12-05 08:20:37 +0100
+--- man/Makefile.in.orig 2007-12-27 12:09:27 +0100
++++ man/Makefile.in 2007-12-28 10:30:56 +0100
@@ -223,7 +223,7 @@
top_srcdir = @top_srcdir@
@@ -72,19 +72,19 @@
dist_man_MANS = \
822-date.1 \
cleanup-info.8 \
-@@ -570,7 +570,7 @@
- uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
+@@ -574,7 +574,7 @@
+ all-local: [EMAIL PROTECTED]@
-
--all-local: man.stamp
-+all-local:
+ all-local-no:
+-all-local-yes: man.stamp
++all-local-yes:
# FIXME: Use a stamp file until po4a supports them internally.
man.stamp:
Index: scripts/Makefile.in
---- scripts/Makefile.in.orig 2007-11-29 05:58:45 +0100
-+++ scripts/Makefile.in 2007-12-05 08:20:37 +0100
-@@ -783,8 +783,8 @@
+--- scripts/Makefile.in.orig 2007-12-27 12:09:27 +0100
++++ scripts/Makefile.in 2007-12-28 10:28:09 +0100
+@@ -786,8 +786,8 @@
$(INSTALL_SCRIPT) install-info $(DESTDIR)$(sbindir)
install-data-local:
@@ -96,8 +96,8 @@
# Ideally we'd use 'sed -i', but unfortunately that's not portable.
install-data-hook:
Index: src/Makefile.in
---- src/Makefile.in.orig 2007-11-29 05:58:45 +0100
-+++ src/Makefile.in 2007-12-05 08:22:07 +0100
+--- src/Makefile.in.orig 2007-12-27 12:09:27 +0100
++++ src/Makefile.in 2007-12-28 10:28:09 +0100
@@ -79,7 +79,7 @@
query.$(OBJEXT)
dpkg_query_OBJECTS = $(am_dpkg_query_OBJECTS)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dpkg/dpkg.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 dpkg.spec
--- openpkg-src/dpkg/dpkg.spec 5 Dec 2007 07:23:34 -0000 1.11
+++ openpkg-src/dpkg/dpkg.spec 28 Dec 2007 09:34:45 -0000 1.12
@@ -23,8 +23,8 @@
##
# package version
-%define V_tarball 1.14.12
-%define V_subdir 1.14.12
+%define V_tarball 1.14.14
+%define V_subdir 1.14.14
# package information
Name: dpkg
@@ -37,7 +37,7 @@
Group: Archiver
License: GPL
Version: %{V_tarball}
-Release: 20071205
+Release: 20071228
# 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]