r15973 - in /trunk/libdbd-mock-perl/debian: ./ changelog compat control copyright rules watch

jaldhar at users.alioth.debian.org jaldhar at users.alioth.debian.org
Fri Feb 29 18:29:19 UTC 2008


Author: jaldhar
Date: Fri Feb 29 18:29:18 2008
New Revision: 15973

URL: http://svn.debian.org/wsvn/?sc=1&rev=15973
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libdbd-mock-perl/debian/
    trunk/libdbd-mock-perl/debian/changelog
    trunk/libdbd-mock-perl/debian/compat
    trunk/libdbd-mock-perl/debian/control
    trunk/libdbd-mock-perl/debian/copyright
    trunk/libdbd-mock-perl/debian/rules   (with props)
    trunk/libdbd-mock-perl/debian/watch

Added: trunk/libdbd-mock-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-mock-perl/debian/changelog?rev=15973&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/changelog (added)
+++ trunk/libdbd-mock-perl/debian/changelog Fri Feb 29 18:29:18 2008
@@ -1,0 +1,5 @@
+libdbd-mock-perl (1.36-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #408229, #468638)
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Fri, 29 Feb 2008 13:16:19 -0500

Added: trunk/libdbd-mock-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdbd-mock-perl/debian/compat?rev=15973&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/compat (added)
+++ trunk/libdbd-mock-perl/debian/compat Fri Feb 29 18:29:18 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdbd-mock-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdbd-mock-perl/debian/control?rev=15973&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/control (added)
+++ trunk/libdbd-mock-perl/debian/control Fri Feb 29 18:29:18 2008
@@ -1,0 +1,27 @@
+Source: libdbd-mock-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0), libdbi-perl (>= 1.3), libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/DBD-Mock/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-mock-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mock-perl/
+
+Package: libdbd-mock-perl
+Architecture: all
+Depends: perl (>= 5.6.0), ${misc:Depends}, libdbi-perl (>= 1.3)
+Description: Mock database driver for testing
+ Testing with databases can be tricky. If you are developing a system married 
+ to a single database then you can make some assumptions about your 
+ environment and ask the user to provide relevant connection information. But 
+ if you need to test a framework that uses DBI, particularly a framework that 
+ uses different types of persistence schemes, then it may be more useful to 
+ simply verify what the framework is trying to do -- ensure the right SQL is 
+ generated and that the correct parameters are bound. DBD::Mock makes it easy 
+ to just modify your configuration (presumably held outside your code) and 
+ just use it instead of DBD::Foo (like DBD::Pg or DBD::mysql) in your 
+ framework. 
+ 

Added: trunk/libdbd-mock-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdbd-mock-perl/debian/copyright?rev=15973&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/copyright (added)
+++ trunk/libdbd-mock-perl/debian/copyright Fri Feb 29 18:29:18 2008
@@ -1,0 +1,24 @@
+This is the debian package for the DBD-Mock module.
+It was created by Jaldhar H. Vyas <jaldhar at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/DBD-Mock/
+
+The upstream authors are: Chris Winters <chris at cwinters.com>, Stevan Little <stevan at iinteractive.com>, Rob Kinyon <rob.kinyon at gmail.com>.
+
+Copyright (C) 2004 Chris Winters <chris at cwinters.com>
+
+Copyright (C) 2004-2007 Stevan Little <stevan at iinteractive.com>
+
+Copyright (C) 2007 Rob Kinyon <rob.kinyon at gmail.com>
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+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'.
+
+
+The Debian packaging is (C) 2008, Jaldhar H. Vyas <jaldhar at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libdbd-mock-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbd-mock-perl/debian/rules?rev=15973&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/rules (added)
+++ trunk/libdbd-mock-perl/debian/rules Fri Feb 29 18:29:18 2008
@@ -1,0 +1,77 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into $(TMP) here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+
+	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_installexamples
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libdbd-mock-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdbd-mock-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdbd-mock-perl/debian/watch?rev=15973&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/watch (added)
+++ trunk/libdbd-mock-perl/debian/watch Fri Feb 29 18:29:18 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/DBD-Mock/ .*/DBD-Mock-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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