r52568 - in /trunk/libxml-rss-simplegen-perl/debian: ./ changelog compat control copyright rules

abe at users.alioth.debian.org abe at users.alioth.debian.org
Thu Feb 11 19:51:09 UTC 2010


Author: abe
Date: Thu Feb 11 19:50:57 2010
New Revision: 52568

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

Added:
    trunk/libxml-rss-simplegen-perl/debian/
    trunk/libxml-rss-simplegen-perl/debian/changelog
    trunk/libxml-rss-simplegen-perl/debian/compat
    trunk/libxml-rss-simplegen-perl/debian/control
    trunk/libxml-rss-simplegen-perl/debian/copyright
    trunk/libxml-rss-simplegen-perl/debian/rules   (with props)

Added: trunk/libxml-rss-simplegen-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-simplegen-perl/debian/changelog?rev=52568&op=file
==============================================================================
--- trunk/libxml-rss-simplegen-perl/debian/changelog (added)
+++ trunk/libxml-rss-simplegen-perl/debian/changelog Thu Feb 11 19:50:57 2010
@@ -1,0 +1,5 @@
+libxml-rss-simplegen-perl (11.11-1) unstable; urgency=low
+
+  * Initial release as Debian package. (Closes: #470388)
+
+ -- Axel Beckert <abe at deuxchevaux.org>  Mon, 10 Mar 2008 21:03:55 +0100

Added: trunk/libxml-rss-simplegen-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-simplegen-perl/debian/compat?rev=52568&op=file
==============================================================================
--- trunk/libxml-rss-simplegen-perl/debian/compat (added)
+++ trunk/libxml-rss-simplegen-perl/debian/compat Thu Feb 11 19:50:57 2010
@@ -1,0 +1,1 @@
+5

Added: trunk/libxml-rss-simplegen-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-simplegen-perl/debian/control?rev=52568&op=file
==============================================================================
--- trunk/libxml-rss-simplegen-perl/debian/control (added)
+++ trunk/libxml-rss-simplegen-perl/debian/control Thu Feb 11 19:50:57 2010
@@ -1,0 +1,22 @@
+Source: libxml-rss-simplegen-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-12)
+Maintainer: Axel Beckert <abe at deuxchevaux.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/XML-RSS-SimpleGen/
+
+Package: libxml-rss-simplegen-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description: A Perl module for easily writing RSS files
+ This module is for writing RSS files, simply. It transparently handles
+ all the unpleasant details of RSS, like proper XML escaping, and also has
+ a good number of Do-What-I-Mean features, like not changing the modtime
+ on a written-out RSS file if the file content hasn't changed, and like
+ automatically removing any HTML tags from content you might pass in.
+ .
+ This module isn't meant to have the full expressive power of RSS;
+ instead, it provides functions that are most commonly needed by
+ RSS-writing programs.

Added: trunk/libxml-rss-simplegen-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-simplegen-perl/debian/copyright?rev=52568&op=file
==============================================================================
--- trunk/libxml-rss-simplegen-perl/debian/copyright (added)
+++ trunk/libxml-rss-simplegen-perl/debian/copyright Thu Feb 11 19:50:57 2010
@@ -1,0 +1,40 @@
+This is the debian package for the XML-RSS-SimpleGen module.
+It was created by Axel Beckert <abe at deuxchevaux.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/XML-RSS-SimpleGen/
+
+The upstream author is:  Sean M. Burke <sburke at cpan.org>.
+
+Copyright (c) 2003,4 Sean M. Burke.  All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself which are either:
+
+  a) the GNU General Public License as published by the Free
+     Software Foundation; either version 1, or (at your option) any later
+     version, or
+
+  b) the "Artistic License"
+
+On Debian systems you can find the full text of the Artistic License and
+the GNU General Public License (GPL) at
+/usr/share/common-licenses/Artistic and /usr/share/common-licenses/GPL.
+
+This program is distributed in the hope that it will be useful, but
+without any warranty; without even the implied warranty of
+merchantability or fitness for a particular purpose.
+
+Portions of the data tables in this module were extracted from the
+entity declarations in the W3C XHTML specification.
+
+At the time the module has been written (January 2004), that's these three:
+
+       http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
+       http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent
+       http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent
+
+Portions of the code in this module were adapted from parts of Gisle
+Aas's LWP::Simple and the old (v2.x) version of his HTML::Parser.
+
+The Debian packaging is (C) 2008, Axel Beckert <abe at deuxchevaux.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libxml-rss-simplegen-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-simplegen-perl/debian/rules?rev=52568&op=file
==============================================================================
--- trunk/libxml-rss-simplegen-perl/debian/rules (added)
+++ trunk/libxml-rss-simplegen-perl/debian/rules Thu Feb 11 19:50:57 2010
@@ -1,0 +1,77 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test TEST_FILES="t/00_about.t t/05_xmltext.t \
+                                 t/10_html2xmltext.t t/30_simple_xml.t \
+                                 t/40_item.t t/50_history.t t/80_basedate.t"
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs ChangeLog
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libxml-rss-simplegen-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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