r3496 - in /packages/libxml-atom-perl/trunk/debian: ./ changelog compat control copyright rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Aug 21 21:05:39 UTC 2006


Author: gregoa-guest
Date: Mon Aug 21 21:05:38 2006
New Revision: 3496

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3496
Log:
Load libxml-atom-perl-0.16a into packages/libxml-atom-perl/trunk.

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

Added: packages/libxml-atom-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/changelog?rev=3496&op=file
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/changelog (added)
+++ packages/libxml-atom-perl/trunk/debian/changelog Mon Aug 21 21:05:38 2006
@@ -1,0 +1,25 @@
+libxml-atom-perl (0.16a-0.1) unstable; urgency=low
+
+  * Doh!  In my haste to upload this, I accidently made the package debian-native.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Fri,  3 Feb 2006 10:51:35 -0500
+
+libxml-atom-perl (0.16-0.1) unstable; urgency=low
+
+  * NMU. New upstrem version.  (Closes: #350850)
+  * remove editor swap file inadvertently left in package.  (Closes: #331004)
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Fri,  3 Feb 2006 10:15:16 -0500
+
+libxml-atom-perl (0.09-1) unstable; urgency=low
+
+  * New Upstream Version (closes #283590)
+
+ -- Tim Peeler <thp at linuxforce.net>  Fri, 31 Dec 2004 09:14:58 +0500
+
+libxml-atom-perl (0.05-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Tim Peeler <thp at linuxforce.net>  Thu, 15 Apr 2004 12:23:14 +0500
+

Added: packages/libxml-atom-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/compat?rev=3496&op=file
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/compat (added)
+++ packages/libxml-atom-perl/trunk/debian/compat Mon Aug 21 21:05:38 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libxml-atom-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/control?rev=3496&op=file
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/control (added)
+++ packages/libxml-atom-perl/trunk/debian/control Mon Aug 21 21:05:38 2006
@@ -1,0 +1,16 @@
+Source: libxml-atom-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: perl (>= 5.8.0-7), debhelper (>= 4.0.2), libxml-libxml-perl (>=1.54), liburi-perl, libwww-perl, liblwp-authen-wsse-perl, libdigest-sha1-perl, libdatetime-perl, libhtml-parser-perl, libxml-libxslt-perl
+Maintainer: Tim Peeler <thp at linuxforce.net>
+Standards-Version: 3.6.2
+
+Package: libxml-atom-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libxml-libxml-perl (>= 1.54), liblwp-authen-wsse-perl, liburi-perl, libwww-perl, libdigest-sha1-perl, libhtml-parser-perl, libxml-libxslt-perl, libdatetime-perl
+Description:  Atom feed and API implementation
+ Atom is a syndication, API, and archiving format for weblogs and other
+ data. XML::Atom implements the feed format as well as a client for the
+ API.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: packages/libxml-atom-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/copyright?rev=3496&op=file
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/copyright (added)
+++ packages/libxml-atom-perl/trunk/debian/copyright Mon Aug 21 21:05:38 2006
@@ -1,0 +1,17 @@
+This is the debian package for the XML-Atom module.
+It was created by Tim Peeler <thp at linuxforce.net> using dh-make-perl.
+
+Upstream Author: Benjamin Trott <cpan at stupidfool.org>
+
+License: 
+
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+See http://www.perl.com/perl/misc/Artistic.html
+
+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: packages/libxml-atom-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-atom-perl/trunk/debian/rules?rev=3496&op=file
==============================================================================
--- packages/libxml-atom-perl/trunk/debian/rules (added)
+++ packages/libxml-atom-perl/trunk/debian/rules Mon Aug 21 21:05:38 2006
@@ -1,0 +1,90 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# 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
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)"
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	-$(MAKE) distclean
+	
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	#$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	
+	# As this is a architecture independent package, we are not supposed to install
+	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README ToDo
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+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: packages/libxml-atom-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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