r10081 - in /trunk/libxml-rss-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/libxml-rss-perl.docs debian/libxml-rss-perl.examples debian/rules debian/watch lib/RSS.pm

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:20:22 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:20:22 2007
New Revision: 10081

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

Added:
    trunk/libxml-rss-perl/debian/
    trunk/libxml-rss-perl/debian/changelog
    trunk/libxml-rss-perl/debian/compat
    trunk/libxml-rss-perl/debian/control
    trunk/libxml-rss-perl/debian/copyright
    trunk/libxml-rss-perl/debian/libxml-rss-perl.docs
    trunk/libxml-rss-perl/debian/libxml-rss-perl.examples
    trunk/libxml-rss-perl/debian/rules   (with props)
    trunk/libxml-rss-perl/debian/watch
Modified:
    trunk/libxml-rss-perl/Makefile.PL
    trunk/libxml-rss-perl/lib/RSS.pm

Modified: trunk/libxml-rss-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/Makefile.PL?rev=10081&op=diff
==============================================================================
--- trunk/libxml-rss-perl/Makefile.PL (original)
+++ trunk/libxml-rss-perl/Makefile.PL Sat Dec  1 11:20:22 2007
@@ -33,7 +33,7 @@
     	'XML::Parser'      => '2.23', 
     	},
 	'MAN3PODS'		       => {
-		'lib/RSS.pm'    => '$(INST_MAN3DIR)/XML::RSS.3',
+		'lib/RSS.pm'    => '$(INST_MAN3DIR)/XML::RSS.3pm',
 		},
 	'clean'			       => { FILES => 'XML-RSS-* t/*-generated.xml' },
     @extras

Added: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/changelog?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (added)
+++ trunk/libxml-rss-perl/debian/changelog Sat Dec  1 11:20:22 2007
@@ -1,0 +1,141 @@
+libxml-rss-perl (1.05-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed README.Debian as it no longer is necessary
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 12:38:14 -0400
+
+libxml-rss-perl (1.04-2) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 12:27:10 -0400
+
+libxml-rss-perl (1.04-1) unstable; urgency=low
+
+  * New Upstream Version
+  * New Maintainer (Closes: #210540)
+  * Bumped policy-version to 3.6.1.0 (No other changes)
+  * Updated copyright file to explicate the dual nature of the perl license
+  * Removed .install file as it is no longer necessary
+  * Re-packaged orig.tar.gz file. README.Debian explains the changes
+  * Fixed perl manpage extension
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 10 Mar 2004 23:08:09 -0500
+
+libxml-rss-perl (1.02-3) unstable; urgency=low
+
+  * Makefile.PL: changed to move the XML::RSS manual page to the 3pm section
+    (closes: Bug#211299)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Thu, 18 Sep 2003 18:53:08 -0500
+
+libxml-rss-perl (1.02-2) unstable; urgency=low
+
+  * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
+  * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Thu,  4 Sep 2003 22:14:29 -0500
+
+libxml-rss-perl (1.02-1) unstable; urgency=low
+
+  * New upstream release
+    (closes: Bug#187545)
+    - fixed handling of XML entities
+      (closes: Bug#190726)
+  * debian/control: removed obsolete links from long description
+    (closes: Bug#187575)
+  * debian/rules: moved debhelper compatibility level setting to
+    'debian/compat' per latest debhelper best practices
+  * debian/control: updated sections according to latest archive changes:
+    - 'libxml-rss--perl' from 'interpreters' to 'perl'
+  * debian/control: added build dependencies on 'libtest-manifest-perl' and
+    'libtest-simple-perl'
+  * debian/control: upgraded to Debian Policy 3.5.9 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 18 May 2003 18:25:03 -0500
+
+libxml-rss-perl (0.97-5) unstable; urgency=low
+
+  * debian/rules: upgraded to debhelper v4
+  * debian/control: changed build dependency on debhelper accordingly
+  * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
+  * debian/rules: split off 'install' target from 'binary-indep' target
+  * debian/copyright: added pointer to license
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Thu,  8 Aug 2002 20:18:10 -0500
+
+libxml-rss-perl (0.97-4) unstable; urgency=low
+
+  * debian/control: fixed typo in long description
+    (closes: Bug#127952)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat,  5 Jan 2002 19:23:23 -0600
+
+libxml-rss-perl (0.97-3) unstable; urgency=low
+
+  * debian/control: fixed typo in long description
+    (closes: Bug#125078)
+  * debian/control: upgraded to Debian Policy 3.5.6
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Fri, 21 Dec 2001 20:08:34 -0600
+
+libxml-rss-perl (0.97-2) unstable; urgency=low
+
+  * examples: fixed several missing final newlines
+  * debian/control: upgraded to Debian Policy 3.5.5
+  * debian/control: upgraded to Debian Perl Policy 1.20
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun,  2 Sep 2001 17:47:00 -0500
+
+libxml-rss-perl (0.97-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: updated debhelper dependency to remove dh_testversion
+  * debian/control: upgraded to Debian Policy 3.5.2
+  * debian/control: upgraded to Debian Perl Policy 1.17
+  * debian/rules: upgraded to Debian Perl Policy 1.17
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 15 Apr 2001 19:07:01 -0500
+
+libxml-rss-perl (0.95-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: upgraded to Debian Policy 3.2.1
+  * debian/rules: upgraded to debhelper v3
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Wed, 17 Jan 2001 13:44:19 -0600
+
+libxml-rss-perl (0.9-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Fri,  8 Sep 2000 11:00:35 +0200
+
+libxml-rss-perl (0.8-2) unstable; urgency=low
+
+  * debian/control: updated short description
+  * debian/control: updated long description
+  * debian/control: added missing Build-Depends
+  * debian/copyright: updated
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 17 Jun 2000 19:23:23 +0200
+
+libxml-rss-perl (0.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Upgraded to Debian Policy 3.1.1
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat,  1 Jan 2000 12:41:15 +0100
+
+libxml-rss-perl (0.7-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 21 Nov 1999 18:33:52 +0100
+
+libxml-rss-perl (0.6-1) unstable; urgency=low
+
+  * Initial Release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 31 Oct 1999 16:39:16 +0100

Added: trunk/libxml-rss-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/compat?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/compat (added)
+++ trunk/libxml-rss-perl/debian/compat Sat Dec  1 11:20:22 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-rss-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/control?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/control (added)
+++ trunk/libxml-rss-perl/debian/control Sat Dec  1 11:20:22 2007
@@ -1,0 +1,26 @@
+Source: libxml-rss-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>= 4.1), perl, libtest-manifest-perl (>= 0.9), libtest-simple-perl, libxml-parser-perl (>= 2.23)
+
+Package: libxml-rss-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libxml-parser-perl
+Description: Perl module for managing RSS (RDF Site Summary) files
+ This module provides a basic framework for creating and maintaining
+ RDF Site Summary (RSS) files.  This distribution also contains many
+ examples that allow you to generate HTML from an RSS, convert between
+ 0.9, 0.91, and 1.0 version, and other nifty things.  This might be
+ helpful if you want to include news feeds on your Web site from
+ sources like Slashot and Freshmeat or if you want to syndicate your
+ own content.
+ .
+ RSS was originally developed by Netscape as the format for Netscape
+ Netcenter channels, however, many Web sites have since adopted it as
+ a simple syndication format.  With the advent of RSS 1.0, users are
+ now able to syndicate many different kinds of content including news
+ headlines, threaded messages, products catalogs, etc.

Added: trunk/libxml-rss-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/copyright?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/copyright (added)
+++ trunk/libxml-rss-perl/debian/copyright Sat Dec  1 11:20:22 2007
@@ -1,0 +1,27 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Sun, 31 Oct, 1999, 16:50:11 +0100.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Jonathan Eisenzopf <eisen at pobox.com>
+                 Rael Dornfest <rael at oreilly.com>
+
+Copyright:
+
+Copyright (c) 2001 Jonathan Eisenzopf and Rael Dornfest. All rights reserved.
+	This program is free software; you can redistribute it and/or modify
+	it under the terms of 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"
+
+	See:
+
+	/usr/share/common-licenses/Artistic
+	/usr/share/common-licenses/GPL
+
+	For more information regarding these licensing options

Added: trunk/libxml-rss-perl/debian/libxml-rss-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/libxml-rss-perl.docs?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/libxml-rss-perl.docs (added)
+++ trunk/libxml-rss-perl/debian/libxml-rss-perl.docs Sat Dec  1 11:20:22 2007
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libxml-rss-perl/debian/libxml-rss-perl.examples
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/libxml-rss-perl.examples?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/libxml-rss-perl.examples (added)
+++ trunk/libxml-rss-perl/debian/libxml-rss-perl.examples Sat Dec  1 11:20:22 2007
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libxml-rss-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/rules?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/rules (added)
+++ trunk/libxml-rss-perl/debian/rules Sat Dec  1 11:20:22 2007
@@ -1,0 +1,57 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+	-find $(CURDIR)/examples -name "*.rdf" -exec chmod -x {} \; 
+	-chmod -x examples/README
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: trunk/libxml-rss-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/watch?rev=10081&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/watch (added)
+++ trunk/libxml-rss-perl/debian/watch Sat Dec  1 11:20:22 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-RSS-([0-9].*)\.tar.gz

Modified: trunk/libxml-rss-perl/lib/RSS.pm
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/lib/RSS.pm?rev=10081&op=diff
==============================================================================
--- trunk/libxml-rss-perl/lib/RSS.pm (original)
+++ trunk/libxml-rss-perl/lib/RSS.pm Sat Dec  1 11:20:22 2007
@@ -2190,7 +2190,7 @@
 
 	Original code: Jonathan Eisenzopf <eisen at pobox.com>
 	Further changes: Rael Dornfest <rael at oreilly.com>
-	
+
 	Currently: perl-rss project (http://perl-rss.sourceforge.net)
 
 




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