r10555 - in /trunk/libxml-smart-perl/debian: ./ changelog compat control copyright rules watch

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


Author: vdanjean
Date: Sat Dec  1 12:39:12 2007
New Revision: 10555

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

Added:
    trunk/libxml-smart-perl/debian/
    trunk/libxml-smart-perl/debian/changelog
    trunk/libxml-smart-perl/debian/compat
    trunk/libxml-smart-perl/debian/control
    trunk/libxml-smart-perl/debian/copyright
    trunk/libxml-smart-perl/debian/rules   (with props)
    trunk/libxml-smart-perl/debian/watch

Added: trunk/libxml-smart-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-smart-perl/debian/changelog?rev=10555&op=file
==============================================================================
--- trunk/libxml-smart-perl/debian/changelog (added)
+++ trunk/libxml-smart-perl/debian/changelog Sat Dec  1 12:39:12 2007
@@ -1,0 +1,26 @@
+libxml-smart-perl (1.6.9-2) unstable; urgency=low
+
+  * New maintainer (Closes: #200239)
+  * Adds uupdate capability to debian/watch
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 18 Mar 2005 16:43:19 -0500
+
+libxml-smart-perl (1.6.9-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 28 Dec 2004 23:50:21 -0500
+
+libxml-smart-perl (1.6.8-1) unstable; urgency=low
+
+  * New upstream version (Closes: #270622)
+  * Adds debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 16:53:45 -0400
+
+libxml-smart-perl (1.5-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Michael K. Edwards <medwards-debian at sane.net>  Mon, 19 Jan 2004 15:36:14 -0800
+

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

Added: trunk/libxml-smart-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-smart-perl/debian/control?rev=10555&op=file
==============================================================================
--- trunk/libxml-smart-perl/debian/control (added)
+++ trunk/libxml-smart-perl/debian/control Sat Dec  1 12:39:12 2007
@@ -1,0 +1,24 @@
+Source: libxml-smart-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libobject-multitype-perl
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1
+
+Package: libxml-smart-perl
+Architecture: all
+Depends: ${perl:Depends}, libobject-multitype-perl
+Description:  Convenience features for access to parsed XML trees
+ With this module, nodes in an XML tree made with XML::LibXML can be
+ accessed equally conveniently with the Perl syntax for hashes and arrays.
+ It also provides convenience features such as searching for nodes by
+ attribute, selection of an attribute value in each of multiple nodes,
+ change the format of returned data, and so forth.
+ .
+ The module also professes to automatically handle binary data
+ (encoding/decoding to/from base64), CDATA sections (used for text
+ content with unbalanced <tags> and so forth), and Unicode.  It can be
+ used to create XML files and load XML from the Web (just pasting an URL
+ as a file path).  It also provides an easy way to send XML data through
+ sockets, adding the length of the data in the <?xml?> header.

Added: trunk/libxml-smart-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-smart-perl/debian/copyright?rev=10555&op=file
==============================================================================
--- trunk/libxml-smart-perl/debian/copyright (added)
+++ trunk/libxml-smart-perl/debian/copyright Sat Dec  1 12:39:12 2007
@@ -1,0 +1,20 @@
+This is the debian package for the XML::Smart module.
+It was created by Michael K. Edwards <medwards-debian at sane.net> using dh-make-perl.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Graciliano M. P. <gm at virtuasites.com.br>
+
+Copyright:
+
+Copyright 2003, Graciliano M. P.  All rights reserved.
+
+This is free software, you may use it and distribute it under the
+same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+

Added: trunk/libxml-smart-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-smart-perl/debian/rules?rev=10555&op=file
==============================================================================
--- trunk/libxml-smart-perl/debian/rules (added)
+++ trunk/libxml-smart-perl/debian/rules Sat Dec  1 12:39:12 2007
@@ -1,0 +1,90 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/usr
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

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




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