summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ebca24)
raw | patch | inline | side by side (parent: 5ebca24)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 31 Jul 2010 17:30:05 +0000 (19:30 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 31 Jul 2010 17:30:05 +0000 (19:30 +0200) |
debian/changelog | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/gcc-4.4.dpatch | [deleted file] | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 853c151c3966dc16d0b640093d5f7b3d25e7058e..91e16615e2b1b93e5e640b5c982c73573ca24cfd 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
pfstools (1.8.2-1) unstable; urgency=low
* New upstream release.
+ * debian/patches:
+ - Removed gcc-4.4 -- applied upstream.
- -- Sebastian Harl <tokkee@debian.org> Sat, 31 Jul 2010 19:02:30 +0200
+ -- Sebastian Harl <tokkee@debian.org> Sat, 31 Jul 2010 19:29:41 +0200
pfstools (1.8.1-2) unstable; urgency=low
diff --git a/debian/patches/00list b/debian/patches/00list
index a1ac0124e246033545b2bfd98fe3da7f7a7e03a1..d5b9a7565927219a52e904aa56f8eec793730028 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
octave-nargin.dpatch
octave-signal.dpatch
-gcc-4.4.dpatch
diff --git a/debian/patches/gcc-4.4.dpatch b/debian/patches/gcc-4.4.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## gcc-4.4.dpatch by Fabrice Coutadeur <fabricesp@ubuntu.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix compilation error with GCC 4.4. Fix get from http://sourceforge.net/tracker/index.php?func=detail&aid=2848391&group_id=129921&atid=716245
-## DP: Rationale (by zack@debian.org): the "name" argument is in fact *not* used as "const"
-## DP: Closes: #554494
-
-@DPATCH@
-diff -urNad pfstools-1.8.1~/src/filter/pfspanoramic.cpp pfstools-1.8.1/src/filter/pfspanoramic.cpp
---- pfstools-1.8.1~/src/filter/pfspanoramic.cpp 2008-07-29 16:14:30.000000000 +0000
-+++ pfstools-1.8.1/src/filter/pfspanoramic.cpp 2009-09-10 20:11:29.000000000 +0000
-@@ -191,7 +191,7 @@
- singleton.projections[ string( name ) ] = ptr;
- }
-
-- static Projection *getProjection(const char *name)
-+ static Projection *getProjection(char *name)
- {
- char *opts;
-