--- libbiblio-endnotestyle-perl-0.05.orig/debian/control +++ libbiblio-endnotestyle-perl-0.05/debian/control @@ -0,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 +Uploaders: Vincent Danjean +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.) --- libbiblio-endnotestyle-perl-0.05.orig/debian/endnote-format.1 +++ libbiblio-endnotestyle-perl-0.05/debian/endnote-format.1 @@ -0,0 +1,31 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH "ENDNOTE-FORMAT" "1" "05/16/2008" +.\" +.SH NAME +endnote-format \- frontend to the Biblio::EndnoteStyle perl package +.SH SYNOPSIS +.B endnote-format +.RI [ options ] 'template' key1 val1 [keyN valN] ... +.SH DESCRIPTION +This manual page documents briefly the +.B endnote-format +commands. +.PP +\fBBiblio::EndnoteStyle\fP is a small perl module that 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 +.B endnote-format +command is a frontend to this perl module. +.SH OPTIONS +This program follows the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.TP +.B \-d +dump compiled recipe to standard error +.SH AUTHOR +endnote-format was written by Mike Taylor. +.PP +This manual page was written by Vincent Danjean , +for the Debian project (but may be used by others). --- libbiblio-endnotestyle-perl-0.05.orig/debian/rules +++ libbiblio-endnotestyle-perl-0.05/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt 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_installman debian/endnote-format.1 + 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 --- libbiblio-endnotestyle-perl-0.05.orig/debian/changelog +++ libbiblio-endnotestyle-perl-0.05/debian/changelog @@ -0,0 +1,6 @@ +libbiblio-endnotestyle-perl (0.05-1) unstable; urgency=low + + * Initial Release (Closes: #481450) + * Minimal manpage added + + -- Vincent Danjean Fri, 16 May 2008 09:43:48 +0200 --- libbiblio-endnotestyle-perl-0.05.orig/debian/compat +++ libbiblio-endnotestyle-perl-0.05/debian/compat @@ -0,0 +1 @@ +5 --- libbiblio-endnotestyle-perl-0.05.orig/debian/copyright +++ libbiblio-endnotestyle-perl-0.05/debian/copyright @@ -0,0 +1,19 @@ +This is the debian package for the Biblio-EndnoteStyle module. +It was created by Vincent Danjean using dh-make-perl. + +It was downloaded from http://search.cpan.org/dist/Biblio-EndnoteStyle/ + +Copyright (C) 2007 by Mike Taylor + +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 and +is licensed under the same terms as the software itself (see above). --- libbiblio-endnotestyle-perl-0.05.orig/debian/watch +++ libbiblio-endnotestyle-perl-0.05/debian/watch @@ -0,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)$