r69434 - in /trunk/libconfig-pit-perl/debian: ./ changelog compat control copyright libconfig-pit-perl.docs rules source/ source/format watch
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Thu Feb 24 05:51:05 UTC 2011
Author: takaki
Date: Thu Feb 24 05:50:54 2011
New Revision: 69434
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69434
Log:
[svn-inject] Applying Debian modifications (0.04-1) to trunk
Added:
trunk/libconfig-pit-perl/debian/
trunk/libconfig-pit-perl/debian/changelog
trunk/libconfig-pit-perl/debian/compat
trunk/libconfig-pit-perl/debian/control
trunk/libconfig-pit-perl/debian/copyright
trunk/libconfig-pit-perl/debian/libconfig-pit-perl.docs
trunk/libconfig-pit-perl/debian/rules (with props)
trunk/libconfig-pit-perl/debian/source/
trunk/libconfig-pit-perl/debian/source/format
trunk/libconfig-pit-perl/debian/watch
Added: trunk/libconfig-pit-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/changelog?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/changelog (added)
+++ trunk/libconfig-pit-perl/debian/changelog Thu Feb 24 05:50:54 2011
@@ -1,0 +1,5 @@
+libconfig-pit-perl (0.04-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #612857)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 16 Feb 2011 11:02:14 +0900
Added: trunk/libconfig-pit-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/compat?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/compat (added)
+++ trunk/libconfig-pit-perl/debian/compat Thu Feb 24 05:50:54 2011
@@ -1,0 +1,1 @@
+7
Added: trunk/libconfig-pit-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/control?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/control (added)
+++ trunk/libconfig-pit-perl/debian/control Thu Feb 24 05:50:54 2011
@@ -1,0 +1,30 @@
+Source: libconfig-pit-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libfile-homedir-perl,
+ liblist-moreutils-perl,
+ libpath-class-perl,
+ libyaml-syck-perl (>= 1),
+ perl (>= 5.10.1)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Config-Pit/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-pit-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-pit-perl/
+
+Package: libconfig-pit-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libfile-homedir-perl,
+ liblist-moreutils-perl,
+ libpath-class-perl,
+ libyaml-syck-perl (>= 1),
+ perl (>= 5.10.1)
+Description: Perl module for Manage settings
+ Config::Pit is account setting management library. This library
+ automates editing settings used in scripts.
+ .
+ Original library is written in Ruby and published as pit gem with
+ management command.
Added: trunk/libconfig-pit-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/copyright?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/copyright (added)
+++ trunk/libconfig-pit-perl/debian/copyright Thu Feb 24 05:50:54 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: cho45 <cho45 at lowreal.net>
+Source: http://search.cpan.org/dist/Config-Pit/
+Name: Config-Pit
+
+Files: *
+Copyright: cho45 <cho45 at lowreal.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki 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/libconfig-pit-perl/debian/libconfig-pit-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/libconfig-pit-perl.docs?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/libconfig-pit-perl.docs (added)
+++ trunk/libconfig-pit-perl/debian/libconfig-pit-perl.docs Thu Feb 24 05:50:54 2011
@@ -1,0 +1,1 @@
+README
Added: trunk/libconfig-pit-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/rules?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/rules (added)
+++ trunk/libconfig-pit-perl/debian/rules Thu Feb 24 05:50:54 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libconfig-pit-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libconfig-pit-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/source/format?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/source/format (added)
+++ trunk/libconfig-pit-perl/debian/source/format Thu Feb 24 05:50:54 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: trunk/libconfig-pit-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-pit-perl/debian/watch?rev=69434&op=file
==============================================================================
--- trunk/libconfig-pit-perl/debian/watch (added)
+++ trunk/libconfig-pit-perl/debian/watch Thu Feb 24 05:50:54 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Config-Pit/ .*/Config-Pit-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list