[libtest-mockdbi-perl] 02/06: Filled in required info in debian/control, debian/copyright and debian/changelog
Christopher Hoskin
christopher.hoskin at gmail.com
Sat Feb 28 17:47:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository libtest-mockdbi-perl.
commit beadceab9670d3caa10118bb2fc22734f6e6444c
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sat Feb 28 17:06:54 2015 +0000
Filled in required info in debian/control, debian/copyright and debian/changelog
---
debian/changelog | 2 +-
debian/control | 20 +++++++++++++++++---
debian/copyright | 13 +++----------
3 files changed, 21 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4a84c7a..30f68b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
libtest-mockdbi-perl (0.70-1) UNRELEASED; urgency=low
- * Initial Release.
+ * Initial Release. Closes: #779445
-- Christopher Hoskin <christopher.hoskin at gmail.com> Sat, 28 Feb 2015 13:18:42 +0000
diff --git a/debian/control b/debian/control
index 958059f..2201770 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,21 @@ Depends: ${misc:Depends}, ${perl:Depends},
libtest-differences-perl,
libtest-mockobject-perl (>= 0.14),
libtest-warn-perl
-Description: Mocked DBI interface for testing purposes
- (no description was found)
+Description: mocked DBI interface for testing purposes
+ Test::MockDBI has a major advantage over DBI::trace()
+ or DBD::Mock -- Test::MockDBI lets you change how the
+ mocked DBI functions behave, along with modifying
+ what data is returned by the mocked DBI functions.
+ These changes and modifications can be made specific
+ to particular SQL statement patterns.
.
- This description was automagically extracted from the module by dh-make-perl.
+ This ability to modify DBI function behavior and
+ DBI-returned data makes it easier to test code that has
+ different branches for different DBI behaviors -- you
+ can test that a failure within DBI or returned DB data
+ that is different than normal is processed correctly by
+ your module or program. If you are taking over a large
+ code base, Test::MockDBI will help in understanding the
+ code by allowing you to safely check how the code behaves
+ under different database conditions without modifying any
+ databases (production or otherwise).
diff --git a/debian/copyright b/debian/copyright
index de00a59..1b29e4b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,11 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Test-MockDBI
-Upstream-Contact: Mark Leighton Fisher <mark-fisher at fisherscreek.com>
+Upstream-Contact: Andreas Faafeng <aff at cpan.org>
Upstream-Name: Test-MockDBI
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
-Copyright: Mark Leighton Fisher <mark-fisher at fisherscreek.com>
+Copyright: 2004-2005 Fisher's Creek Consulting, LLC.
+ 2004-2005 DeepData, Inc.
License: Artistic or GPL-1+
Files: debian/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-mockdbi-perl.git
More information about the Pkg-perl-cvs-commits
mailing list