diff -Nru probalign-1.4/debian/changelog probalign-1.4/debian/changelog --- probalign-1.4/debian/changelog 2011-03-31 06:48:15.000000000 +0000 +++ probalign-1.4/debian/changelog 2011-05-04 12:28:39.000000000 +0000 @@ -1,3 +1,12 @@ +probalign (1.4-2) unstable; urgency=low + + * Standards-Version: 3.9.2 (no changes needed) + * Debhelper 8 (control+compat) + * debian/patches/fix-gcc-4.6.patch + Closes: #624979 + + -- Andreas Tille Mon, 02 May 2011 17:02:21 +0200 + probalign (1.4-1) unstable; urgency=low * Initial release (Closes: #611828) diff -Nru probalign-1.4/debian/compat probalign-1.4/debian/compat --- probalign-1.4/debian/compat 2011-01-30 21:48:19.000000000 +0000 +++ probalign-1.4/debian/compat 2011-05-02 15:04:04.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru probalign-1.4/debian/control probalign-1.4/debian/control --- probalign-1.4/debian/control 2011-02-02 16:20:06.000000000 +0000 +++ probalign-1.4/debian/control 2011-05-02 15:03:59.000000000 +0000 @@ -4,8 +4,8 @@ Maintainer: Debian Med Packaging Team DM-Upload-Allowed: yes Uploaders: Andreas Tille -Build-Depends: debhelper (>= 7.1), quilt (>= 0.47), help2man -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 8), quilt (>= 0.47), help2man +Standards-Version: 3.9.2 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/probalign/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/probalign/trunk/ Homepage: http://cs.njit.edu/usman/probalign/ diff -Nru probalign-1.4/debian/patches/fix-gcc-4.6.patch probalign-1.4/debian/patches/fix-gcc-4.6.patch --- probalign-1.4/debian/patches/fix-gcc-4.6.patch 1970-01-01 00:00:00.000000000 +0000 +++ probalign-1.4/debian/patches/fix-gcc-4.6.patch 2011-05-02 15:03:47.000000000 +0000 @@ -0,0 +1,10 @@ +--- probalign1.4.orig/SafeVector.h ++++ probalign1.4/SafeVector.h +@@ -10,6 +10,7 @@ + + #include + #include ++#include + + ///////////////////////////////////////////////////////////////// + // SafeVector diff -Nru probalign-1.4/debian/patches/series probalign-1.4/debian/patches/series --- probalign-1.4/debian/patches/series 2011-02-02 14:41:40.000000000 +0000 +++ probalign-1.4/debian/patches/series 2011-05-02 15:03:19.000000000 +0000 @@ -1 +1,2 @@ gcc_fixes.patch +fix-gcc-4.6.patch