[libconvert-units-perl] 03/17: Imported Debian patch 0.43-7

Damyan Ivanov dmn at moszumanska.debian.org
Tue Jul 21 20:20:21 UTC 2015


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

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit b638f71dc97977067d021dd110f0c284f7125663
Author: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
Date:   Fri Jun 27 11:23:54 2003 +0200

    Imported Debian patch 0.43-7
---
 debian/changelog | 20 ++++++++++++++++++++
 debian/control   |  2 +-
 debian/copyright | 17 ++++++++++++++---
 debian/rules     | 16 ++++++++--------
 4 files changed, 43 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3db0738..2f802b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+libconvert-units-perl (0.43-7) unstable; urgency=low
+
+  * debian/copyright - file was updated to meet new standard
+  * debian/control - changed Standards-Version to 3.5.10
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Fri, 27 Jun 2003 11:23:54 +0200
+
+libconvert-units-perl (0.43-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:09:21 +0200
+
+libconvert-units-perl (0.43-5) unstable; urgency=low
+
+  * new rules file (based on libmd5-perl) build with binary-indep (closes: #157470)
+  * link to LICENCE in copyright (closes: #157559)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon,  2 Sep 2002 11:20:20 +0200
+
 libconvert-units-perl (0.43-4) unstable; urgency=low
 
   * rules file was rewritten
diff --git a/debian/control b/debian/control
index 7d368c3..0559d7d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: interpreters
 Priority: extra
 Maintainer: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Build-Depends-Indep: debhelper (>> 3.0.0), perl5
-Standards-Version: 3.5.2
+Standards-Version: 3.5.10
 
 Package: libconvert-units-perl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 14c50fc..c55104e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,6 +8,17 @@ Upstream Author: Robert Rothenberg <wlkngowl at unix.asb.com>
 
 Copyright:
 
-Copyright (c) 1999 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 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 e845a8f..90d97a6 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/libconvert-units-perl.git



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