Package: release.debian.org Tags: wheezy Followup-For: Bug #759414 User: [email protected] Usertags: pu
This is the debdiff reversed: diff -Nru kvpm-0.8.6/debian/changelog kvpm-0.8.6/debian/changelog --- kvpm-0.8.6/debian/changelog 2013-03-28 04:03:17.000000000 -0700 +++ kvpm-0.8.6/debian/changelog 2014-08-26 19:35:29.000000000 -0700 @@ -1,3 +1,11 @@ +kvpm (0.8.6-2+deb7u2) wheezy; urgency=low + + [ Benjamin J. Scott ] + * Changed file debian/patches/bug-667232.patch. Fixed typo in patch file + that caused FTBFS in last archive rebuild (Closes: #753175). + + -- Benjamin J. Scott <[email protected]> Tue, 26 Aug 2014 17:25:21 -0700 + kvpm (0.8.6-2+deb7u1) testing-proposed-updates; urgency=high [ Benjamin J. Scott ] diff -Nru kvpm-0.8.6/debian/patches/bug-667232.patch kvpm-0.8.6/debian/patches/bug-667232.patch --- kvpm-0.8.6/debian/patches/bug-667232.patch 2012-09-16 20:41:30.000000000 -0700 +++ kvpm-0.8.6/debian/patches/bug-667232.patch 2014-08-26 16:42:34.000000000 -0700 @@ -1,6 +1,7 @@ Fixed FTBFS with gcc version 4.7 by including the system header unistd.h in main.cpp and misc.cpp. It was implicitly included -with gcc 4.6 and earlier.--- a/kvpm/main.cpp +with gcc 4.6 and earlier. +--- a/kvpm/main.cpp +++ b/kvpm/main.cpp @@ -12,6 +12,8 @@ * See the file "COPYING" for the exact licensing terms. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

