r19993 - in /trunk/libbiblio-endnotestyle-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Fri May 16 08:03:58 UTC 2008


Author: vdanjean
Date: Fri May 16 08:03:58 2008
New Revision: 19993

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

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

Added: trunk/libbiblio-endnotestyle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbiblio-endnotestyle-perl/debian/changelog?rev=19993&op=file
==============================================================================
--- trunk/libbiblio-endnotestyle-perl/debian/changelog (added)
+++ trunk/libbiblio-endnotestyle-perl/debian/changelog Fri May 16 08:03:58 2008
@@ -1,0 +1,5 @@
+libbiblio-endnotestyle-perl (0.05-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Vincent Danjean <vdanjean at debian.org>  Fri, 16 May 2008 09:43:48 +0200

Added: trunk/libbiblio-endnotestyle-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbiblio-endnotestyle-perl/debian/compat?rev=19993&op=file
==============================================================================
--- trunk/libbiblio-endnotestyle-perl/debian/compat (added)
+++ trunk/libbiblio-endnotestyle-perl/debian/compat Fri May 16 08:03:58 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libbiblio-endnotestyle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbiblio-endnotestyle-perl/debian/control?rev=19993&op=file
==============================================================================
--- trunk/libbiblio-endnotestyle-perl/debian/control (added)
+++ trunk/libbiblio-endnotestyle-perl/debian/control Fri May 16 08:03:58 2008
@@ -1,0 +1,28 @@
+Source: libbiblio-endnotestyle-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbiblio-endnotestyle-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libbiblio-endnotestyle-perl/
+Homepage: http://search.cpan.org/dist/Biblio-EndnoteStyle/
+
+Package: libbiblio-endnotestyle-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Reference formatting using Endnote-like templates
+ This small module provides a way of formatting bibliographic
+ references using style templates similar to those used by the popular
+ reference management software Endnote (http://www.endnote.com/).  The
+ API is embarrassingly simple: a formatter object is made using the
+ class's constructor, the new() method; format() may then be
+ repeatedly called on this object, using the same or different
+ templates.
+ .
+ (The sole purpose of the object is to cache compiled templates so that
+ multiple format() invocations are more efficient than they would
+ otherwise be. Apart from that, the API might just as well have been a
+ single function.)

Added: trunk/libbiblio-endnotestyle-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbiblio-endnotestyle-perl/debian/copyright?rev=19993&op=file
==============================================================================
--- trunk/libbiblio-endnotestyle-perl/debian/copyright (added)
+++ trunk/libbiblio-endnotestyle-perl/debian/copyright Fri May 16 08:03:58 2008
@@ -1,0 +1,19 @@
+This is the debian package for the Biblio-EndnoteStyle module.
+It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Biblio-EndnoteStyle/
+
+Copyright (C) 2007 by Mike Taylor <mike at miketaylor.org.uk>
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.7 or,
+at your option, any later version of Perl 5 you may have available.
+
+Perl is distributed under either the Artistic licence or the GPL.
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+
+The Debian packaging is (C) 2008, Vincent Danjean <vdanjean at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libbiblio-endnotestyle-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbiblio-endnotestyle-perl/debian/rules?rev=19993&op=file
==============================================================================
--- trunk/libbiblio-endnotestyle-perl/debian/rules (added)
+++ trunk/libbiblio-endnotestyle-perl/debian/rules Fri May 16 08:03:58 2008
@@ -1,0 +1,63 @@
+#!/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
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	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_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libbiblio-endnotestyle-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libbiblio-endnotestyle-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbiblio-endnotestyle-perl/debian/watch?rev=19993&op=file
==============================================================================
--- trunk/libbiblio-endnotestyle-perl/debian/watch (added)
+++ trunk/libbiblio-endnotestyle-perl/debian/watch Fri May 16 08:03:58 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Biblio-EndnoteStyle/   .*/Biblio-EndnoteStyle-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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