r12077 - in /trunk/libnet-mac-perl/debian: ./ changelog compat control copyright dirs rules

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sun Jan 6 01:24:01 UTC 2008


Author: mogaal-guest
Date: Sun Jan  6 01:24:00 2008
New Revision: 12077

URL: http://svn.debian.org/wsvn/?sc=1&rev=12077
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libnet-mac-perl/debian/
    trunk/libnet-mac-perl/debian/changelog
    trunk/libnet-mac-perl/debian/compat
    trunk/libnet-mac-perl/debian/control
    trunk/libnet-mac-perl/debian/copyright
    trunk/libnet-mac-perl/debian/dirs
    trunk/libnet-mac-perl/debian/rules   (with props)

Added: trunk/libnet-mac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-mac-perl/debian/changelog?rev=12077&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/changelog (added)
+++ trunk/libnet-mac-perl/debian/changelog Sun Jan  6 01:24:00 2008
@@ -1,0 +1,12 @@
+libnet-mac-perl (1.2-1) unstable; urgency=low
+
+  *  New upstream release.
+  *  Moved package into Perl Pkg Project SVN.
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Fri, 07 Dec 2007 00:25:03 -0400
+
+libnet-mac-perl (1.1-1) unstable; urgency=low
+
+  * Initial Release (Closes: #2312).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sun, 13 May 2007 20:42:15 -0400

Added: trunk/libnet-mac-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libnet-mac-perl/debian/compat?rev=12077&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/compat (added)
+++ trunk/libnet-mac-perl/debian/compat Sun Jan  6 01:24:00 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libnet-mac-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-mac-perl/debian/control?rev=12077&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/control (added)
+++ trunk/libnet-mac-perl/debian/control Sun Jan  6 01:24:00 2008
@@ -1,0 +1,20 @@
+Source: libnet-mac-perl
+Section: perl
+Priority: extra
+Build-Depends: cdbs, debhelper (>= 5), perl
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Homepage: http://search.cpan.org/dist/Net-MAC/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-mac-perl/
+Vcs-Browser:
+ http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-perl/
+Standards-Version: 3.7.2
+
+Package: libnet-mac-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Net::MAC - Perl extension for representing and manipulating 
+ MAC addresses This is a module that allows you to store a MAC address 
+ in a Perl object, find out information about a stored MAC address and
+ convert a MAC address into a specified format and easily compare two 
+ MAC addresses for string or numeric equality.

Added: trunk/libnet-mac-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-mac-perl/debian/copyright?rev=12077&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/copyright (added)
+++ trunk/libnet-mac-perl/debian/copyright Sun Jan  6 01:24:00 2008
@@ -1,0 +1,29 @@
+This package was debianized by Alejandro Garrido Mota <garridomota at gmail.com> on Sun, 13 May 2007 20:42:15 -0400
+
+It was downloaded from: http://search.cpan.org/dist/Net-MAC/
+
+Copyright (C) 2006, Karl Ward <karlward at cpan.org>
+
+License:
+
+  This library 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.1 of the License, or any later version.
+
+  This library 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 library; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+  MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The upstream author is: Karl Ward <karlward at cpan.org>.
+
+The Debian packaging is (C) 2007, Alejandro Garrido Mota <garridomota at gmail.com> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libnet-mac-perl/debian/dirs
URL: http://svn.debian.org/wsvn/trunk/libnet-mac-perl/debian/dirs?rev=12077&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/dirs (added)
+++ trunk/libnet-mac-perl/debian/dirs Sun Jan  6 01:24:00 2008
@@ -1,0 +1,2 @@
+usr/lib
+usr/share

Added: trunk/libnet-mac-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-mac-perl/debian/rules?rev=12077&op=file
==============================================================================
--- trunk/libnet-mac-perl/debian/rules (added)
+++ trunk/libnet-mac-perl/debian/rules Sun Jan  6 01:24:00 2008
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libnet-mac-perl::
+	rm -rfv debian/libnet-mac-perl/usr/share/perl5
+

Propchange: trunk/libnet-mac-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-perl-cvs-commits mailing list