Control: tags 853674 + patch
Control: tags 853674 + pending

Dear maintainer,

I've prepared an NMU for etl (versioned as 0.04.19-1.1) and uploaded
it to DELAYED/10. Please feel free to tell me if I should cancel it.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

diff -Nru etl-0.04.19/debian/changelog etl-0.04.19/debian/changelog
--- etl-0.04.19/debian/changelog	2015-09-29 10:56:18.000000000 +0300
+++ etl-0.04.19/debian/changelog	2017-10-01 19:19:36.000000000 +0300
@@ -1,3 +1,12 @@
+etl (0.04.19-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream gcc 7 fix. (Closes: #853674)
+  * Make test failures fatal to catch such errors earlier.
+  * Stop setting the (already default) xz compression.
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 01 Oct 2017 19:19:36 +0300
+
 etl (0.04.19-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru etl-0.04.19/debian/patches/0001-Fix-ETL-compilation-error-at-GCC-7-Fix-396.patch etl-0.04.19/debian/patches/0001-Fix-ETL-compilation-error-at-GCC-7-Fix-396.patch
--- etl-0.04.19/debian/patches/0001-Fix-ETL-compilation-error-at-GCC-7-Fix-396.patch	1970-01-01 02:00:00.000000000 +0200
+++ etl-0.04.19/debian/patches/0001-Fix-ETL-compilation-error-at-GCC-7-Fix-396.patch	2017-10-01 19:19:11.000000000 +0300
@@ -0,0 +1,26 @@
+From b256ca29cc986a20266c40a47d031b8de90dcb8b Mon Sep 17 00:00:00 2001
+From: Ivan Mahonin <b...@icystar.com>
+Date: Sat, 5 Aug 2017 14:57:33 +0700
+Subject: Fix ETL compilation error at GCC 7 (Fix #396)
+
+https://github.com/synfig/synfig/issues/396
+---
+ ETL/ETL/_surface.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ETL/ETL/_surface.h b/ETL/ETL/_surface.h
+index 6513b608e..723d95b37 100644
+--- a/ETL/_surface.h
++++ b/ETL/_surface.h
+@@ -190,7 +190,7 @@ private:
+ 
+ 	value_prep_type cooker_;
+ 
+-	void swap(const surface &x)
++	void swap(surface &x)
+ 	{
+ 		std::swap(data_,x.data_);
+ 		std::swap(zero_pos_,x.zero_pos_);
+-- 
+2.11.0
+
diff -Nru etl-0.04.19/debian/patches/series etl-0.04.19/debian/patches/series
--- etl-0.04.19/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ etl-0.04.19/debian/patches/series	2017-10-01 19:19:36.000000000 +0300
@@ -0,0 +1 @@
+0001-Fix-ETL-compilation-error-at-GCC-7-Fix-396.patch
diff -Nru etl-0.04.19/debian/rules etl-0.04.19/debian/rules
--- etl-0.04.19/debian/rules	2013-05-15 02:56:37.000000000 +0300
+++ etl-0.04.19/debian/rules	2017-10-01 19:19:36.000000000 +0300
@@ -5,10 +5,3 @@
 
 %:
 	dh $@ --with autoreconf
-
-override_dh_auto_test:
-	# do not stop if test(s) failed
-	-dh_auto_test
-
-override_dh_builddeb:
-	dh_builddeb -- -Zxz
diff -Nru etl-0.04.19/debian/source/options etl-0.04.19/debian/source/options
--- etl-0.04.19/debian/source/options	2013-05-15 02:56:37.000000000 +0300
+++ etl-0.04.19/debian/source/options	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-compression = "xz"
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to