r10543 - in /trunk/libxml-sax-expat-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/libxml-sax-expat-perl.postinst debian/libxml-sax-expat-perl.prerm debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:36:18 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:36:18 2007
New Revision: 10543

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

Added:
    trunk/libxml-sax-expat-perl/debian/
    trunk/libxml-sax-expat-perl/debian/changelog
    trunk/libxml-sax-expat-perl/debian/compat
    trunk/libxml-sax-expat-perl/debian/control
    trunk/libxml-sax-expat-perl/debian/copyright
    trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.postinst
    trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.prerm
    trunk/libxml-sax-expat-perl/debian/rules   (with props)
    trunk/libxml-sax-expat-perl/debian/watch
Modified:
    trunk/libxml-sax-expat-perl/Makefile.PL

Modified: trunk/libxml-sax-expat-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/Makefile.PL?rev=10543&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/Makefile.PL (original)
+++ trunk/libxml-sax-expat-perl/Makefile.PL Sat Dec  1 12:36:18 2007
@@ -16,16 +16,16 @@
 
 
 ## add ourselves to the list of installed parsers
-sub MY::install {
-    package MY;
-    my $script = shift->SUPER::install(@_);
-    $script =~ s/install :: (.*)$/install :: $1 install_sax_expat/m;
-    $script .= <<"INSTALL";
-
-install_sax_expat :
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
-
-INSTALL
-
-    return $script;
-}
+#sub MY::install {
+#    package MY;
+#    my $script = shift->SUPER::install(@_);
+#    $script =~ s/install :: (.*)$/install :: $1 install_sax_expat/m;
+#    $script .= <<"INSTALL";
+#
+#install_sax_expat :
+#\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+#
+#INSTALL
+#
+#    return $script;
+#}

Added: trunk/libxml-sax-expat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/changelog?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/changelog (added)
+++ trunk/libxml-sax-expat-perl/debian/changelog Sat Dec  1 12:36:18 2007
@@ -1,0 +1,46 @@
+libxml-sax-expat-perl (0.37-3) unstable; urgency=low
+
+  * Adds a debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 12:48:23 -0400
+
+libxml-sax-expat-perl (0.37-2) unstable; urgency=low
+
+  * New Maintainer (Closes: #210541)
+  * Removed .install file as it is no longer needed
+  * Updated copyright to explicate the dual nature of the perl license
+  * Moved debian/rules over to my standard rules template
+  * Bumped to policy-version 3.6.1.0 (No other changes)
+
+ -- Jay Bonci <jaybonci at debian.org>  Thu, 11 Mar 2004 00:46:04 -0500
+
+libxml-sax-expat-perl (0.37-1) unstable; urgency=low
+
+  * New upstream release
+    - fixed perl warnings caused by uninitialized values
+      (closes: Bug#202737)
+  * 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-sax-expat-perl' from 'interpreters' to 'perl'
+  * debian/control: changed 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>  Fri, 25 Jul 2003 22:17:11 -0500
+
+libxml-sax-expat-perl (0.35-1) unstable; urgency=low
+
+  * New upstream release
+  * 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>  Fri,  9 Aug 2002 19:51:50 -0500
+
+libxml-sax-expat-perl (0.30-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Mon, 31 Dec 2001 18:48:58 -0600

Added: trunk/libxml-sax-expat-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/compat?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/compat (added)
+++ trunk/libxml-sax-expat-perl/debian/compat Sat Dec  1 12:36:18 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-sax-expat-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/control?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/control (added)
+++ trunk/libxml-sax-expat-perl/debian/control Sat Dec  1 12:36:18 2007
@@ -1,0 +1,16 @@
+Source: libxml-sax-expat-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, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03)
+
+Package: libxml-sax-expat-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03)
+Description: Perl module for a SAX2 driver for Expat (XML::Parser)
+ This module is an implementation of a SAX2 driver sitting on top of
+ Expat (XML::Parser).  It is still incomplete, though most of the
+ basic SAX2 events should be available.

Added: trunk/libxml-sax-expat-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/copyright?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/copyright (added)
+++ trunk/libxml-sax-expat-perl/debian/copyright Sat Dec  1 12:36:18 2007
@@ -1,0 +1,26 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Mon, Dec 31, 2001, 18:45:32 -0600.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Authors: Robin Berjon <robin at knowscape.com>
+
+Copyright:
+
+Copyright (c) 2001 Robin Berjon. 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-sax-expat-perl/debian/libxml-sax-expat-perl.postinst
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.postinst?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.postinst (added)
+++ trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.postinst Sat Dec  1 12:36:18 2007
@@ -1,0 +1,20 @@
+#!/bin/sh
+## ----------------------------------------------------------------------
+## debian/postinst : postinstallation script for libxml-sax-expat-perl
+## ----------------------------------------------------------------------
+
+## ----------------------------------------------------------------------
+set -e
+
+## ----------------------------------------------------------------------
+if [ "$1" = configure ]
+then
+    update-perl-sax-parsers --add XML::SAX::Expat
+    update-perl-sax-parsers --update
+fi
+
+## ---------------------------------------------------------------------- 
+## automatically generated debhelper commands
+#DEBHELPER#
+
+exit 0

Added: trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.prerm
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.prerm?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.prerm (added)
+++ trunk/libxml-sax-expat-perl/debian/libxml-sax-expat-perl.prerm Sat Dec  1 12:36:18 2007
@@ -1,0 +1,20 @@
+#!/bin/sh
+## ----------------------------------------------------------------------
+## debian/prerm : preremoval script for libxml-sax-expat-perl
+## ----------------------------------------------------------------------
+
+## ----------------------------------------------------------------------
+set -e
+
+## ----------------------------------------------------------------------
+if [ "$1" = remove ]
+then
+    update-perl-sax-parsers --remove XML::SAX::Expat
+    update-perl-sax-parsers --update
+fi
+
+## ---------------------------------------------------------------------- 
+## automatically generated debhelper commands
+#DEBHELPER#
+
+exit 0

Added: trunk/libxml-sax-expat-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/rules?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/rules (added)
+++ trunk/libxml-sax-expat-perl/debian/rules Sat Dec  1 12:36:18 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
+
+	-$(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-sax-expat-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-sax-expat-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/watch?rev=10543&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/watch (added)
+++ trunk/libxml-sax-expat-perl/debian/watch Sat Dec  1 12:36:18 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-SAX-Expat-([0-9].*)\.tar.gz




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