r73116 - in /trunk/libxml-encoding-perl/debian: ./ changelog compat control copyright libxml-encoding-perl.docs libxml-encoding-perl.install rules watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Apr 22 18:40:33 UTC 2011


Author: periapt-guest
Date: Fri Apr 22 18:40:06 2011
New Revision: 73116

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

Added:
    trunk/libxml-encoding-perl/debian/
    trunk/libxml-encoding-perl/debian/changelog
    trunk/libxml-encoding-perl/debian/compat
    trunk/libxml-encoding-perl/debian/control
    trunk/libxml-encoding-perl/debian/copyright
    trunk/libxml-encoding-perl/debian/libxml-encoding-perl.docs
    trunk/libxml-encoding-perl/debian/libxml-encoding-perl.install
    trunk/libxml-encoding-perl/debian/rules   (with props)
    trunk/libxml-encoding-perl/debian/watch

Added: trunk/libxml-encoding-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/changelog?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/changelog (added)
+++ trunk/libxml-encoding-perl/debian/changelog Fri Apr 22 18:40:06 2011
@@ -1,0 +1,174 @@
+libxml-encoding-perl (2.07-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 15 Feb 2009 20:31:22 +0100
+
+libxml-encoding-perl (2.07-1) experimental; urgency=low
+
+  * New upstream release 2.07.
+    - Fixes a minor POD issue.
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Fri, 30 Jan 2009 20:45:04 +0100
+
+libxml-encoding-perl (2.06-1) experimental; urgency=low
+
+  * New upstream release 2.06.
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 25 Jan 2009 21:41:25 +0100
+
+libxml-encoding-perl (2.05-1) experimental; urgency=low
+
+  * New upstream release 2.05.
+    - Fixes shebang to be less specific (will be set correctly running make).
+
+  * debian/control (Build-Depends): Dropped dpatch.
+  * debian/rules: Ditto.
+    (build-stamp, install): Set MAN1EXT to be "1", not "1p".
+  * debian/patches/shebang_perl_path.dpatch: Dropped. Not necessary anymore.
+  * debian/patches/00list: Dropped empty file.
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Fri, 12 Sep 2008 18:25:59 +0200
+
+libxml-encoding-perl (2.04-1) experimental; urgency=low
+
+  * New upstream release 2.04.
+    - Incorporates all changes to the maps done in the Debian package.
+      Dropping all map changes.
+
+  * debian/compile_encoding.1: Removed. Added upstream via POD.
+  * debian/make_encmap.1: Ditto.
+  * debian/libxml-encoding-perl.manpages: Ditto.
+
+  * debian/control: Removed duplicate fields.
+    (Build-Depends): Added dpatch.
+    (Standards-Version): Bumped to 3.8.0.
+    (Vcs-Browser, Vcs-Cvs): Fixed and replaced by Vcs-Svn.
+  * debian/copyright: Updated.
+  * debian/libxml-encoding-perl.dirs: Removed (useless).
+  * debian/libxml-encoding-perl.install: Adjusted to install the maps,
+    entity collections and DTDs.
+  * debian/rules: Added dpatch environment. Rewritten to be short and easy.
+  * debian/patches/shebang_perl_path.dpatch: Added.
+    - bin/compile_encoding: Fixed shebang.
+    - bin/make_encmap: Ditto.
+  * debian/patches/00list: Added and adjusted.
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Fri, 12 Sep 2008 17:08:18 +0200
+
+libxml-encoding-perl (2.01-2) unstable; urgency=low
+
+  * debian/control: Added Homepage and DM-Upload-Alowed.
+    (Uploaders): Added myself.
+  * debian/compile_encoding.1: Added.
+  * debian/make_encmap.1: Ditto.
+  * debian/libxml-encoding-perl.manpages: Ditto.
+  * debian/rules (maps): Fixed typo preventing iso-8859-9.xml from being
+    installed.
+    (binary-indep): Added call to dh_installman. Make sure, data
+    files don't have executable permissions.
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Tue, 10 Jun 2008 13:50:15 +0200
+
+libxml-encoding-perl (2.01-1) unstable; urgency=low
+
+  * New upstream release
+    * fixes bin/compile_encoding to use restricted hashes iso pseudo-hashes
+      (closes: Bug#458578)
+  * debian/control:
+    * upgraded to Debian Policy 3.7.3 (no changes)
+    * added Vcs-Browser and Vcs-Cvs fields
+  * The previous upload already moved the scripts from the examples directory
+    to /usr/bin, hence the associated bug report should have been closed
+    (closes: Bug#410942)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Fri, 04 Jan 2008 16:07:15 -0600
+
+libxml-encoding-perl (1.01-9) unstable; urgency=low
+
+  * Makefile.PL
+    * changed to install 'bin/compile_encoding' and 'bin/make_encmap'
+  * debian/libxml-encoding-perl.install
+    * added 'usr/bin'
+  * maps/ (thanks to Joey Hess)
+    * updated iso-8859-6.xml from latest data on ftp.unicode.org
+    * added iso-8859-1.xml, iso-8859-10.xml, iso-8859-11.xml, iso-8859-13.xml,
+      iso-8859-14.xml, iso-8859-15.xml, iso-8859-16.xml and windows-1251.xml
+  * Added debian/libxml-encoding-perl.dirs
+  * debian/rules
+    * added code to install the map files, entity files and DTD files into
+      '/usr/share/libxml-encoding-perl'
+    * removed call to dh_installexamples
+  * Removed debian/libxml-encoding-perl.examples
+  * debian/compat
+    * bumped version to 5
+  * debian/control
+    * moved build dependency on debhelper to 'Build-Depends'
+    * changed build dependency on 'debhelper' to '(>= 5.0)'
+    * upgraded to Debian Policy 3.7.2 (no changes)
+  * debian/watch
+    * bumped version to 3
+    * fixed typo in version regexp
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 13 Aug 2006 14:30:04 -0500
+
+libxml-encoding-perl (1.01-8) unstable; urgency=low
+
+  * Added 'debian/watch'
+  * debian/rules: various small improvements
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Wed, 24 Nov 2004 10:38:14 -0600
+
+libxml-encoding-perl (1.01-7) unstable; urgency=low
+
+  * debian/control: changed 'Maintainer' to 'Debian XML/SGML Group
+    <debian-xml-sgml-pkgs at lists.alioth.debian.org>' and added current
+    maintainer as 'Uploader'
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 29 Feb 2004 11:36:39 -0600
+
+libxml-encoding-perl (1.01-6) unstable; urgency=low
+
+  * debian/copyright: updated
+  * debian/control: upgraded to Debian Policy 3.6.1 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat,  7 Feb 2004 22:58:51 -0600
+
+libxml-encoding-perl (1.01-5) unstable; urgency=low
+
+  * 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-encoding-perl' from 'interpreters' to 'perl'
+  * 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>  Mon,  1 Sep 2003 22:31:29 -0500
+
+libxml-encoding-perl (1.01-4) 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 19:26:43 -0500
+
+libxml-encoding-perl (1.01-3) unstable; urgency=low
+
+  * debian/control: upgraded to Debian Policy 3.5.6
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 23 Dec 2001 17:41:23 -0600
+
+libxml-encoding-perl (1.01-2) unstable; urgency=low
+
+  * debian/control: Build-Depends -> Build-Depends-Indep
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun,  2 Sep 2001 12:52:40 -0500
+
+libxml-encoding-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat,  1 Sep 2001 11:09:32 -0500

Added: trunk/libxml-encoding-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/compat?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/compat (added)
+++ trunk/libxml-encoding-perl/debian/compat Fri Apr 22 18:40:06 2011
@@ -1,0 +1,1 @@
+5

Added: trunk/libxml-encoding-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/control?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/control (added)
+++ trunk/libxml-encoding-perl/debian/control Fri Apr 22 18:40:06 2011
@@ -1,0 +1,26 @@
+Source: libxml-encoding-perl
+Section: perl
+Priority: optional
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
+Uploaders: Ardo van Rangelrooij <ardo at debian.org>,
+ Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5.0)
+Build-Depends-Indep: perl, libxml-parser-perl
+Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/
+Homepage: http://search.cpan.org/dist/XML-Encoding/
+DM-Upload-Allowed: yes
+
+Package: libxml-encoding-perl
+Architecture: all
+Depends: ${perl:Depends}, libxml-parser-perl
+Description: Perl module for parsing encoding map XML files
+ This module, built as a subclass of XML::Parser, parses encoding map
+ XML files.  Included in the package is the compile_encoding script
+ that compiles these to the binary form used by XML::Parser in order
+ to parse scripts in the given encoding.  Also included is a script
+ that generates encoding map XML files from the type of mapping files
+ obtained at ftp://ftp.unicode.org/Public/MAPPINGS.
+ .
+ Several encoding maps are included in the maps subdirectory.

Added: trunk/libxml-encoding-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/copyright?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/copyright (added)
+++ trunk/libxml-encoding-perl/debian/copyright Fri Apr 22 18:40:06 2011
@@ -1,0 +1,33 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Sun, Aug 19, 2001, 13:30:41 -0500. It is currently co-maintained by
+the Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>.
+
+Download:
+
+  It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+  Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Authors:
+
+  Clark Cooper <coopercc at netheaven.com> (1.x)
+  Steve Hay <shay at cpan.org> (2.x)
+
+Copyright:
+
+  Copyright (C) 1998 Clark Cooper <coopercc at netheaven.com>
+  Copyright (C) 2007 Steve Hay <shay at cpan.org>
+
+License: GPL-1+ | Artistic
+
+  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" which comes with Perl.
+
+On a Debian system the complete text of the above licenses can be found
+in the files `/usr/share/common-licenses/GPL'
+and '/usr/share/common-licenses/Artistic`

Added: trunk/libxml-encoding-perl/debian/libxml-encoding-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/libxml-encoding-perl.docs?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/libxml-encoding-perl.docs (added)
+++ trunk/libxml-encoding-perl/debian/libxml-encoding-perl.docs Fri Apr 22 18:40:06 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libxml-encoding-perl/debian/libxml-encoding-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/libxml-encoding-perl.install?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/libxml-encoding-perl.install (added)
+++ trunk/libxml-encoding-perl/debian/libxml-encoding-perl.install Fri Apr 22 18:40:06 2011
@@ -1,0 +1,3 @@
+maps/*.xml usr/share/libxml-encoding-perl/
+maps/*.ent usr/share/libxml-encoding-perl/
+maps/*.dtd usr/share/libxml-encoding-perl/

Added: trunk/libxml-encoding-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/rules?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/rules (added)
+++ trunk/libxml-encoding-perl/debian/rules Fri Apr 22 18:40:06 2011
@@ -1,0 +1,50 @@
+#!/usr/bin/make -f
+#
+#export DH_VERBOSE=1
+
+PACKAGE = libxml-encoding-perl
+
+check: build
+	dh_testdir
+	dh_testroot
+	$(MAKE) test
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" MAN1EXT=1
+	touch $@
+
+install: build $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check) 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE) PREFIX=/usr MAN1EXT=1
+
+binary: binary-indep binary-arch
+binary-arch: build install
+binary-indep: build install
+		dh_testdir
+		dh_testroot
+		dh_installchangelogs Changes
+		dh_installdocs
+		dh_install
+		chmod 644 $(CURDIR)/debian/$(PACKAGE)/usr/share/libxml-encoding-perl/*.*
+		dh_installman
+		dh_compress
+		dh_fixperms
+		dh_installdeb
+		dh_perl
+		dh_gencontrol
+		dh_md5sums
+		dh_builddeb
+
+.PHONY: binary binary-arch binary-indep build clean install

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

Added: trunk/libxml-encoding-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-encoding-perl/debian/watch?rev=73116&op=file
==============================================================================
--- trunk/libxml-encoding-perl/debian/watch (added)
+++ trunk/libxml-encoding-perl/debian/watch Fri Apr 22 18:40:06 2011
@@ -1,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/XML/XML-Encoding-([\d+\.]+)\.tar.gz




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