Attaching the NMU diff.
-- Andreas Henriksson
diff -uriNp -x .pc upnp-router-control-0.2/debian/changelog ../upnp-router-control-0.2/debian/changelog --- upnp-router-control-0.2/debian/changelog 2010-10-15 22:53:37.000000000 +0200 +++ ../upnp-router-control-0.2/debian/changelog 2013-05-18 09:01:19.000000000 +0200 @@ -1,3 +1,13 @@ +upnp-router-control (0.2-1.1) unstable; urgency=low + + * Non-maintainer upload (Closes: #708725) + * Add dh-autoreconf and libgssdp-1.0-dev build dependencies. + * Use dh-autoreconf in debian/rules + * Add debian/patches/upstream-rev114.patch + - fix linking to gssdp with newer gupnp which no longer leaks linker flags. + + -- Andreas Henriksson <[email protected]> Sat, 18 May 2013 09:01:16 +0200 + upnp-router-control (0.2-1) unstable; urgency=low * New upstream release diff -uriNp -x .pc upnp-router-control-0.2/debian/control ../upnp-router-control-0.2/debian/control --- upnp-router-control-0.2/debian/control 2010-10-15 22:57:21.000000000 +0200 +++ ../upnp-router-control-0.2/debian/control 2013-05-18 03:58:43.000000000 +0200 @@ -2,7 +2,7 @@ Source: upnp-router-control Section: comm Priority: optional Maintainer: Daniele Napolitano <[email protected]> -Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.16), libgupnp-1.0-dev, intltool (>= 0.40), libcurl3-gnutls +Build-Depends: debhelper (>= 7), dh-autoreconf, libgtk2.0-dev (>= 2.16), libgssdp-1.0-dev, libgupnp-1.0-dev, intltool (>= 0.40), libcurl3-gnutls Standards-Version: 3.9.1 Homepage: https://launchpad.net/upnp-router-control diff -uriNp -x .pc upnp-router-control-0.2/debian/patches/series ../upnp-router-control-0.2/debian/patches/series --- upnp-router-control-0.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ ../upnp-router-control-0.2/debian/patches/series 2013-05-18 03:59:32.000000000 +0200 @@ -0,0 +1 @@ +upstream-rev114.patch diff -uriNp -x .pc upnp-router-control-0.2/debian/patches/upstream-rev114.patch ../upnp-router-control-0.2/debian/patches/upstream-rev114.patch --- upnp-router-control-0.2/debian/patches/upstream-rev114.patch 1970-01-01 01:00:00.000000000 +0100 +++ ../upnp-router-control-0.2/debian/patches/upstream-rev114.patch 2013-05-18 04:04:07.000000000 +0200 @@ -0,0 +1,12 @@ +--- a/configure.ac 2012-10-30 23:44:32 +0000 ++++ b/configure.ac 2013-01-22 22:39:51 +0000 +@@ -42,7 +42,7 @@ + AC_SUBST(GTK_LIBS) + + #### Check for gupnp1.0 #### +-PKG_CHECK_MODULES(GUPNP, gupnp-1.0,, ++PKG_CHECK_MODULES(GUPNP, gssdp-1.0 gupnp-1.0,, + AC_MSG_ERROR([libgupnp-1.0 is required to compile upnp-router-control])) + + AC_SUBST(GUPNP_CFLAGS) + diff -uriNp -x .pc upnp-router-control-0.2/debian/rules ../upnp-router-control-0.2/debian/rules --- upnp-router-control-0.2/debian/rules 2010-05-12 04:14:40.000000000 +0200 +++ ../upnp-router-control-0.2/debian/rules 2013-05-18 03:58:27.000000000 +0200 @@ -4,4 +4,4 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf

