r23253 - in /trunk/libauthen-bitcard-perl/debian: changelog compat control copyright rules
yvesago-guest at users.alioth.debian.org
yvesago-guest at users.alioth.debian.org
Tue Jul 15 14:33:11 UTC 2008
Author: yvesago-guest
Date: Tue Jul 15 14:33:06 2008
New Revision: 23253
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23253
Log:
* control,compat: bump to debhelper 7
add missing dep on libclass-errorhandler-perl, libmath-bigint-gmp-perl, test-pod
* rules: refresh to dh 7, remove Sau/Client.pm a transitional package
* copyright: switch to proposal but cut to 80 char as lintian complains,
there's a "Parts are Copyright 2004 Six Apart Ltd..." I keep it in copyright
but I don't find this parts (?)
Modified:
trunk/libauthen-bitcard-perl/debian/changelog
trunk/libauthen-bitcard-perl/debian/compat
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=23253&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/changelog (original)
+++ trunk/libauthen-bitcard-perl/debian/changelog Tue Jul 15 14:33:06 2008
@@ -1,5 +1,5 @@
libauthen-bitcard-perl (0.86-1) unstable; urgency=low
- * Initial Release.
+ * Initial Release. (Closes: #490932)
-- AGOSTINI Yves <agostini at univ-metz.fr> Tue, 15 Jul 2008 14:19:39 +0200
Modified: trunk/libauthen-bitcard-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/compat?rev=23253&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/compat (original)
+++ trunk/libauthen-bitcard-perl/debian/compat Tue Jul 15 14:33:06 2008
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libauthen-bitcard-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/control?rev=23253&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/control (original)
+++ trunk/libauthen-bitcard-perl/debian/control Tue Jul 15 14:33:06 2008
@@ -1,15 +1,21 @@
Source: libauthen-bitcard-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
-Maintainer: AGOSTINI Yves <agostini at univ-metz.fr>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), liburi-perl (>= 1.22), libwww-perl,
+ libdigest-sha1-perl, libtest-pod-coverage-perl, libclass-errorhandler-perl,
+ libmath-bigint-gmp-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Authen-Bitcard/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-bitcard-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/
Package: libauthen-bitcard-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl (>= 1.22), libwww-perl, libdigest-sha1-perl, libwww-perl
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl (>= 1.22), libwww-perl,
+ libdigest-sha1-perl, libclass-errorhandler-perl, libmath-bigint-gmp-perl
Description: Bitcard authentication verification
Authen::Bitcard is an implementation of verification for signatures
generated by Bitcard authentication. For information on the Bitcard
@@ -19,5 +25,3 @@
The module and the protocol are heavily based on Authen::Typekey.
(In fact, the Bitcard authentication server also supports the TypeKey
API!)
- .
- This description was automagically extracted from the module by dh-make-perl.
Modified: trunk/libauthen-bitcard-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/copyright?rev=23253&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/copyright (original)
+++ trunk/libauthen-bitcard-perl/debian/copyright Tue Jul 15 14:33:06 2008
@@ -1,13 +1,23 @@
-This is the debian package for the Authen-Bitcard module.
-It was created by AGOSTINI Yves <agostini at univ-metz.fr> using dh-make-perl.
+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>
-It was downloaded from http://search.cpan.org/dist/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.
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if you don't want to get into legal troubles.
+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.
-
-
-The Debian packaging is (C) 2008, AGOSTINI Yves <agostini at univ-metz.fr> and
-is licensed under the same terms as the software itself (see above).
+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'.
Modified: trunk/libauthen-bitcard-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/rules?rev=23253&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/rules (original)
+++ trunk/libauthen-bitcard-perl/debian/rules Tue Jul 15 14:33:06 2008
@@ -1,63 +1,25 @@
#!/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
-
-PERL ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
- dh_testdir
- # Add commands to compile the package here
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE)
- $(MAKE) test
+ dh build
touch $@
clean:
- dh_testdir
- dh_testroot
- dh_clean build-stamp install-stamp
- # Add commands to clean up after the build process here
- [ ! -f Makefile ] || $(MAKE) realclean
+ dh $@
install: install-stamp
install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- # Add commands to install the package into $(TMP) here
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
- [ ! -d $(TMP)/usr/lib/perl5 ] || \
- rmdir --ignore-fail-on-non-empty --parents --verbose \
- $(TMP)/usr/lib/perl5
+ dh install
+ # remove a transitional package
+ rm -rf debian/libauthen-bitcard-perl/usr/share/perl5/Sau
touch $@
binary-arch:
-# We have nothing to do here for an architecture-independent package
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+binary-indep: install
+ dh $@
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list