r10939 - in /trunk/libnet-daap-dmap-perl/debian: ./ changelog compat control copyright dirs rules watch

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Thu Dec 6 20:01:33 UTC 2007


Author: ghostbar-guest
Date: Thu Dec  6 20:01:32 2007
New Revision: 10939

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

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

Added: trunk/libnet-daap-dmap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-daap-dmap-perl/debian/changelog?rev=10939&op=file
==============================================================================
--- trunk/libnet-daap-dmap-perl/debian/changelog (added)
+++ trunk/libnet-daap-dmap-perl/debian/changelog Thu Dec  6 20:01:32 2007
@@ -1,0 +1,6 @@
+libnet-daap-dmap-perl (1.26-1) unstable; urgency=low
+
+  * Initial release (Closes: #420383)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 21 Apr 2007 18:32:13 -0400
+

Added: trunk/libnet-daap-dmap-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libnet-daap-dmap-perl/debian/compat?rev=10939&op=file
==============================================================================
--- trunk/libnet-daap-dmap-perl/debian/compat (added)
+++ trunk/libnet-daap-dmap-perl/debian/compat Thu Dec  6 20:01:32 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libnet-daap-dmap-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-daap-dmap-perl/debian/control?rev=10939&op=file
==============================================================================
--- trunk/libnet-daap-dmap-perl/debian/control (added)
+++ trunk/libnet-daap-dmap-perl/debian/control Thu Dec  6 20:01:32 2007
@@ -1,0 +1,20 @@
+Source: libnet-daap-dmap-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends-Indep: perl, libmath-bigint-perl
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: libnet-daap-dmap-perl
+Architecture: all
+Depends: ${perl:Depends}, libmath-bigint-perl
+Description: Perl module for reading and writing DAAP structures
+ A DMAP structure is a binary record used in Apple's DAAP protocol. 
+ A DMAP structure may contain other DMAP structures. Fields in a DMAP
+ structure are identified by a short name ("msdc"). The short name is 
+ what's in the binary record, but a content codes list gives a long 
+ name ("dmap.databasescount") and a data type for the record (32-bit 
+ integer).
+ .
+ http://search.cpan.org/dist/Net-DAAP-DMAP

Added: trunk/libnet-daap-dmap-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-daap-dmap-perl/debian/copyright?rev=10939&op=file
==============================================================================
--- trunk/libnet-daap-dmap-perl/debian/copyright (added)
+++ trunk/libnet-daap-dmap-perl/debian/copyright Thu Dec  6 20:01:32 2007
@@ -1,0 +1,27 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Sat, 21 Apr 2007 18:32:13 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Net-DAAP-DMAP
+
+Upstream Author: Nathan Torkington <nathan at torkington.com>
+Current Upstream maintainer: Richard Clamp <richardc at unixbeard.net>
+
+Copyright: (C) 2004 Richard Clamp <richardc at unixbeard.net>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL' and
+the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libnet-daap-dmap-perl/debian/dirs
URL: http://svn.debian.org/wsvn/trunk/libnet-daap-dmap-perl/debian/dirs?rev=10939&op=file
==============================================================================
--- trunk/libnet-daap-dmap-perl/debian/dirs (added)
+++ trunk/libnet-daap-dmap-perl/debian/dirs Thu Dec  6 20:01:32 2007
@@ -1,0 +1,1 @@
+usr/share

Added: trunk/libnet-daap-dmap-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-daap-dmap-perl/debian/rules?rev=10939&op=file
==============================================================================
--- trunk/libnet-daap-dmap-perl/debian/rules (added)
+++ trunk/libnet-daap-dmap-perl/debian/rules Thu Dec  6 20:01:32 2007
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libnet-daap-dmap-perl::
+	rm -rfv debian/libnet-daap-dmap-perl/usr/lib

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

Added: trunk/libnet-daap-dmap-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-daap-dmap-perl/debian/watch?rev=10939&op=file
==============================================================================
--- trunk/libnet-daap-dmap-perl/debian/watch (added)
+++ trunk/libnet-daap-dmap-perl/debian/watch Thu Dec  6 20:01:32 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Net-DAAP-DMAP-(.*)\.tar\.gz




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