Bug#778063: pinot: diff for NMU version 1.05-1.1

2015-09-11 Thread Jonas Smedegaard
Quoting Olly Betts (2015-09-11 00:45:39)
> Control: tags 778063 + patch
> 
> Dear maintainer,
> 
> I uploaded an NMU for pinot (versioned as 1.05-1.1) earlier this week.
> 
> An nmudiff is attached.  Sorry for not sending this right away.

Thanks a lot, both for the NMU and this diff :-)

What you did was fine (no _need_ to do more), but you may optionally 
consider in general when doing NMUs if package/maintainer is listed at 
https://wiki.debian.org/LowThresholdNmu - here you could've released 
with a low threshold and also (if you like, and still an option) pushed 
your changed directly to git :-)

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#778063: pinot: diff for NMU version 1.05-1.1

2015-09-11 Thread Jonas Smedegaard
Quoting Jonas Smedegaard (2015-09-11 10:34:31)
> What you did was fine (no _need_ to do more), but you may optionally 
> consider in general when doing NMUs if package/maintainer is listed at 
> https://wiki.debian.org/LowThresholdNmu - here you could've released 
> with a low threshold and also (if you like, and still an option) 
> pushed your changed directly to git :-)

Correction, I was wrong: LowThresholdNmu didn't encourage you to commit 
to git for packages I maintain outside of teams - now it does :-)

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#778063: pinot: diff for NMU version 1.05-1.1

2015-09-10 Thread Olly Betts
Control: tags 778063 + patch

Dear maintainer,

I uploaded an NMU for pinot (versioned as 1.05-1.1) earlier this week.

An nmudiff is attached.  Sorry for not sending this right away.

Cheers,
Olly
diff -Nru pinot-1.05/debian/changelog pinot-1.05/debian/changelog
--- pinot-1.05/debian/changelog	2013-03-06 03:12:55.0 +1300
+++ pinot-1.05/debian/changelog	2015-09-07 17:59:39.0 +1200
@@ -1,3 +1,10 @@
+pinot (1.05-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC5 by adding -std=gnu++11 to CXXFLAGS. (Closes: #778063)
+
+ -- Olly Betts   Mon, 07 Sep 2015 17:58:50 +1200
+
 pinot (1.05-1) unstable; urgency=low
 
   [ upstream ]
diff -Nru pinot-1.05/debian/rules pinot-1.05/debian/rules
--- pinot-1.05/debian/rules	2013-03-06 03:12:01.0 +1300
+++ pinot-1.05/debian/rules	2015-09-07 17:58:46.0 +1200
@@ -29,6 +29,8 @@
 
 # Limit linking to actually used libs
 LDFLAGS += -Wl,--as-needed
+# Fix FTBFS with GCC5: https://bugs.debian.org/778063
+CXXFLAGS += -std=gnu++11
 
 DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/pinot