r8805 - in /trunk/libpostscript-perl/debian: ./ changelog compat control copyright patches/ patches/fix-interpreter.patch patches/series rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sat Nov 3 23:25:30 UTC 2007


Author: hanska-guest
Date: Sat Nov  3 23:25:29 2007
New Revision: 8805

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

Added:
    trunk/libpostscript-perl/debian/
    trunk/libpostscript-perl/debian/changelog
    trunk/libpostscript-perl/debian/compat
    trunk/libpostscript-perl/debian/control
    trunk/libpostscript-perl/debian/copyright
    trunk/libpostscript-perl/debian/patches/
    trunk/libpostscript-perl/debian/patches/fix-interpreter.patch
    trunk/libpostscript-perl/debian/patches/series
    trunk/libpostscript-perl/debian/rules   (with props)
    trunk/libpostscript-perl/debian/watch

Added: trunk/libpostscript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/changelog?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/changelog (added)
+++ trunk/libpostscript-perl/debian/changelog Sat Nov  3 23:25:29 2007
@@ -1,0 +1,5 @@
+libpostscript-perl (0.06-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- David Paleino <d.paleino at gmail.com>  Sat, 03 Nov 2007 21:49:43 +0100

Added: trunk/libpostscript-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/compat?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/compat (added)
+++ trunk/libpostscript-perl/debian/compat Sat Nov  3 23:25:29 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libpostscript-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/control?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/control (added)
+++ trunk/libpostscript-perl/debian/control Sat Nov  3 23:25:29 2007
@@ -1,0 +1,22 @@
+Source: libpostscript-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends-Indep: perl (>= 5.8.8-11.1)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino at gmail.com>
+Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/dist/PostScript/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpostscript-document-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpostscript-document-perl/
+
+Package: libpostscript-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Recommends: gs-gpl
+Description: handle PostScript code
+ This package lets you handle PostScript files within a Perl script.
+ .
+ With PostScript::Element you can draw simple elements: circles, boxes and
+ lines.
+ With PostScript::TextBlock you can write text blocks into your output file,

Added: trunk/libpostscript-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/copyright?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/copyright (added)
+++ trunk/libpostscript-perl/debian/copyright Sat Nov  3 23:25:29 2007
@@ -1,0 +1,16 @@
+This is the debian package for the PostScript::Document 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/PostScript::Document/
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is: 
+
+Shawn Wallace (shawn at as220.org).
+
+
+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/libpostscript-perl/debian/patches/fix-interpreter.patch
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/patches/fix-interpreter.patch?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/patches/fix-interpreter.patch (added)
+++ trunk/libpostscript-perl/debian/patches/fix-interpreter.patch Sat Nov  3 23:25:29 2007
@@ -1,0 +1,10 @@
+Index: PostScript-0.06/example.pl
+===================================================================
+--- PostScript-0.06.orig/example.pl	2007-11-04 00:15:43.000000000 +0100
++++ PostScript-0.06/example.pl	2007-11-04 00:15:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+ 
+ use strict;
+ use PostScript::TextBlock;

Added: trunk/libpostscript-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/patches/series?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/patches/series (added)
+++ trunk/libpostscript-perl/debian/patches/series Sat Nov  3 23:25:29 2007
@@ -1,0 +1,1 @@
+fix-interpreter.patch

Added: trunk/libpostscript-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/rules?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/rules (added)
+++ trunk/libpostscript-perl/debian/rules Sat Nov  3 23:25:29 2007
@@ -1,0 +1,75 @@
+#!/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)
+
+include /usr/share/quilt/quilt.make
+
+build: patch build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+		INSTALLVENDORARCH=/usr/share/perl5/ \
+		VENDORARCHEXP=/usr/share/perl5/
+	$(MAKE)
+	$(MAKE) test
+
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	-rm -rf $(TMP)/usr/share/perl5/PostScript/example.pl
+	
+	touch $@
+
+binary-arch:
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples example.pl example.txt
+	dh_installdocs README
+	dh_installchangelogs 
+	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/libpostscript-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpostscript-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/watch?rev=8805&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/watch (added)
+++ trunk/libpostscript-perl/debian/watch Sat Nov  3 23:25:29 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/PostScript/ .*/PostScript-([[:digit:]].*)\.tar\.gz




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