r10513 - in /trunk/libxml-libxml-common-perl/debian: ./ changelog compat control copyright libxml-libxml-common-perl.docs rules watch
vdanjean at users.alioth.debian.org
vdanjean at users.alioth.debian.org
Sat Dec 1 12:33:28 UTC 2007
Author: vdanjean
Date: Sat Dec 1 12:33:27 2007
New Revision: 10513
URL: http://svn.debian.org/wsvn/?sc=1&rev=10513
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libxml-libxml-common-perl/debian/
trunk/libxml-libxml-common-perl/debian/changelog
trunk/libxml-libxml-common-perl/debian/compat
trunk/libxml-libxml-common-perl/debian/control
trunk/libxml-libxml-common-perl/debian/copyright
trunk/libxml-libxml-common-perl/debian/libxml-libxml-common-perl.docs
trunk/libxml-libxml-common-perl/debian/rules (with props)
trunk/libxml-libxml-common-perl/debian/watch
Added: trunk/libxml-libxml-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/changelog?rev=10513&op=file
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/changelog (added)
+++ trunk/libxml-libxml-common-perl/debian/changelog Sat Dec 1 12:33:27 2007
@@ -1,0 +1,44 @@
+libxml-libxml-common-perl (0.13-5) unstable; urgency=low
+
+ * Adds debian/watch file so uscan will work
+ * Removes 'verbose' parameter from MakeMaker call
+
+ -- Jay Bonci <jaybonci at debian.org> Wed, 27 Oct 2004 11:44:46 -0400
+
+libxml-libxml-common-perl (0.13-4) unstable; urgency=low
+
+ * New Maintainer (Closes: #210533)
+ * Policy version bump - 3.6.1.0 (No other changes)
+ * Moved over to my standard rules template
+ * Removed install file, as it was no longer necessary
+
+ -- Jay Bonci <jaybonci at debian.org> Wed, 10 Mar 2004 18:08:08 -0500
+
+libxml-libxml-common-perl (0.13-3) unstable; urgency=low
+
+ * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Thu, 4 Sep 2003 22:45:03 -0500
+
+libxml-libxml-common-perl (0.13-2) unstable; urgency=low
+
+ * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+ * debian/control: changed build dependency on 'perl' to '>= 5.8.0-3'
+ * debian/control: updated build dependency on 'libxml2-dev' to '>= 2.5.10'
+ * debian/control: added build dependency on 'zlib1g-dev (>= 1:1.1.4)'
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Mon, 1 Sep 2003 11:40:29 -0500
+
+libxml-libxml-common-perl (0.13-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control: upgraded to Debian Policy 3.5.10 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Wed, 4 Jun 2003 20:02:40 -0500
+
+libxml-libxml-common-perl (0.12.1-1) unstable; urgency=low
+
+ * Initial Release
+ (closes: Bug#190909)
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Sun, 27 Apr 2003 07:53:32 -0500
Added: trunk/libxml-libxml-common-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/compat?rev=10513&op=file
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/compat (added)
+++ trunk/libxml-libxml-common-perl/debian/compat Sat Dec 1 12:33:27 2007
@@ -1,0 +1,1 @@
+4
Added: trunk/libxml-libxml-common-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/control?rev=10513&op=file
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/control (added)
+++ trunk/libxml-libxml-common-perl/debian/control Sat Dec 1 12:33:27 2007
@@ -1,0 +1,15 @@
+Source: libxml-libxml-common-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 4.1), perl (>= 5.8.0-3), libxml2-dev (>= 2.5.10), zlib1g-dev (>= 1:1.1.4)
+
+Package: libxml-libxml-common-perl
+Section: perl
+Priority: optional
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Description: Perl module for common routines & constants for XML::LibXML et al
+ This module contains several constants and functions that are shared
+ by XML::LibXML, XML::GDOME and XML::LibXSLT (not all done yet, though).
Added: trunk/libxml-libxml-common-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/copyright?rev=10513&op=file
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/copyright (added)
+++ trunk/libxml-libxml-common-perl/debian/copyright Sat Dec 1 12:33:27 2007
@@ -1,0 +1,20 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Sun, Sep 22, 2002, 10:46:12 -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: Christian Glahn <christian.glahn at uibk.ac.at>
+
+Copyright:
+
+Copyright (c) 2002 Christian Glahn, All rights reserved.
+
+XML::LibXML::Common is dual licensed under the same terms as Perl itself.
+
+This means at your choice, either the Perl Artistic License, or
+the GNU GPL version 1 or higher.
+
+On a Debian system a copy of the Perl license can be found in the file
+'/usr/share/common-licenses/Artistic', and a copy of the GNU GPL can
+be found in the file '/usr/share/common-licenses/GPL'.
Added: trunk/libxml-libxml-common-perl/debian/libxml-libxml-common-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/libxml-libxml-common-perl.docs?rev=10513&op=file
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/libxml-libxml-common-perl.docs (added)
+++ trunk/libxml-libxml-common-perl/debian/libxml-libxml-common-perl.docs Sat Dec 1 12:33:27 2007
@@ -1,0 +1,1 @@
+README
Added: trunk/libxml-libxml-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/rules?rev=10513&op=file
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/rules (added)
+++ trunk/libxml-libxml-common-perl/debian/rules Sat Dec 1 12:33:27 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 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-indep:;
+binary-arch: 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-libxml-common-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libxml-libxml-common-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/watch?rev=10513&op=file
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/watch (added)
+++ trunk/libxml-libxml-common-perl/debian/watch Sat Dec 1 12:33:27 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-LibXML-Common-([0-9].*)\.tar.gz
More information about the Pkg-perl-cvs-commits
mailing list