r67919 - in /trunk/libperl-ostype-perl/debian: ./ changelog compat control copyright libperl-ostype-perl.docs rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Jan 26 23:11:17 UTC 2011


Author: periapt-guest
Date: Wed Jan 26 23:11:11 2011
New Revision: 67919

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

Added:
    trunk/libperl-ostype-perl/debian/
    trunk/libperl-ostype-perl/debian/changelog
    trunk/libperl-ostype-perl/debian/compat
    trunk/libperl-ostype-perl/debian/control
    trunk/libperl-ostype-perl/debian/copyright
    trunk/libperl-ostype-perl/debian/libperl-ostype-perl.docs
    trunk/libperl-ostype-perl/debian/rules   (with props)
    trunk/libperl-ostype-perl/debian/source/
    trunk/libperl-ostype-perl/debian/source/format
    trunk/libperl-ostype-perl/debian/watch

Added: trunk/libperl-ostype-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/changelog?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/changelog (added)
+++ trunk/libperl-ostype-perl/debian/changelog Wed Jan 26 23:11:11 2011
@@ -1,0 +1,5 @@
+libperl-ostype-perl (1.002-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #611207)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 26 Jan 2011 21:38:10 +0000

Added: trunk/libperl-ostype-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/compat?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/compat (added)
+++ trunk/libperl-ostype-perl/debian/compat Wed Jan 26 23:11:11 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libperl-ostype-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/control?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/control (added)
+++ trunk/libperl-ostype-perl/debian/control Wed Jan 26 23:11:11 2011
@@ -1,0 +1,24 @@
+Source: libperl-ostype-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Perl-OSType/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libperl-ostype-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libperl-ostype-perl/
+
+Package: libperl-ostype-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module mapping operating system names to generic types
+ Modules that provide OS-specific behaviors often need to know if the current
+ operating system matches a more generic type of operating systems. For
+ example, 'linux' is a type of 'Unix' operating system and so is 'freebsd'.
+ .
+ Perl::OSType provides a mapping between an operating system name as given by
+ $^O and a more generic type. The initial version is based on the OS type
+ mappings provided in Module::Build and ExtUtils::CBuilder. (Thus, Microsoft
+ operating systems are given the type 'Windows' rather than 'Win32'.)

Added: trunk/libperl-ostype-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/copyright?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/copyright (added)
+++ trunk/libperl-ostype-perl/debian/copyright Wed Jan 26 23:11:11 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: David Golden <dagolden at cpan.org>
+Source: http://search.cpan.org/dist/Perl-OSType/
+Name: Perl-OSType
+
+Files: *
+Copyright: 2010, David Golden <dagolden at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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/libperl-ostype-perl/debian/libperl-ostype-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/libperl-ostype-perl.docs?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/libperl-ostype-perl.docs (added)
+++ trunk/libperl-ostype-perl/debian/libperl-ostype-perl.docs Wed Jan 26 23:11:11 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libperl-ostype-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/rules?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/rules (added)
+++ trunk/libperl-ostype-perl/debian/rules Wed Jan 26 23:11:11 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libperl-ostype-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/source/format?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/source/format (added)
+++ trunk/libperl-ostype-perl/debian/source/format Wed Jan 26 23:11:11 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libperl-ostype-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-ostype-perl/debian/watch?rev=67919&op=file
==============================================================================
--- trunk/libperl-ostype-perl/debian/watch (added)
+++ trunk/libperl-ostype-perl/debian/watch Wed Jan 26 23:11:11 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Perl-OSType/   .*/Perl-OSType-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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