r11212 - in /trunk/libxml-atom-service-perl/debian: ./ changelog compat control copyright rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sun Dec 16 01:45:55 UTC 2007


Author: hanska-guest
Date: Sun Dec 16 01:45:55 2007
New Revision: 11212

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

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

Added: trunk/libxml-atom-service-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-atom-service-perl/debian/changelog?rev=11212&op=file
==============================================================================
--- trunk/libxml-atom-service-perl/debian/changelog (added)
+++ trunk/libxml-atom-service-perl/debian/changelog Sun Dec 16 01:45:55 2007
@@ -1,0 +1,7 @@
+libxml-atom-service-perl (0.15.4-1) unstable; urgency=low
+
+  NEEDS libxml-atom-perl > 0.27 (0.28 needs dependency)
+  
+  * Initial Release.
+
+ -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 02:20:50 +0100

Added: trunk/libxml-atom-service-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-atom-service-perl/debian/compat?rev=11212&op=file
==============================================================================
--- trunk/libxml-atom-service-perl/debian/compat (added)
+++ trunk/libxml-atom-service-perl/debian/compat Sun Dec 16 01:45:55 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libxml-atom-service-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-atom-service-perl/debian/control?rev=11212&op=file
==============================================================================
--- trunk/libxml-atom-service-perl/debian/control (added)
+++ trunk/libxml-atom-service-perl/debian/control Sun Dec 16 01:45:55 2007
@@ -1,0 +1,26 @@
+Source: libxml-atom-service-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino at gmail.com>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/XML-Atom-Service/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-atom-service-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/
+
+Package: libxml-atom-service-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libversion-perl, libxml-atom-perl (>= 0.25),
+ libtest-perl-critic-perl
+Description: Atom Service Document object
+ XML::Atom::Service is a Service Document implementation. In the Atom
+ Publishing Protocol, a client needs to first discover the capabilities
+ and locations of Collections. The Service Document is designed to
+ support this discovery process. The document describes the location and
+ capabilities of Collections.
+ .
+ The Atom Publishing Protocol introduces some new XML elements, such as 
+ app:edited and app:draft, which are imported into XML::Atom. See 
+ XML::Atom::Atompub in detail.

Added: trunk/libxml-atom-service-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-atom-service-perl/debian/copyright?rev=11212&op=file
==============================================================================
--- trunk/libxml-atom-service-perl/debian/copyright (added)
+++ trunk/libxml-atom-service-perl/debian/copyright Sun Dec 16 01:45:55 2007
@@ -1,0 +1,21 @@
+This is the debian package for the XML-Atom-Service module.
+It was created by David Paleino <d.paleino at gmail.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/XML-Atom-Service/
+
+The upstream author is: Takeru INOUE <takeru.inoue at gmail.com>.
+
+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'.
+
+The Debian packaging is (C) 2007, David Paleino <d.paleino at gmail.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libxml-atom-service-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-atom-service-perl/debian/rules?rev=11212&op=file
==============================================================================
--- trunk/libxml-atom-service-perl/debian/rules (added)
+++ trunk/libxml-atom-service-perl/debian/rules Sun Dec 16 01:45:55 2007
@@ -1,0 +1,77 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	#$(PERL) Build test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installchangelogs Changes
+	dh_perl
+	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: trunk/libxml-atom-service-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-atom-service-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-atom-service-perl/debian/watch?rev=11212&op=file
==============================================================================
--- trunk/libxml-atom-service-perl/debian/watch (added)
+++ trunk/libxml-atom-service-perl/debian/watch Sun Dec 16 01:45:55 2007
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/XML-Atom-Service/ .*/XML-Atom-Service-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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