|
|
@@ -1,6 +1,6 @@
|
|
|
Index: lib/dpkg-db.h
|
|
|
---- lib/dpkg-db.h.orig 2009-05-12 20:30:33 +0200
|
|
|
-+++ lib/dpkg-db.h 2009-05-21 19:07:17 +0200
|
|
|
+--- lib/dpkg-db.h.orig 2009-07-08 11:06:36 +0200
|
|
|
++++ lib/dpkg-db.h 2009-07-09 11:29:46 +0200
|
|
|
@@ -29,6 +29,7 @@
|
|
|
|
|
|
#include <sys/types.h>
|
|
|
@@ -10,8 +10,8 @@ Index: lib/dpkg-db.h
|
|
|
struct versionrevision {
|
|
|
unsigned long epoch;
|
|
|
Index: lib/tarfn.c
|
|
|
---- lib/tarfn.c.orig 2009-05-02 17:20:48 +0200
|
|
|
-+++ lib/tarfn.c 2009-05-21 19:07:17 +0200
|
|
|
+--- lib/tarfn.c.orig 2009-07-08 11:06:36 +0200
|
|
|
++++ lib/tarfn.c 2009-07-09 11:29:46 +0200
|
|
|
@@ -66,7 +66,9 @@
|
|
|
int len;
|
|
|
char * str;
|
|
|
@@ -22,10 +22,10 @@ Index: lib/tarfn.c
|
|
|
+ len = size;
|
|
|
str = m_malloc(len + 1);
|
|
|
memcpy(str, s, len);
|
|
|
- str[len] = 0;
|
|
|
+ str[len] = '\0';
|
|
|
Index: man/Makefile.in
|
|
|
---- man/Makefile.in.orig 2009-05-21 06:49:55 +0200
|
|
|
-+++ man/Makefile.in 2009-05-21 19:50:34 +0200
|
|
|
+--- man/Makefile.in.orig 2009-07-08 11:28:41 +0200
|
|
|
++++ man/Makefile.in 2009-07-09 11:29:46 +0200
|
|
|
@@ -197,7 +197,7 @@
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
|
@@ -45,9 +45,9 @@ Index: man/Makefile.in
|
|
|
# FIXME: Use a stamp file until po4a supports them internally.
|
|
|
man.stamp:
|
|
|
Index: scripts/Makefile.in
|
|
|
---- scripts/Makefile.in.orig 2009-05-21 06:49:55 +0200
|
|
|
-+++ scripts/Makefile.in 2009-05-21 19:07:17 +0200
|
|
|
-@@ -736,8 +736,8 @@
|
|
|
+--- scripts/Makefile.in.orig 2009-07-08 11:28:41 +0200
|
|
|
++++ scripts/Makefile.in 2009-07-09 11:29:46 +0200
|
|
|
+@@ -739,8 +739,8 @@
|
|
|
$(INSTALL_SCRIPT) install-info $(DESTDIR)$(sbindir)
|
|
|
|
|
|
install-data-local:
|