r12690 - in /trunk/libpostscript-perl/debian: changelog control copyright rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Mon Jan 14 08:55:56 UTC 2008


Author: hanska-guest
Date: Mon Jan 14 08:55:56 2008
New Revision: 12690

URL: http://svn.debian.org/wsvn/?sc=1&rev=12690
Log:
* Initial Release (Closes: #460622)

Modified:
    trunk/libpostscript-perl/debian/changelog
    trunk/libpostscript-perl/debian/control
    trunk/libpostscript-perl/debian/copyright
    trunk/libpostscript-perl/debian/rules

Modified: trunk/libpostscript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/changelog?rev=12690&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/changelog (original)
+++ trunk/libpostscript-perl/debian/changelog Mon Jan 14 08:55:56 2008
@@ -1,12 +1,5 @@
-libpostscript-perl (0.06-1) UNRELEASED; urgency=low
+libpostscript-perl (0.06-1) unstable; urgency=low
 
-  NEEDS WORK:
-  - ITP?
-  - improve debian/watch
-  - debian/rules: missing patch target; unneeded variables for build
-  - debian/copyright: upstream source location doesn't work
-  (maybe more :))
-  
-  * Initial Release.
+  * Initial Release (Closes: #460622)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 17 Nov 2007 19:12:43 +0100
+ -- David Paleino <d.paleino at gmail.com>  Mon, 14 Jan 2008 09:55:23 +0100

Modified: trunk/libpostscript-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/control?rev=12690&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/control (original)
+++ trunk/libpostscript-perl/debian/control Mon Jan 14 08:55:56 2008
@@ -5,7 +5,7 @@
 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
+Standards-Version: 3.7.3
 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/
@@ -17,6 +17,6 @@
 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,
+ With PostScript::Element you can represent circles, boxes, lines and images
+ such that they can be easily output as PostScript code.
+ With PostScript::TextBlock you can write text blocks into your output file.

Modified: trunk/libpostscript-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/copyright?rev=12690&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/copyright (original)
+++ trunk/libpostscript-perl/debian/copyright Mon Jan 14 08:55:56 2008
@@ -1,7 +1,7 @@
 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/
+It was downloaded from http://search.cpan.org/dist/PostScript/
 
 The upstream author is: 
 
@@ -31,4 +31,5 @@
 PostScript is a trademark of Adobe Systems.
 
 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).
+is licensed under the GNU General Public License v3 or any later version
+(see above).

Modified: trunk/libpostscript-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpostscript-perl/debian/rules?rev=12690&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/rules (original)
+++ trunk/libpostscript-perl/debian/rules Mon Jan 14 08:55:56 2008
@@ -21,13 +21,11 @@
 
 include /usr/share/quilt/quilt.make
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
-	$(PERL) Makefile.PL INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/share/perl5/ \
-		VENDORARCHEXP=/usr/share/perl5/
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 
@@ -48,6 +46,7 @@
 	dh_clean -k
 
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
 	-rm -rf $(TMP)/usr/share/perl5/PostScript/example.pl
 	




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