r48820 - in /trunk/libmousex-types-perl/debian: ./ changelog compat control copyright libmousex-types-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Dec 16 01:24:04 UTC 2009


Author: jawnsy-guest
Date: Wed Dec 16 01:23:58 2009
New Revision: 48820

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

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

Added: trunk/libmousex-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-types-perl/debian/changelog?rev=48820&op=file
==============================================================================
--- trunk/libmousex-types-perl/debian/changelog (added)
+++ trunk/libmousex-types-perl/debian/changelog Wed Dec 16 01:23:58 2009
@@ -1,0 +1,5 @@
+libmousex-types-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 15 Dec 2009 17:14:00 -0500

Added: trunk/libmousex-types-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-types-perl/debian/compat?rev=48820&op=file
==============================================================================
--- trunk/libmousex-types-perl/debian/compat (added)
+++ trunk/libmousex-types-perl/debian/compat Wed Dec 16 01:23:58 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libmousex-types-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-types-perl/debian/control?rev=48820&op=file
==============================================================================
--- trunk/libmousex-types-perl/debian/control (added)
+++ trunk/libmousex-types-perl/debian/control Wed Dec 16 01:23:58 2009
@@ -1,0 +1,20 @@
+Source: libmousex-types-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.9), libtest-exception-perl,
+  libmouse-perl (>= 0.15)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/MouseX-Types/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmousex-types-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmousex-types-perl/
+
+Package: libmousex-types-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmouse-perl (>= 0.15)
+Description: Organize your Mouse types in libraries
+ Organize your Mouse types in libraries
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libmousex-types-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-types-perl/debian/copyright?rev=48820&op=file
==============================================================================
--- trunk/libmousex-types-perl/debian/copyright (added)
+++ trunk/libmousex-types-perl/debian/copyright Wed Dec 16 01:23:58 2009
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Kazuhiro Osawa <yappo <at> shibuya <döt> pl>
+Source: http://search.cpan.org/dist/MouseX-Types/
+Name: MouseX-Types
+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: Kazuhiro Osawa <yappo <at> shibuya <döt> pl>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.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 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/libmousex-types-perl/debian/libmousex-types-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-types-perl/debian/libmousex-types-perl.docs?rev=48820&op=file
==============================================================================
--- trunk/libmousex-types-perl/debian/libmousex-types-perl.docs (added)
+++ trunk/libmousex-types-perl/debian/libmousex-types-perl.docs Wed Dec 16 01:23:58 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libmousex-types-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-types-perl/debian/rules?rev=48820&op=file
==============================================================================
--- trunk/libmousex-types-perl/debian/rules (added)
+++ trunk/libmousex-types-perl/debian/rules Wed Dec 16 01:23:58 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmousex-types-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-types-perl/debian/watch?rev=48820&op=file
==============================================================================
--- trunk/libmousex-types-perl/debian/watch (added)
+++ trunk/libmousex-types-perl/debian/watch Wed Dec 16 01:23:58 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MouseX-Types/   .*/MouseX-Types-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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