r41999 - in /trunk/libhtml-latemp-news-perl/debian: ./ changelog compat control copyright libhtml-latemp-news-perl.docs rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Aug 16 20:57:01 UTC 2009


Author: ryan52-guest
Date: Sun Aug 16 20:56:55 2009
New Revision: 41999

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

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

Added: trunk/libhtml-latemp-news-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-latemp-news-perl/debian/changelog?rev=41999&op=file
==============================================================================
--- trunk/libhtml-latemp-news-perl/debian/changelog (added)
+++ trunk/libhtml-latemp-news-perl/debian/changelog Sun Aug 16 20:56:55 2009
@@ -1,0 +1,5 @@
+libhtml-latemp-news-perl (0.1.7-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 16 Aug 2009 13:32:33 -0700

Added: trunk/libhtml-latemp-news-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-latemp-news-perl/debian/compat?rev=41999&op=file
==============================================================================
--- trunk/libhtml-latemp-news-perl/debian/compat (added)
+++ trunk/libhtml-latemp-news-perl/debian/compat Sun Aug 16 20:56:55 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-latemp-news-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-latemp-news-perl/debian/control?rev=41999&op=file
==============================================================================
--- trunk/libhtml-latemp-news-perl/debian/control (added)
+++ trunk/libhtml-latemp-news-perl/debian/control Sun Aug 16 20:56:55 2009
@@ -1,0 +1,23 @@
+Source: libhtml-latemp-news-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules, libxml-rss-perl,
+  libclass-accessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/HTML-Latemp-News/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-latemp-news-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-latemp-news-perl/
+
+Package: libhtml-latemp-news-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, libxml-rss-perl,
+  libclass-accessor-perl
+Description: News Maintenance Module for Latemp (and possibly other  web frameworks)
+ This is a module that maintains news item for a web-site. It can generate an
+ RSS feed, as well as a news page, and an HTML newsbox, all from the same
+ data.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libhtml-latemp-news-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-latemp-news-perl/debian/copyright?rev=41999&op=file
==============================================================================
--- trunk/libhtml-latemp-news-perl/debian/copyright (added)
+++ trunk/libhtml-latemp-news-perl/debian/copyright Sun Aug 16 20:56:55 2009
@@ -1,0 +1,39 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Shlomi Fish <shlomif at iglu.org.il>
+Upstream-Source: http://search.cpan.org/dist/HTML-Latemp-News/
+Upstream-Name: HTML-Latemp-News
+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.
+
+Files: *
+Copyright: Shlomi Fish <shlomif at iglu.org.il>
+License: unparsable
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: unparsable | Artistic | 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 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/libhtml-latemp-news-perl/debian/libhtml-latemp-news-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-latemp-news-perl/debian/libhtml-latemp-news-perl.docs?rev=41999&op=file
==============================================================================
--- trunk/libhtml-latemp-news-perl/debian/libhtml-latemp-news-perl.docs (added)
+++ trunk/libhtml-latemp-news-perl/debian/libhtml-latemp-news-perl.docs Sun Aug 16 20:56:55 2009
@@ -1,0 +1,2 @@
+README
+lib/HTML/Latemp/News.pm

Added: trunk/libhtml-latemp-news-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-latemp-news-perl/debian/rules?rev=41999&op=file
==============================================================================
--- trunk/libhtml-latemp-news-perl/debian/rules (added)
+++ trunk/libhtml-latemp-news-perl/debian/rules Sun Aug 16 20:56:55 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhtml-latemp-news-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-latemp-news-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-latemp-news-perl/debian/watch?rev=41999&op=file
==============================================================================
--- trunk/libhtml-latemp-news-perl/debian/watch (added)
+++ trunk/libhtml-latemp-news-perl/debian/watch Sun Aug 16 20:56:55 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Latemp-News/   .*/HTML-Latemp-News-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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