[librtf-document-perl] 02/05: Imported Debian patch 0.64-7

Axel Beckert abe at deuxchevaux.org
Tue Jul 21 18:52:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 0c3eaced6db3bbf435dc39d9e4e7a32d744b2b92
Author: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
Date:   Fri Jun 27 11:29:16 2003 +0200

    Imported Debian patch 0.64-7
---
 debian/changelog | 26 ++++++++++++++++++++++++++
 debian/control   |  8 ++++----
 debian/copyright | 17 ++++++++++++++---
 debian/rules     | 16 ++++++++--------
 4 files changed, 52 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d17a929..39dc44c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+librtf-document-perl (0.64-7) unstable; urgency=low
+
+  * debian/control - changed Standards-Version to 3.5.8.0
+  * debian/copyright - file was updated to meet new standard
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Fri, 27 Jun 2003 11:29:16 +0200
+
+librtf-document-perl (0.64-6) unstable; urgency=low
+
+  * debian/control - changed Standards-Version to 3.5.8.0 and Section to perl
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 29 May 2003 14:14:35 +0200
+
+librtf-document-perl (0.64-5) unstable; urgency=low
+
+  * Typo fixed in rules file
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon,  2 Sep 2002 11:50:57 +0200
+
+librtf-document-perl (0.64-4) unstable; urgency=low
+
+  * New rules file (based on libmd5-perl)
+  * link to Artistic in copyright (closes: #157646) 
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon,  2 Sep 2002 11:39:43 +0200
+
 librtf-document-perl (0.64-3) unstable; urgency=low
 
   * rules file was rewriten
diff --git a/debian/control b/debian/control
index 45cc752..ac895ea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: librtf-document-perl
-Section: interpreters
+Section: perl
 Priority: extra
 Maintainer: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Build-Depends-Indep: debhelper (>> 3.0.0), perl5, libconvert-units-perl (>= 0.43)
-Standards-Version: 3.5.2
+Build-Depends-Indep: perl5, debhelper (>> 3.0.0), libconvert-units-perl (>= 0.43)
+Standards-Version: 3.5.10
 
 Package: librtf-document-perl
 Architecture: all
-Depends: perl5, libconvert-units-perl (>= 0.43)
+Depends: ${perl:Depends}, libconvert-units-perl (>= 0.43)
 Description: Perl extension for generating Rich Text (RTF) Files
  RTF::Document is a module for generating Rich Text Format (RTF) 
  documents that can be used by most text converters and word processors.
diff --git a/debian/copyright b/debian/copyright
index bd2e827..fa75d51 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,17 @@ It was downloaded from ftp://ftp.cpan.org/authors/id/R/RR/RRWO/RTF-Document-0.64
 Upstream author: Robert Rothenberg <wlkngowl at unix.asb.com>  
       
 Copyright:    
-Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.   
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.  
+Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the terms of either:
+       
+   a) the GNU General Public License as published by the Free Software
+      Foundation; either version 1, or (at your option) any later
+      version, or
+		 
+   b) the "Artistic License" which comes with Perl.
+			     
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL' and
+the Artistic Licence in /usr/share/common-licenses/Artistic'.
diff --git a/debian/rules b/debian/rules
index 16a9a50..1e92e25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,30 +24,30 @@ binary-stamp: binary-indep binary-arch
 binary-arch: binary-arch-stamp
 binary-arch-stamp: arrange
 	dh_testdir
+	touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+	dh_testdir
 	dh_testroot
-	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
+	dh_link
+	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_strip
 	dh_installdeb
 	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
-	touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-	dh_testdir
 	touch binary-indep-stamp
 
 build: build-stamp
 build-stamp: config
 	dh_testdir
-	$(MAKE) LDLOADLIBS=-lc
+	$(MAKE)
 	$(MAKE) test
 	touch build-stamp
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librtf-document-perl.git



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