Codebase list libexception-class-dbi-perl / ad11513
[svn-inject] Applying Debian modifications (1.00-1) to trunk Nicholas Bamber 13 years ago
7 changed file(s) with 62 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libexception-class-dbi-perl (1.00-1) UNRELEASED; urgency=low
1
2 * Initial Release. (Closes: #510074)
3
4 -- Nicholas Bamber <nicholas@periapt.co.uk> Fri, 6 Aug 2010 23:47:07 +0100
0 Source: libexception-class-dbi-perl
1 Section: perl
2 Priority: optional
3 Build-Depends: debhelper (>= 7.0.17), perl
4 Build-Depends-Indep: libdbi-perl (>= 1.28), libexception-class-perl (>= 1.02),
5 perl (>= 5.10.0) | libmodule-build-perl (>= 0.2701)
6 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
8 Standards-Version: 3.9.1
9 Homepage: http://search.cpan.org/dist/Exception-Class-DBI/
10 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libexception-class-dbi-perl/
11 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libexception-class-dbi-perl/
12
13 Package: libexception-class-dbi-perl
14 Architecture: all
15 Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl (>= 1.28),
16 libexception-class-perl (>= 1.02)
17 Description: exception objects customized for DBI
18 These exception objects fit into the Exception::Class hierarchy but are
19 thrown in certain DBI specific contexts. So be setting a handler during the
20 database connection call database error handling can be simplified.
0 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
1 Maintainer: David Wheeler <david@kineticode.com>
2 Source: http://search.cpan.org/dist/Exception-Class-DBI/
3 Name: Exception-Class-DBI
4
5 Files: *
6 Copyright: David Wheeler <david@kineticode.com>
7 License: Artistic or GPL-1+
8
9 Files: debian/*
10 Copyright: 2010, Nicholas Bamber <nicholas@periapt.co.uk>
11 License: Artistic or GPL-1+
12
13 License: Artistic
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the Artistic License, which comes with Perl.
16 .
17 On Debian GNU/Linux systems, the complete text of the Artistic License
18 can be found in `/usr/share/common-licenses/Artistic'.
19
20 License: GPL-1+
21 This program is free software; you can redistribute it and/or modify
22 it under the terms of the GNU General Public License as published by
23 the Free Software Foundation; either version 1, or (at your option)
24 any later version.
25 .
26 On Debian GNU/Linux systems, the complete text of version 1 of the
27 General Public License can be found in `/usr/share/common-licenses/GPL-1'.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 version=3
1 http://search.cpan.org/dist/Exception-Class-DBI/ .*/Exception-Class-DBI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$