r10567 - in /trunk/libxml-um-perl: UM.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:40:19 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:40:19 2007
New Revision: 10567

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

Added:
    trunk/libxml-um-perl/debian/
    trunk/libxml-um-perl/debian/changelog
    trunk/libxml-um-perl/debian/compat
    trunk/libxml-um-perl/debian/control
    trunk/libxml-um-perl/debian/copyright
    trunk/libxml-um-perl/debian/rules   (with props)
    trunk/libxml-um-perl/debian/watch
Modified:
    trunk/libxml-um-perl/UM.pm

Modified: trunk/libxml-um-perl/UM.pm
URL: http://svn.debian.org/wsvn/trunk/libxml-um-perl/UM.pm?rev=10567&op=diff
==============================================================================
--- trunk/libxml-um-perl/UM.pm (original)
+++ trunk/libxml-um-perl/UM.pm Sat Dec  1 12:40:19 2007
@@ -24,7 +24,7 @@
 # The directory that contains the .xml files that come with XML::Encoding.
 # Include the terminating '\' or '/' !!
 #
-$ENCDIR = "/home1/enno/perlModules/XML-Encoding-1.01/maps/";
+$ENCDIR = "/usr/share/libxml-encoding-perl/";
 #$ENCDIR = "c:\\src\\perl\\xml\\XML-Encoding-1.01\\maps\\";
 
 #

Added: trunk/libxml-um-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-um-perl/debian/changelog?rev=10567&op=file
==============================================================================
--- trunk/libxml-um-perl/debian/changelog (added)
+++ trunk/libxml-um-perl/debian/changelog Sat Dec  1 12:40:19 2007
@@ -1,0 +1,62 @@
+libxml-um-perl (0.01-7) unstable; urgency=low
+
+  * Fixes bad hardcoded path (Closes: #402585) 
+  * Fixed watchfile so that uupdate will work
+  * Bumped policy-version to 3.7.2.2 (No other changes)
+  * Moved debhelper to Build-Depends instead of -Indep
+  * Added specific dependancy on perl (>= 5.6.0-16)
+  * Only conditionally ignore make clean errors for lintian
+
+ -- Jay Bonci <jaybonci at debian.org>  Sat, 07 Jul 2007 18:29:21 -0400
+
+libxml-um-perl (0.01-6) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 13:18:26 -0400
+
+libxml-um-perl (0.01-5) unstable; urgency=low
+
+  * New Maintainer (Closes: #210546)
+  * Bumped policy version to 3.6.1.0 (No other changes)
+  * Clarified license to explicate the dual nature of the perl license
+  * Removed .install file as it is no longer needed
+  * Removed .docs file as it installed only a stub README with install and 
+    license info, that is contained elsewhere
+  * Moved over to my standard rules file template
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 15 Mar 2004 15:47:45 -0500
+
+libxml-um-perl (0.01-4) 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-um-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>  Thu,  4 Sep 2003 22:37:12 -0500
+
+libxml-um-perl (0.01-3) 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:26:42 -0500
+
+libxml-um-perl (0.01-2) unstable; urgency=low
+
+  * debian/control: upgraded to Debian Policy 3.5.6
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 23 Dec 2001 20:53:47 -0600
+
+libxml-um-perl (0.01-1) unstable; urgency=low
+
+  * Initial release as a separate package
+    (closes: Bug#102909, Bug#105700)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Mon,  3 Sep 2001 12:45:24 -0500

Added: trunk/libxml-um-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-um-perl/debian/compat?rev=10567&op=file
==============================================================================
--- trunk/libxml-um-perl/debian/compat (added)
+++ trunk/libxml-um-perl/debian/compat Sat Dec  1 12:40:19 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-um-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-um-perl/debian/control?rev=10567&op=file
==============================================================================
--- trunk/libxml-um-perl/debian/control (added)
+++ trunk/libxml-um-perl/debian/control Sat Dec  1 12:40:19 2007
@@ -1,0 +1,31 @@
+Source: libxml-um-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.7.2.2
+Build-Depends: debhelper (>= 4.1)
+Build-Depends-Indep: perl (>= 5.6.0-16), libxml-encoding-perl
+
+Package: libxml-um-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libxml-encoding-perl
+Conflicts: libxml-enno-perl
+Replaces: libxml-enno-perl
+Description: Perl module for converting UTF-8 strings
+ This module provides methods to convert UTF-8 strings to any XML
+ encoding that XML::Encoding supports.  It creates mapping routines
+ from the .xml files that can be found in the maps/ directory in the
+ XML::Encoding distribution.  Note that the XML::Encoding distribution
+ does install the .enc files in your perl directory, but not the.xml
+ files they were created from.  That's why you have to specify $ENCDIR
+ as in the SYNOPSIS.
+ .
+ This implementation uses the XML::Encoding class to parse the .xml
+ file and creates a hash that maps UTF-8 characters (each consisting
+ of up to 4 bytes) to their equivalent byte sequence in the specified
+ encoding.  Note that large mappings may consume a lot of memory!
+ .
+ Future implementations may parse the .enc files directly, or do the
+ conversions entirely in XS (i.e. C code).

Added: trunk/libxml-um-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-um-perl/debian/copyright?rev=10567&op=file
==============================================================================
--- trunk/libxml-um-perl/debian/copyright (added)
+++ trunk/libxml-um-perl/debian/copyright Sat Dec  1 12:40:19 2007
@@ -1,0 +1,28 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Mon, Sep  3, 2001, 10:50:23 -0500.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Enno Derksen <enno at att.com>
+
+Copyright:
+
+Copyright (c) 1999,2000 Enno Derksen
+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-um-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-um-perl/debian/rules?rev=10567&op=file
==============================================================================
--- trunk/libxml-um-perl/debian/rules (added)
+++ trunk/libxml-um-perl/debian/rules Sat Dec  1 12:40:19 2007
@@ -1,0 +1,53 @@
+#!/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
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -f Makefile ] || $(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_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-um-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-um-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-um-perl/debian/watch?rev=10567&op=file
==============================================================================
--- trunk/libxml-um-perl/debian/watch (added)
+++ trunk/libxml-um-perl/debian/watch Sat Dec  1 12:40:19 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-UM-([0-9].*)\.tar.gz \
+ debian uupdate




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