r43920 - in /trunk/libnet-github-perl/debian: ./ changelog compat control copyright rules watch

christine at users.alioth.debian.org christine at users.alioth.debian.org
Fri Sep 11 18:39:42 UTC 2009


Author: christine
Date: Fri Sep 11 18:39:37 2009
New Revision: 43920

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

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

Added: trunk/libnet-github-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/changelog?rev=43920&op=file
==============================================================================
--- trunk/libnet-github-perl/debian/changelog (added)
+++ trunk/libnet-github-perl/debian/changelog Fri Sep 11 18:39:37 2009
@@ -1,0 +1,11 @@
+libnet-github-perl (0.19-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Christine Spang <christine at debian.org>  Fri, 11 Sep 2009 14:37:01 -0400
+
+libnet-github-perl (0.18-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #542305)
+
+ -- Christine Spang <christine at debian.org>  Tue, 25 Aug 2009 17:39:39 -0400

Added: trunk/libnet-github-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/compat?rev=43920&op=file
==============================================================================
--- trunk/libnet-github-perl/debian/compat (added)
+++ trunk/libnet-github-perl/debian/compat Fri Sep 11 18:39:37 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-github-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/control?rev=43920&op=file
==============================================================================
--- trunk/libnet-github-perl/debian/control (added)
+++ trunk/libnet-github-perl/debian/control Fri Sep 11 18:39:37 2009
@@ -1,0 +1,25 @@
+Source: libnet-github-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-mockmodule-perl, libfile-slurp-perl,
+  liburi-perl, libany-moose-perl, libcrypt-ssleay-perl, libhtml-tree-perl,
+  libwww-mechanize-gzip-perl, libjson-any-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christine Spang <christine at debian.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Net-GitHub/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-github-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-github-perl
+
+Package: libnet-github-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libany-moose-perl,
+  libcrypt-ssleay-perl, libhtml-tree-perl, libwww-mechanize-gzip-perl,
+  libjson-any-perl
+Description: Perl interface for GitHub
+ GitHub, http://github.com/, is a service for hosting Git source code
+ repositories and managing projects using Git. This package provides a
+ Perl interface that implements V1 and V2 of the GitHub API, described
+ at http://develop.github.com/.
+

Added: trunk/libnet-github-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/copyright?rev=43920&op=file
==============================================================================
--- trunk/libnet-github-perl/debian/copyright (added)
+++ trunk/libnet-github-perl/debian/copyright Fri Sep 11 18:39:37 2009
@@ -1,0 +1,36 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Fayland Lam <fayland at gmail.com>
+Upstream-Source: http://search.cpan.org/dist/Net-GitHub/
+Upstream-Name: Net-GitHub
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+           2002-2009, Audrey Tang <autrijus at autrijus.org>
+           2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: *
+Copyright: 2009, Fayland Lam <fayland at gmail.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Christine Spang <christine at debian.org>
+License-Alias: Perl
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libnet-github-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/rules?rev=43920&op=file
==============================================================================
--- trunk/libnet-github-perl/debian/rules (added)
+++ trunk/libnet-github-perl/debian/rules Fri Sep 11 18:39:37 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libnet-github-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/watch?rev=43920&op=file
==============================================================================
--- trunk/libnet-github-perl/debian/watch (added)
+++ trunk/libnet-github-perl/debian/watch Fri Sep 11 18:39:37 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-GitHub/   .*/Net-GitHub-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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