debian/0000755000000000000000000000000012170261272007166 5ustar debian/docs0000644000000000000000000000001411215535051010032 0ustar NEWS README debian/watch0000644000000000000000000000021411334326624010220 0ustar version=3 https://launchpad.net/upnp-router-control/+download http://launchpad.net/upnp-router-control/.*/upnp-router-control-(.*)\.tar\.gz debian/control0000644000000000000000000000144112170260554010573 0ustar Source: upnp-router-control Section: comm Priority: optional Maintainer: Daniele Napolitano 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 Package: upnp-router-control Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: UPnP compliant router manager UPnP Router Control allows one to see some parameters of the router like: the network speed, the external IP and the model name. It can manage port forwarding through a simple interface. . UPnP Router Control retrieves this information trough the UPnP-IGD protocol, so you must enable it on your router in order to utilize it. debian/source/0000755000000000000000000000000011373324303010465 5ustar debian/source/format0000644000000000000000000000001411373324303011673 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012170260042010607 5ustar debian/patches/series0000644000000000000000000000004612170257637012044 0ustar upstream-rev114.patch link_libm.patch debian/patches/link_libm.patch0000644000000000000000000000235712170260042013577 0ustar Description: Add -lm to LDADD to fix libm underlinkage. Debian-Bug: http://bugs.debian.org/713706 Author: Barry deFreese Index: upnp-router-control-0.2/src/Makefile.am =================================================================== --- upnp-router-control-0.2.orig/src/Makefile.am 2010-10-14 18:02:51.000000000 -0400 +++ upnp-router-control-0.2/src/Makefile.am 2013-07-13 10:10:02.406318866 -0400 @@ -20,7 +20,7 @@ urc-graph.c \ urc-graph.h -upnp_router_control_LDADD = @GTK_LIBS@ @INTLLIBS@ @GUPNP_LIBS@ @LIBCURL_LIBS@ +upnp_router_control_LDADD = @GTK_LIBS@ @INTLLIBS@ @GUPNP_LIBS@ @LIBCURL_LIBS@ -lm MAINTAINERCLEANFILES = \ *~ \ Index: upnp-router-control-0.2/src/Makefile.in =================================================================== --- upnp-router-control-0.2.orig/src/Makefile.in 2010-10-14 18:07:44.000000000 -0400 +++ upnp-router-control-0.2/src/Makefile.in 2013-07-13 10:10:41.238511424 -0400 @@ -213,7 +213,7 @@ urc-graph.c \ urc-graph.h -upnp_router_control_LDADD = @GTK_LIBS@ @INTLLIBS@ @GUPNP_LIBS@ @LIBCURL_LIBS@ +upnp_router_control_LDADD = @GTK_LIBS@ @INTLLIBS@ @GUPNP_LIBS@ @LIBCURL_LIBS@ -lm MAINTAINERCLEANFILES = \ *~ \ Makefile.in debian/patches/upstream-rev114.patch0000644000000000000000000000053412145560627014530 0ustar --- 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) debian/rules0000755000000000000000000000013212145560103010237 0ustar #!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 %: dh $@ --with autoreconf debian/changelog0000644000000000000000000000222012170260261011031 0ustar upnp-router-control (0.2-1.2) unstable; urgency=low * Non-maintainer upload. * Add patch to link libm. (Closes: #713706). * Fix spelling/grammar errors in debian/control. (Closes: #684550). + Thanks to Logan Rosen for the information. -- Barry deFreese Sat, 13 Jul 2013 10:12:13 -0400 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 Sat, 18 May 2013 09:01:16 +0200 upnp-router-control (0.2-1) unstable; urgency=low * New upstream release * Build-depend on libcurl3-gnutls * Bump Standards-Version to 3.9.1, no changes required * Improve description -- Daniele Napolitano Fri, 15 Oct 2010 22:44:21 +0200 upnp-router-control (0.1-1) unstable; urgency=low * Initial release (closes: Bug#570118) -- Daniele Napolitano (DnaX) Wed, 12 May 2010 03:54:53 +0200 debian/compat0000644000000000000000000000000211215033173010360 0ustar 7 debian/copyright0000644000000000000000000000222311455703026011123 0ustar This package was debianized by Daniele Napolitano on Wed, 12 May 2010 03:54:53 +0200. It was downloaded from https://launchpad.net/upnp-port-mapper Upstream Author: Daniele Napolitano Copyright: Copyright © 2009 Daniele Napolitano License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. The Debian packaging is copyright 2009, Daniele Napolitano and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.