--- libauthen-simple-cdbi-perl-0.2.orig/debian/control +++ libauthen-simple-cdbi-perl-0.2/debian/control @@ -0,0 +1,21 @@ +Source: libauthen-simple-cdbi-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Xavier Oswald +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl, libtest-pod-coverage-perl, libclass-dbi-perl, libdbd-sqlite3-perl, libauthen-simple-perl +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Authen-Simple-CDBI/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-simple-cdbi-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-simple-cdbi-perl/ +XS-DM-Upload-Allowed: yes + +Package: libauthen-simple-cdbi-perl +Architecture: all +Depends: ${perl:Depends}, libauthen-simple-perl, libclass-dbi-perl, libdbd-sqlite3-perl +Description: Simple CDBI authentication + This package allow to use CDBI authentication methods. + . + It uses the libauthen-simple-perl framework. + --- libauthen-simple-cdbi-perl-0.2.orig/debian/rules +++ libauthen-simple-cdbi-perl-0.2/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f + +PACKAGE=$(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +ifndef PERL +PERL = /usr/bin/perl +endif + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + touch $@ + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + TEST_POD=1 $(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + touch $@ + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) realclean + dh_clean build-stamp install-stamp + +binary-arch: build install + +binary: binary-indep binary-arch + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_strip + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: binary clean ibinary-indep binary-arch build clean install --- libauthen-simple-cdbi-perl-0.2.orig/debian/watch +++ libauthen-simple-cdbi-perl-0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Authen-Simple-CDBI/ .*/Authen-Simple-CDBI-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libauthen-simple-cdbi-perl-0.2.orig/debian/changelog +++ libauthen-simple-cdbi-perl-0.2/debian/changelog @@ -0,0 +1,25 @@ +libauthen-simple-cdbi-perl (0.2-2) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. Add XS-DM-Upload-Allowed: yes + * debian/rules: + - delete /usr/lib/perl5 only if it exists (Closes: #467670). + - swap binary-arch and binary-indep, this package is arch:all. + - let install-stamp depend on build-stamp. + - remove OPTIMIZE, this package is still arch:all + - install upstream changelog. + - don't install README anymore, it's just the text version of the POD + documentation. + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 6. + + + -- Xavier Oswald Tue, 26 Feb 2008 22:52:15 +0100 + +libauthen-simple-cdbi-perl (0.2-1) unstable; urgency=low + + * Initial release (Closes: #410670) + + -- Xavier Oswald Mon, 12 Feb 2007 15:20:57 +0100 --- libauthen-simple-cdbi-perl-0.2.orig/debian/compat +++ libauthen-simple-cdbi-perl-0.2/debian/compat @@ -0,0 +1 @@ +6 --- libauthen-simple-cdbi-perl-0.2.orig/debian/copyright +++ libauthen-simple-cdbi-perl-0.2/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Xavier Oswald on +Mon, 12 Feb 2007 15:20:57 +0100 + +It was downloaded from: http://search.cpan.org/~chansen/Authen-Simple-CDBI-0.2/ + +Upstream Author: Christian Hansen + +Copyright: Copyright (c) 2006 Christian Hansen, ch@ngmedia.com + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. + +License: + + 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'.