r75538 - in /trunk/libnet-dropbox-api-perl/debian: ./ changelog compat control copyright libnet-dropbox-api-perl.examples rules source/ source/format watch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Jun 12 21:57:41 UTC 2011


Author: carnil
Date: Sun Jun 12 21:57:34 2011
New Revision: 75538

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75538
Log:
[svn-inject] Applying Debian modifications (1.6-1) to trunk

Added:
    trunk/libnet-dropbox-api-perl/debian/
    trunk/libnet-dropbox-api-perl/debian/changelog
    trunk/libnet-dropbox-api-perl/debian/compat
    trunk/libnet-dropbox-api-perl/debian/control
    trunk/libnet-dropbox-api-perl/debian/copyright
    trunk/libnet-dropbox-api-perl/debian/libnet-dropbox-api-perl.examples
    trunk/libnet-dropbox-api-perl/debian/rules   (with props)
    trunk/libnet-dropbox-api-perl/debian/source/
    trunk/libnet-dropbox-api-perl/debian/source/format
    trunk/libnet-dropbox-api-perl/debian/watch

Added: trunk/libnet-dropbox-api-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/changelog?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/changelog (added)
+++ trunk/libnet-dropbox-api-perl/debian/changelog Sun Jun 12 21:57:34 2011
@@ -1,0 +1,5 @@
+libnet-dropbox-api-perl (1.6-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #629996).
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 10 Jun 2011 09:14:22 +0200

Added: trunk/libnet-dropbox-api-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/compat?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/compat (added)
+++ trunk/libnet-dropbox-api-perl/debian/compat Sun Jun 12 21:57:34 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libnet-dropbox-api-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/control?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/control (added)
+++ trunk/libnet-dropbox-api-perl/debian/control Sun Jun 12 21:57:34 2011
@@ -1,0 +1,33 @@
+Source: libnet-dropbox-api-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libcommon-sense-perl,
+ libdata-random-perl,
+ libhttp-message-perl,
+ libjson-perl,
+ libmouse-perl,
+ libnet-oauth-perl,
+ libwww-perl,
+ perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-dropbox-api-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-dropbox-api-perl/
+Homepage: http://search.cpan.org/dist/Net-Dropbox-API/
+
+Package: libnet-dropbox-api-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcommon-sense-perl,
+ libdata-random-perl,
+ libhttp-message-perl,
+ libjson-perl,
+ libmouse-perl,
+ libnet-oauth-perl,
+ libwww-perl
+Suggests: libmojolicious-perl
+Description: Perl module providing a dropbox API interface
+ Net::Dropbox::API is a perl interface to the Dropbox API. The Dropbox
+ API is a OAuth based API.

Added: trunk/libnet-dropbox-api-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/copyright?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/copyright (added)
+++ trunk/libnet-dropbox-api-perl/debian/copyright Sun Jun 12 21:57:34 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Lenz Gschwendtner <norbu09 at cpan.org>
+Source: http://search.cpan.org/dist/Net-Dropbox-API/
+Name: Net-Dropbox-API
+
+Files: *
+Copyright: 2010, Lenz Gschwendtner <norbu09 at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Salvatore Bonaccorso <carnil at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libnet-dropbox-api-perl/debian/libnet-dropbox-api-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/libnet-dropbox-api-perl.examples?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/libnet-dropbox-api-perl.examples (added)
+++ trunk/libnet-dropbox-api-perl/debian/libnet-dropbox-api-perl.examples Sun Jun 12 21:57:34 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libnet-dropbox-api-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/rules?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/rules (added)
+++ trunk/libnet-dropbox-api-perl/debian/rules Sun Jun 12 21:57:34 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libnet-dropbox-api-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/source/format?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/source/format (added)
+++ trunk/libnet-dropbox-api-perl/debian/source/format Sun Jun 12 21:57:34 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libnet-dropbox-api-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dropbox-api-perl/debian/watch?rev=75538&op=file
==============================================================================
--- trunk/libnet-dropbox-api-perl/debian/watch (added)
+++ trunk/libnet-dropbox-api-perl/debian/watch Sun Jun 12 21:57:34 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Dropbox-API/   .*/Net-Dropbox-API-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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