Package: goplay
Version: 0.9.1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for goplay (versioned as 0.9.1+nmu1) and
uploaded it, in order to finish the APT transition.

Regards.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

When replying, only quote what is necessary, and write each reply
directly below the part(s) it pertains to (`inline'). Thank you.
diff -Nru goplay-0.9.1/debian/changelog goplay-0.9.1+nmu1/debian/changelog
--- goplay-0.9.1/debian/changelog	2015-10-28 13:56:32.000000000 +0100
+++ goplay-0.9.1+nmu1/debian/changelog	2015-11-29 17:52:34.000000000 +0100
@@ -1,3 +1,11 @@
+goplay (0.9.1+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with C++11 mode to build with libept 1.1
+  * Link to libwibble and libtagcoll2
+
+ -- Julian Andres Klode <j...@debian.org>  Sun, 29 Nov 2015 17:52:33 +0100
+
 goplay (0.9.1) unstable; urgency=medium
 
   * Team upload.
diff -Nru goplay-0.9.1/debian/rules goplay-0.9.1+nmu1/debian/rules
--- goplay-0.9.1/debian/rules	2015-10-28 13:56:32.000000000 +0100
+++ goplay-0.9.1+nmu1/debian/rules	2015-11-29 16:35:21.000000000 +0100
@@ -7,6 +7,9 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=-fortify
 $(info DEB_BUILD_MAINT_OPTIONS:$(origin DEB_BUILD_MAINT_OPTIONS)=$(DEB_BUILD_MAINT_OPTIONS))
 
+# libept 1.1 requires C++11 mode
+export DEB_CXXFLAGS_MAINT_APPEND := -std=c++11
+
 %:
 	dh $@ --with autoreconf
 
diff -Nru goplay-0.9.1/src/Makefile.am goplay-0.9.1+nmu1/src/Makefile.am
--- goplay-0.9.1/src/Makefile.am	2015-10-28 13:56:32.000000000 +0100
+++ goplay-0.9.1+nmu1/src/Makefile.am	2015-11-29 16:38:22.000000000 +0100
@@ -37,10 +37,12 @@
 	`curl-config --libs`
 goplay_LDADD = \
 	../libxdgutils/libxdgutils.a \
-	$(LIBEPT_LIBS)
+	$(LIBEPT_LIBS) \
+	$(LIBWIBBLE_LIBS) \
+	$(LIBTAGCOLL2_LIBS)
 
 manpage_SOURCES = manpage.cpp
-manpage_LDADD = $(LIBEPT_LIBS)
+manpage_LDADD = $(LIBEPT_LIBS) $(LIBWIBBLE_LIBS) $(LIBTAGCOLL2_LIBS)
 
 ui.h ui.cpp: ui.fld
 	fluid -c -o ui.cpp -h ui.h ui.fld

Reply via email to