--- libnet-upnp-perl-1.4.2.orig/debian/compat +++ libnet-upnp-perl-1.4.2/debian/compat @@ -0,0 +1 @@ +5 --- libnet-upnp-perl-1.4.2.orig/debian/changelog +++ libnet-upnp-perl-1.4.2/debian/changelog @@ -0,0 +1,13 @@ +libnet-upnp-perl (1.4.2-1) unstable; urgency=low + + * New upstream version. + * debian/control: + - Bump standards version (no changes) + + -- Mario Limonciello Mon, 05 Oct 2009 00:19:44 -0500 + +libnet-upnp-perl (1.2.4-1) unstable; urgency=low + + * Initial Release (Closes: #466400) + + -- Mario Limonciello Tue, 01 Jul 2008 09:04:01 -0500 --- libnet-upnp-perl-1.4.2.orig/debian/control +++ libnet-upnp-perl-1.4.2/debian/control @@ -0,0 +1,28 @@ +Source: libnet-upnp-perl +Section: perl +Priority: optional +Maintainer: Mario Limonciello +Standards-Version: 3.8.3 +Build-Depends: cdbs, debhelper (>= 5), perl +Homepage: http://search.cpan.org/~skonno/Net-UPnP/ + +Package: libnet-upnp-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl extensions for UPnP + Net::UPnP provides support for applications that contact other + devices via UPnP protocols. + . + The following modules are supported: + - Net::UPnP::AV::Container + - Net::UPnP::AV::Content + - Net::UPnP::AV::Item + - Net::UPnP::AV::MediaServer + - Net::UPnP::ActionResponse + - Net::UPnP::ControlPoint + - Net::UPnP::Device + - Net::UPnP::GW::Gateway + - Net::UPnP::HTTP + - Net::UPnP::HTTPResponse + - Net::UPnP::QueryResponse + - Net::UPnP::Service --- libnet-upnp-perl-1.4.2.orig/debian/watch +++ libnet-upnp-perl-1.4.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/~skonno/Net-UPnP/ .*/Net-UPnP-v?(\d[\d_.]+)\.tar.gz --- libnet-upnp-perl-1.4.2.orig/debian/copyright +++ libnet-upnp-perl-1.4.2/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Mario Limonciello on +Wed, 13 Feb 2008 05:17:53 -0600. + +It was downloaded from http://search.cpan.org/~skonno/Net-UPnP-1.2.1/ + +Author & Copyright: + Copyright (C) 2005 Satoshi Konno + All rights reserved. + +Package License: + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +3. The name of the author may not be used to endorse or promote +products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Packaging License: + + This Package 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 3 of the License, or (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian & Ubuntu systems, a complete copy of the GPL can be found under +/usr/share/common-licenses/GPL + +The Debian packaging is © 2008, Mario Limonciello +and is licensed under the GPL. --- libnet-upnp-perl-1.4.2.orig/debian/rules +++ libnet-upnp-perl-1.4.2/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +DEB_INSTALL_CHANGELOGS_ALL := Changes