r10955 - in /trunk/libnet-dpap-client-perl/debian: ./ changelog compat control copyright dirs docs rules watch

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Fri Dec 7 03:11:30 UTC 2007


Author: ghostbar-guest
Date: Fri Dec  7 03:11:30 2007
New Revision: 10955

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

Added:
    trunk/libnet-dpap-client-perl/debian/
    trunk/libnet-dpap-client-perl/debian/changelog
    trunk/libnet-dpap-client-perl/debian/compat
    trunk/libnet-dpap-client-perl/debian/control
    trunk/libnet-dpap-client-perl/debian/copyright
    trunk/libnet-dpap-client-perl/debian/dirs
    trunk/libnet-dpap-client-perl/debian/docs
    trunk/libnet-dpap-client-perl/debian/rules   (with props)
    trunk/libnet-dpap-client-perl/debian/watch

Added: trunk/libnet-dpap-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/changelog?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/changelog (added)
+++ trunk/libnet-dpap-client-perl/debian/changelog Fri Dec  7 03:11:30 2007
@@ -1,0 +1,6 @@
+libnet-dpap-client-perl (0.26-1) unstable; urgency=low
+
+  * Initial release (Closes: #420333)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 21 Apr 2007 12:31:18 -0400
+

Added: trunk/libnet-dpap-client-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/compat?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/compat (added)
+++ trunk/libnet-dpap-client-perl/debian/compat Fri Dec  7 03:11:30 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libnet-dpap-client-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/control?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/control (added)
+++ trunk/libnet-dpap-client-perl/debian/control Fri Dec  7 03:11:30 2007
@@ -1,0 +1,20 @@
+Source: libnet-dpap-client-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends-Indep: perl, libcarp-assert-perl, libwww-perl, liburi-perl, libnet-daap-dmap-perl
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: libnet-dpap-client-perl
+Architecture: all
+Depends: ${perl:Depends}, libcarp-assert-perl, libwww-perl, liburi-perl, libnet-daap-dmap-perl
+Description: Connect to iPhoto shares (DPAP)
+ This module provides a DPAP client. DPAP is the Digital Photo Access
+ Protocol and is the protocol that Apple iPhoto uses to share photos.
+ This allows you to browse shared albums, and download thumbnail and 
+ hires versions of shared photos.
+ .
+ It currently doesn't support password-protected shares.
+ .
+ http://search.cpan.org/dist/Net-DPAP-Client

Added: trunk/libnet-dpap-client-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/copyright?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/copyright (added)
+++ trunk/libnet-dpap-client-perl/debian/copyright Fri Dec  7 03:11:30 2007
@@ -1,0 +1,26 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Sat, 21 Apr 2007 12:31:18 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Net-DPAP-Client/
+
+Upstream Author: Leon Brocard <acme at astray.com>
+
+Copyright: Copyright (C) 2004-6, Leon Brocard
+
+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-dpap-client-perl/debian/dirs
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/dirs?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/dirs (added)
+++ trunk/libnet-dpap-client-perl/debian/dirs Fri Dec  7 03:11:30 2007
@@ -1,0 +1,1 @@
+usr/share

Added: trunk/libnet-dpap-client-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/docs?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/docs (added)
+++ trunk/libnet-dpap-client-perl/debian/docs Fri Dec  7 03:11:30 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libnet-dpap-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/rules?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/rules (added)
+++ trunk/libnet-dpap-client-perl/debian/rules Fri Dec  7 03:11:30 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-dpap-client-perl::
+	rm -rfv debian/libnet-dpap-client-perl/usr/lib

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

Added: trunk/libnet-dpap-client-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-dpap-client-perl/debian/watch?rev=10955&op=file
==============================================================================
--- trunk/libnet-dpap-client-perl/debian/watch (added)
+++ trunk/libnet-dpap-client-perl/debian/watch Fri Dec  7 03:11:30 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Net-DPAP-Client-(.*)\.tar\.gz




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