r66433 - in /trunk/libgitalist-perl/debian: ./ changelog compat control copyright libgitalist-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 26 03:30:51 UTC 2010


Author: jawnsy-guest
Date: Sun Dec 26 03:30:43 2010
New Revision: 66433

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

Added:
    trunk/libgitalist-perl/debian/
    trunk/libgitalist-perl/debian/changelog
    trunk/libgitalist-perl/debian/compat
    trunk/libgitalist-perl/debian/control
    trunk/libgitalist-perl/debian/copyright
    trunk/libgitalist-perl/debian/libgitalist-perl.docs
    trunk/libgitalist-perl/debian/rules   (with props)
    trunk/libgitalist-perl/debian/watch

Added: trunk/libgitalist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgitalist-perl/debian/changelog?rev=66433&op=file
==============================================================================
--- trunk/libgitalist-perl/debian/changelog (added)
+++ trunk/libgitalist-perl/debian/changelog Sun Dec 26 03:30:43 2010
@@ -1,0 +1,15 @@
+libgitalist-perl (0.002006-1) UNRELEASED; urgency=low
+
+  REQUIRES the following packages first:
+  - Catalyst::Controller::ActionRole
+  - File::Type::WebImages
+  - Template::Plugin::Cycle
+  - Git::PurePerl
+  - Catalyst::View::Component::SubInclude
+  - Catalyst::Plugin::Unicode::Encoding
+  - MooseX::MultiMethods
+  - Test::utf8
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 21:41:33 -0500

Added: trunk/libgitalist-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgitalist-perl/debian/compat?rev=66433&op=file
==============================================================================
--- trunk/libgitalist-perl/debian/compat (added)
+++ trunk/libgitalist-perl/debian/compat Sun Dec 26 03:30:43 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libgitalist-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgitalist-perl/debian/control?rev=66433&op=file
==============================================================================
--- trunk/libgitalist-perl/debian/control (added)
+++ trunk/libgitalist-perl/debian/control Sun Dec 26 03:30:43 2010
@@ -1,0 +1,50 @@
+Source: libgitalist-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: libaliased-perl, libcatalyst-action-rest-perl (>= 0.85),
+ libcatalyst-controller-actionrole-perl, libcatalyst-modules-perl (>= 0.15),
+ libcatalyst-perl (>= 5.8001402), libcatalyst-plugin-unicode-encoding-perl,
+ libcatalyst-view-component-subinclude-perl (>= 0.07),
+ libcatalyst-view-tt-perl (>= 0.34), libconfig-general-perl,
+ libdatetime-format-mail-perl, libdatetime-perl, libfile-copy-recursive-perl,
+ libfile-type-perl, libfile-type-webimages-perl, libfile-which-perl,
+ libgit-pureperl-perl (>= 0.47), libhtml-parser-perl, libipc-run-perl,
+ libjson-xs-perl, liblist-moreutils-perl, libmoose-autobox-perl, libmoose-perl,
+ libmoosex-declare-perl (>= 0.32), libmoosex-multimethods-perl (>= 0.10),
+ libmoosex-types-common-perl, libmoosex-types-path-class-perl,
+ libmoosex-types-perl, libnamespace-autoclean-perl, libpath-class-perl (>= 0.17),
+ libsub-exporter-perl, libsyntax-highlight-engine-kate-perl,
+ libtemplate-perl (>= 2.22), libtemplate-plugin-cycle-perl,
+ libtemplate-provider-encoding-perl, libtest-utf8-perl (>= 0.02),
+ libtry-tiny-perl, perl (>= 5.10.0),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Gitalist/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgitalist-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgitalist-perl/
+
+Package: libgitalist-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libaliased-perl,
+ libcatalyst-action-rest-perl (>= 0.85), libcatalyst-controller-actionrole-perl,
+ libcatalyst-modules-perl (>= 0.15), libcatalyst-perl (>= 5.8001402),
+ libcatalyst-plugin-unicode-encoding-perl,
+ libcatalyst-view-component-subinclude-perl (>= 0.07),
+ libcatalyst-view-tt-perl (>= 0.34), libconfig-general-perl,
+ libdatetime-format-mail-perl, libdatetime-perl, libfile-copy-recursive-perl,
+ libfile-type-perl, libfile-type-webimages-perl, libfile-which-perl,
+ libgit-pureperl-perl (>= 0.47), libhtml-parser-perl, libipc-run-perl,
+ libjson-xs-perl, liblist-moreutils-perl, libmoose-autobox-perl, libmoose-perl,
+ libmoosex-declare-perl (>= 0.32), libmoosex-multimethods-perl (>= 0.10),
+ libmoosex-types-common-perl, libmoosex-types-path-class-perl,
+ libmoosex-types-perl, libnamespace-autoclean-perl, libpath-class-perl (>= 0.17),
+ libsub-exporter-perl, libsyntax-highlight-engine-kate-perl,
+ libtemplate-perl (>= 2.22), libtemplate-plugin-cycle-perl,
+ libtemplate-provider-encoding-perl, libtry-tiny-perl, perl
+Description: A modern git web viewer
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libgitalist-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgitalist-perl/debian/copyright?rev=66433&op=file
==============================================================================
--- trunk/libgitalist-perl/debian/copyright (added)
+++ trunk/libgitalist-perl/debian/copyright Sun Dec 26 03:30:43 2010
@@ -1,0 +1,42 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Dan Brook <broq at cpan.org>
+Source: http://search.cpan.org/dist/Gitalist/
+Name: Gitalist
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Dan Brook <broq at cpan.org>
+License: unparsable
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+License: unparsable or Artistic or GPL-1+
+
+License: unparsable
+ No known license could be automatically determined for this module.
+ If this module conforms to a commonly used license, please report this
+ as a bug in dh-make-perl. In any case, please find the proper license
+ and fix this file!
+
+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/libgitalist-perl/debian/libgitalist-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgitalist-perl/debian/libgitalist-perl.docs?rev=66433&op=file
==============================================================================
--- trunk/libgitalist-perl/debian/libgitalist-perl.docs (added)
+++ trunk/libgitalist-perl/debian/libgitalist-perl.docs Sun Dec 26 03:30:43 2010
@@ -1,0 +1,3 @@
+README
+t/lib/repositories/empty.git/README
+t/lib/repositories/working/README

Added: trunk/libgitalist-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgitalist-perl/debian/rules?rev=66433&op=file
==============================================================================
--- trunk/libgitalist-perl/debian/rules (added)
+++ trunk/libgitalist-perl/debian/rules Sun Dec 26 03:30:43 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libgitalist-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgitalist-perl/debian/watch?rev=66433&op=file
==============================================================================
--- trunk/libgitalist-perl/debian/watch (added)
+++ trunk/libgitalist-perl/debian/watch Sun Dec 26 03:30:43 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Gitalist/   .*/Gitalist-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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