[libnet-upnp-perl] 01/02: Import Debian changes 1.2.4-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 962cdbea78f7ca444719b35f116133f3df9a2227
Author: Mario Limonciello <superm1 at ubuntu.com>
Date:   Tue Jul 1 09:04:01 2008 -0500

    Import Debian changes 1.2.4-1
    
    libnet-upnp-perl (1.2.4-1) unstable; urgency=low
    
      * Initial Release (Closes: #466400)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 28 ++++++++++++++++++++++++++++
 debian/copyright | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  5 +++++
 debian/watch     |  2 ++
 6 files changed, 98 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cddc51e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+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 --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..84eebb7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: libnet-upnp-perl
+Section: perl
+Priority: optional
+Maintainer: Mario Limonciello <superm1 at ubuntu.com>
+Standards-Version: 3.8.0
+Build-Depends: cdbs, debhelper (>= 5), perl
+Homepage: http://search.cpan.org/~skonno/Net-UPnP/
+
+Package: libnet-upnp-perl
+Architecture: all
+Depends: ${perl: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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..569d80c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,57 @@
+This package was debianized by Mario Limonciello <superm1 at ubuntu.com> 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 <skonno at cybergarage.org>
+	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 <superm1 at ubuntu.com>
+and is licensed under the GPL.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4e81e1d
--- /dev/null
+++ b/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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9f31225
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/~skonno/Net-UPnP/   .*/Net-UPnP-v?(\d[\d_.]+)\.tar.gz

-- 
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