r44381 - in /trunk/libauthen-bitcard-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 20 04:53:47 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 20 04:53:41 2009
New Revision: 44381

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44381
Log:
This release is mainly doc fixes, and shouldn't affect anything
IGNORE-VERSION: 0.87-1
* Use an override to remove transitional Sau::Client file

Modified:
    trunk/libauthen-bitcard-perl/debian/changelog
    trunk/libauthen-bitcard-perl/debian/control
    trunk/libauthen-bitcard-perl/debian/copyright
    trunk/libauthen-bitcard-perl/debian/rules

Modified: trunk/libauthen-bitcard-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/changelog?rev=44381&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/changelog (original)
+++ trunk/libauthen-bitcard-perl/debian/changelog Sun Sep 20 04:53:41 2009
@@ -1,11 +1,13 @@
 libauthen-bitcard-perl (0.87-1) UNRELEASED; urgency=low
 
-  TODO: fix copyright file; verify if rules is OK
+  This release is mainly doc fixes, and shouldn't affect anything
+  IGNORE-VERSION: 0.87-1
 
   [ Jonathan Yu ]
   * New upstream release
   * Standards-Version 3.8.3 (drop perl version dependency)
   * Add myself to Uploaders
+  * Use an override to remove transitional Sau::Client file
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libauthen-bitcard-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/control?rev=44381&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/control (original)
+++ trunk/libauthen-bitcard-perl/debian/control Sun Sep 20 04:53:41 2009
@@ -1,7 +1,7 @@
 Source: libauthen-bitcard-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, liburi-perl (>= 1.22), libwww-perl, 
  libdigest-sha1-perl, libtest-pod-coverage-perl, libclass-errorhandler-perl,
  libmath-bigint-gmp-perl, libtest-pod-perl

Modified: trunk/libauthen-bitcard-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/copyright?rev=44381&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/copyright (original)
+++ trunk/libauthen-bitcard-perl/debian/copyright Sun Sep 20 04:53:41 2009
@@ -1,23 +1,31 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat rev=102
-Debianized-By: AGOSTINI Yves <agostini at univ-metz.fr>
-Debianized-Date: Tue, 15 Jul 2008 15:52:04 +0200
-Original-Source-Location: http://search.cpan.org/dist/Net-OAuth/
-Upstream-Author: Ask Bjorn Hansen <ask at develooper.com>
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ask Bjørn Hansen <ask at perl.org>
+Upstream-Source: http://search.cpan.org/dist/Authen-Bitcard
+Upstream-Name: Authen-Bitcard
 
 Files: *
-Copyright: Copyright 2004-2005 Develooper LLC, ask at develooper.com,
- Parts are Copyright 2004 Six Apart Ltd, cpan at sixapart.com
-License: GPL-1+ | Artistic
- Authen::Bitcard is free software; you may redistribute it and/or modify it
- under the same terms as Perl itself.
+Copyright: 2004-2006, Develooper LLC <ask at develooper.com>
+ 2004, Six Apart Ltd <cpan at sixapart.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: Copyright 2008 Debian Perl Group
- <pkg-perl-maintainers at lists.alioth.debian.org>
-License: GPL-1+ | Artistic
- The Debian packaging is put under the same terms as the module itself.
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2008, AGOSTINI Yves <agostini at univ-metz.fr>
+License: Artistic | GPL-1+
 
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  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'. 
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
+

Modified: trunk/libauthen-bitcard-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/rules?rev=44381&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/rules (original)
+++ trunk/libauthen-bitcard-perl/debian/rules Sun Sep 20 04:53:41 2009
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf $(TMP)/usr/share/perl5/Sau




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