[SCM] Debian packaging of DBIx-Profile CPAN distribution branch, master, updated. debian/1.0-3-8-g200ee6a

Xavier x.guimard at free.fr
Sun Dec 23 18:23:17 UTC 2012


The following commit has been merged in the master branch:
commit 24ba0789c2cfb69f53f65ef4933735f0d05df120
Author: Xavier <x.guimard at free.fr>
Date:   Sun Dec 23 19:17:33 2012 +0100

    Add basic test

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
index f291305..1c7e15d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,23 @@
 Source: libdbix-profile-perl
-Section: interpreters
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.5.1
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libdbi-perl,
+                     perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-profile-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-profile-perl.git
+Homepage: http://search.cpan.org/dist/DBIx-Profile/
 
 Package: libdbix-profile-perl
 Architecture: all
-Depends: ${perl:Depends}, libtime-hires-perl, libdbi-perl
-Description:  DBI query profiler
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdbi-perl
+Description: DBI query profiler
  DBIx::Profile is a quick and easy, and mostly transparent, profiler
  for scripts using DBI.  It collects information on the query 
  level, and keeps track of first, failed, normal, and total amounts
@@ -22,3 +31,4 @@ Description:  DBI query profiler
  a timestamp and the query that was called.  This is optional, and 
  occurs only when the environment variable DBIXPROFILETRACE is set 
  to 1. (ex: (bash) export DBIXPROFILETRACE=1).
+
diff --git a/debian/patches/add-basic-test.patch b/debian/patches/add-basic-test.patch
new file mode 100644
index 0000000..fbe8527
--- /dev/null
+++ b/debian/patches/add-basic-test.patch
@@ -0,0 +1,19 @@
+Description: Add basic test
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: no
+Last-Update: 2012-12-23
+
+--- /dev/null
++++ b/t/01-basic-test.t
+@@ -0,0 +1,11 @@
++# Before `make install' is performed this script should be runnable with
++# `make test'. After `make install' it should work as `perl Lemonldap-NG-Portal.t'
++
++#########################
++
++# change 'tests => 1' to 'tests => last_test_to_print';
++
++use Test::More tests => 1;
++
++BEGIN { use_ok( 'DBIx::Profile' ) }
++

-- 
Debian packaging of DBIx-Profile CPAN distribution



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