[libnet-upnp-perl] 02/02: Import Debian changes 1.4.2-1
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Nov 4 07:48:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libnet-upnp-perl.
commit d37cf67110197f717a0203ff1df07f9120df18ee
Merge: 962cdbe 989f31e
Author: Mario Limonciello <superm1 at ubuntu.com>
Date: Mon Oct 5 00:19:44 2009 -0500
Import Debian changes 1.4.2-1
libnet-upnp-perl (1.4.2-1) unstable; urgency=low
* New upstream version.
* debian/control:
- Bump standards version (no changes)
Changes | 25 +++-
MANIFEST | 14 +-
META.yml | 23 ++--
debian/changelog | 8 ++
debian/control | 4 +-
examples/upnpavchk.pl | 61 +++++++++
examples/upnpchk.pl | 12 ++
lib/Net/UPnP.pm | 12 +-
lib/Net/UPnP/AV/MediaRenderer.pm | 289 +++++++++++++++++++++++++++++++++++++++
lib/Net/UPnP/ControlPoint.pm | 2 -
lib/Net/UPnP/Device.pm | 3 +-
lib/Net/UPnP/HTTP.pm | 4 +
12 files changed, 434 insertions(+), 23 deletions(-)
diff --cc debian/changelog
index cddc51e,0000000..a95f18d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,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 <superm1 at ubuntu.com> Mon, 05 Oct 2009 00:19:44 -0500
++
+libnet-upnp-perl (1.2.4-1) unstable; urgency=low
+
+ * Initial Release (Closes: #466400)
+
+ -- Mario Limonciello <superm1 at ubuntu.com> Tue, 01 Jul 2008 09:04:01 -0500
diff --cc debian/control
index 84eebb7,0000000..96221e2
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,28 -1,0 +1,28 @@@
+Source: libnet-upnp-perl
+Section: perl
+Priority: optional
+Maintainer: Mario Limonciello <superm1 at ubuntu.com>
- Standards-Version: 3.8.0
++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}
++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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-upnp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list