[libvigraimpex] 01/01: const-swap.patch: provide DEP-3 header
Daniel Stender
stender at moszumanska.debian.org
Wed Aug 9 07:47:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository libvigraimpex.
commit f21c9969bb6d439a4fdd3af536e323b2f0d3b359
Author: Daniel Stender <stender at debian.org>
Date: Wed Aug 9 09:45:04 2017 +0200
const-swap.patch: provide DEP-3 header
---
debian/changelog | 6 ++++++
debian/patches/const-swap.patch | 16 +++++-----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fabb860..ac2fc03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libvigraimpex (1.10.0+git20160211.167be93+dfsg-4) UNRELEASED; urgency=medium
+
+ * const-swap.patch: provide DEP-3 header.
+
+ -- Daniel Stender <stender at debian.org> Wed, 09 Aug 2017 09:44:08 +0200
+
libvigraimpex (1.10.0+git20160211.167be93+dfsg-3) unstable; urgency=medium
* add temporarily-disable-blockwisealgorithms-tests.patch.
diff --git a/debian/patches/const-swap.patch b/debian/patches/const-swap.patch
index 926bec9..885c224 100644
--- a/debian/patches/const-swap.patch
+++ b/debian/patches/const-swap.patch
@@ -1,14 +1,8 @@
-From 18675a51fca27b324eb4e4b49593bcee9bc4535e Mon Sep 17 00:00:00 2001
-From: Jonathan Wakely <jwakely at redhat.com>
-Date: Fri, 17 Feb 2017 00:55:25 +0000
-Subject: [PATCH] Fix parameter of ImagePyramid::swap
-
-You can't swap with a const object. This fixes a compilation failure
-with GCC 7 which rejects the incorrect function even if it isn't
-instantiated.
----
- include/vigra/imagecontainer.hxx | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+Description: fix parameter of ImagePyramid::swap
+ You can't swap with a const object. This fixes a compilation failure with GCC 7
+ which rejects the incorrect function even if it isn't instantiated.
+Origin: https://github.com/ukoethe/vigra/commit/18675a5
+Author: Jonathan Wakely <jwakely at redhat.com>
diff --git a/include/vigra/imagecontainer.hxx b/include/vigra/imagecontainer.hxx
index a6f0f80..636cc64 100644
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libvigraimpex.git
More information about the debian-science-commits
mailing list