r4743 - in /packages/libpdf-create-perl/trunk: MANIFEST debian/ debian/changelog debian/compat debian/control debian/copyright debian/patches/ debian/patches/manpage.patch debian/patches/series debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Jan 20 19:34:11 CET 2007


Author: vdanjean
Date: Sat Jan 20 19:34:11 2007
New Revision: 4743

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

Added:
    packages/libpdf-create-perl/trunk/debian/
    packages/libpdf-create-perl/trunk/debian/changelog
    packages/libpdf-create-perl/trunk/debian/compat
    packages/libpdf-create-perl/trunk/debian/control
    packages/libpdf-create-perl/trunk/debian/copyright
    packages/libpdf-create-perl/trunk/debian/patches/
    packages/libpdf-create-perl/trunk/debian/patches/manpage.patch
    packages/libpdf-create-perl/trunk/debian/patches/series
    packages/libpdf-create-perl/trunk/debian/rules   (with props)
    packages/libpdf-create-perl/trunk/debian/watch
Removed:
    packages/libpdf-create-perl/trunk/MANIFEST

Added: packages/libpdf-create-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/changelog?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/changelog (added)
+++ packages/libpdf-create-perl/trunk/debian/changelog Sat Jan 20 19:34:11 2007
@@ -1,0 +1,29 @@
+libpdf-create-perl (0.06.1b-4) unstable; urgency=low
+
+  * [debian/copyright] add copyright for Debian packaging
+
+ -- Vincent Danjean <Vincent.Danjean at ens-lyon.org>  Wed, 17 May 2006 00:13:45 +0200
+
+libpdf-create-perl (0.06.1b-3) unstable; urgency=low
+
+  * [debian/compat] debhelper compat version dumped to 5
+  * [debian/control] Standard-Version set to 3.7.2 (no changes required)
+
+ -- Vincent Danjean <Vincent.Danjean at ens-lyon.org>  Sun, 14 May 2006 21:30:25 +0200
+
+libpdf-create-perl (0.06.1b-2) unstable; urgency=low
+
+  * Initial release. (Closes: #361159: ITP: libpdf-create-perl -- create
+    PDF files - Debian Bug report logs)
+  * Fix Build-Depends/Build-Depends-Indep as some packages are needed in the
+    clean target
+
+ -- Vincent Danjean <Vincent.Danjean at ens-lyon.org>  Tue, 25 Apr 2006 16:01:40 +0200
+
+libpdf-create-perl (0.06.1b-1) unstable; urgency=low
+
+  * Removing the MANIFEST file during the build of the package as it is
+    completly broken (it is a tar.gz file of the upstream directory !)
+
+ -- Vincent Danjean <Vincent.Danjean at ens-lyon.org>  Fri,  7 Apr 2006 01:06:26 +0200
+

Added: packages/libpdf-create-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/compat?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/compat (added)
+++ packages/libpdf-create-perl/trunk/debian/compat Sat Jan 20 19:34:11 2007
@@ -1,0 +1,1 @@
+5

Added: packages/libpdf-create-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/control?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/control (added)
+++ packages/libpdf-create-perl/trunk/debian/control Sat Jan 20 19:34:11 2007
@@ -1,0 +1,24 @@
+Source: libpdf-create-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), quilt, cdbs
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
+Standards-Version: 3.7.2
+
+Package: libpdf-create-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends} 
+Description: Create PDF files
+ PDF::Create allows you to create PDF documents using a large number
+ of primitives, and emit the result as a PDF file or stream.
+ PDF stands for Portable Document Format.
+ .
+ Documents can have several pages, a table of content, an information
+ section and many other PDF elements. More functionnalities will be
+ added as needs arise.
+ .
+ Documents are constructed on the fly so the memory footprint is not
+ tied to the size of the pages but only to their number.
+ .
+  Homepage: http://sourceforge.net/projects/perl-pdf/

Added: packages/libpdf-create-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/copyright?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/copyright (added)
+++ packages/libpdf-create-perl/trunk/debian/copyright Sat Jan 20 19:34:11 2007
@@ -1,0 +1,25 @@
+This is the debian package for the PDF::Create module.
+It was created by Vincent Danjean <Vincent.Danjean at ens-lyon.org> using dh-make-perl.
+
+It was downloaded from http://sourceforge.net/projects/perl-pdf/
+
+Upstream Authors: Fabien Tassin <fta at sofaraway.org>
+                  Michael Gross <mdgrosse at sbox.tugraz.at>
+
+Copyright 1999-2001 Fabien Tassin
+          2001      Michael Gross
+
+License:
+This module may be used and modified freely, but I do request that
+this copyright notice remain attached to the file. You may
+modify this module as you wish, but if you redistribute a
+modified version, please attach a note listing the modifications
+you have made.
+
+The Debian packaging is licensed under the BSD license, and has
+the following copyright:
+
+Copyright (C) 2006  Vincent Danjean <Vincent.Danjean at ens-lyon.org>
+
+On Debian systems, the complete text of the BSD License can be found
+in `/usr/share/common-licenses/BSD'.

Added: packages/libpdf-create-perl/trunk/debian/patches/manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/patches/manpage.patch?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/patches/manpage.patch (added)
+++ packages/libpdf-create-perl/trunk/debian/patches/manpage.patch Sat Jan 20 19:34:11 2007
@@ -1,0 +1,13 @@
+Index: libpdf-create-perl-0.06.1b/lib/PDF/Create.pm
+===================================================================
+--- libpdf-create-perl-0.06.1b.orig/lib/PDF/Create.pm	2001-11-27 17:17:26.000000000 +0100
++++ libpdf-create-perl-0.06.1b/lib/PDF/Create.pm	2006-04-06 20:41:51.000000000 +0200
+@@ -1262,7 +1262,7 @@
+ 
+ - xscale, yscale: Scaling of image. 1.0 is original size.
+ 
+-- rotate: Rotation of image. 0 is no rotation, 2*pi is 360° rotation.
++- rotate: Rotation of image. 0 is no rotation, 2*pi is 360 degrees rotation.
+ 
+ - xskew, yskew: Skew of image.
+ 

Added: packages/libpdf-create-perl/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/patches/series?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/patches/series (added)
+++ packages/libpdf-create-perl/trunk/debian/patches/series Sat Jan 20 19:34:11 2007
@@ -1,0 +1,1 @@
+manpage.patch

Added: packages/libpdf-create-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/rules?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/rules (added)
+++ packages/libpdf-create-perl/trunk/debian/rules Sat Jan 20 19:34:11 2007
@@ -1,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+pre-build::
+	$(RM) MANIFEST
+clean::
+	$(RM) MANIFEST
+#	$(RM) const-c.inc const-xs.inc

Propchange: packages/libpdf-create-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libpdf-create-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-create-perl/trunk/debian/watch?rev=4743&op=file
==============================================================================
--- packages/libpdf-create-perl/trunk/debian/watch (added)
+++ packages/libpdf-create-perl/trunk/debian/watch Sat Jan 20 19:34:11 2007
@@ -1,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php pdf-create-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/pdf-create-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/pdf-create-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+# http://sf.net/pdf-create/pdf-create-(.*)\.tar\.gz
+http://sf.net/perl-pdf/perl-pdf-(.*)\.tar\.gz
+
+




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