[med-svn] r6747 - in trunk/packages/probalign/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Mon May 2 15:14:15 UTC 2011
Author: tille
Date: 2011-05-02 15:14:09 +0000 (Mon, 02 May 2011)
New Revision: 6747
Added:
trunk/packages/probalign/trunk/debian/patches/fix-gcc-4.6.patch
Modified:
trunk/packages/probalign/trunk/debian/changelog
trunk/packages/probalign/trunk/debian/compat
trunk/packages/probalign/trunk/debian/control
trunk/packages/probalign/trunk/debian/patches/series
Log:
Fix for gcc-4.6 problem but not uploaded because help2man fails to install in unstable
Modified: trunk/packages/probalign/trunk/debian/changelog
===================================================================
--- trunk/packages/probalign/trunk/debian/changelog 2011-05-02 14:44:25 UTC (rev 6746)
+++ trunk/packages/probalign/trunk/debian/changelog 2011-05-02 15:14:09 UTC (rev 6747)
@@ -1,3 +1,14 @@
+probalign (1.4-2) UNRELEASED; urgency=low
+
+Currently this does not build because of a not installable help2man
+
+ * Standards-Version: 3.9.2 (no changes needed)
+ * Debhelper 8 (control+compat)
+ * debian/patches/fix-gcc-4.6.patch
+ Closes: #624979
+
+ -- Andreas Tille <tille at debian.org> Mon, 02 May 2011 17:02:21 +0200
+
probalign (1.4-1) unstable; urgency=low
* Initial release (Closes: #611828)
Modified: trunk/packages/probalign/trunk/debian/compat
===================================================================
--- trunk/packages/probalign/trunk/debian/compat 2011-05-02 14:44:25 UTC (rev 6746)
+++ trunk/packages/probalign/trunk/debian/compat 2011-05-02 15:14:09 UTC (rev 6747)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/probalign/trunk/debian/control
===================================================================
--- trunk/packages/probalign/trunk/debian/control 2011-05-02 14:44:25 UTC (rev 6746)
+++ trunk/packages/probalign/trunk/debian/control 2011-05-02 15:14:09 UTC (rev 6747)
@@ -4,8 +4,8 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>
-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/
Added: trunk/packages/probalign/trunk/debian/patches/fix-gcc-4.6.patch
===================================================================
--- trunk/packages/probalign/trunk/debian/patches/fix-gcc-4.6.patch (rev 0)
+++ trunk/packages/probalign/trunk/debian/patches/fix-gcc-4.6.patch 2011-05-02 15:14:09 UTC (rev 6747)
@@ -0,0 +1,10 @@
+--- probalign1.4.orig/SafeVector.h
++++ probalign1.4/SafeVector.h
+@@ -10,6 +10,7 @@
+
+ #include <cassert>
+ #include <vector>
++#include <cstddef>
+
+ /////////////////////////////////////////////////////////////////
+ // SafeVector
Modified: trunk/packages/probalign/trunk/debian/patches/series
===================================================================
--- trunk/packages/probalign/trunk/debian/patches/series 2011-05-02 14:44:25 UTC (rev 6746)
+++ trunk/packages/probalign/trunk/debian/patches/series 2011-05-02 15:14:09 UTC (rev 6747)
@@ -1 +1,2 @@
gcc_fixes.patch
+fix-gcc-4.6.patch
More information about the debian-med-commit
mailing list