[SCM] Packaging of Benchmark::Apps in Debian branch, master, updated. bec1830a90356da7d660c6eedc3b9a3e51d5db63

Nuno Carvalho smash at cpan.org
Sun Apr 22 15:32:46 UTC 2012


The following commit has been merged in the master branch:
commit bec1830a90356da7d660c6eedc3b9a3e51d5db63
Author: Nuno Carvalho <smash at cpan.org>
Date:   Sun Apr 22 16:31:54 2012 +0100

    Fix TODO (thank you Gregor)

diff --git a/debian/changelog b/debian/changelog
index 9287fd5..7789070 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,4 @@
-libbenchmark-apps-perl (0.04-1) UNRELEASED; urgency=low
-
-  TODO:
-  - I'd remove debian/libbenchmark-apps-perl.docs
-  - d/copyright: seems to be "2008, Aberto Simoes\n 2008, Nuno Carvalho" and not
-    "2012, Aberto Simoes"
-  - d/control: remove last line (" .")
-  - d/control: add libtest-pod-perl and libtest-pod-coverage-perl to
-    Build-Depends-Indep
+libbenchmark-apps-perl (0.04-1) unstable; urgency=low
 
   * Initial Release. (Closes: #669912)
 
diff --git a/debian/control b/debian/control
index 19718f6..4373c7f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nuno Carvalho <smash at cpan.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbenchmark-apps-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libbenchmark-apps-perl.git
@@ -17,4 +19,3 @@ Description: simple module to benchmark applications
  Benchmark::Apps can be used to perform simple benchmarks on programs.
  Basically, it can be used to benchmark any program that can be called with a
  system call.
- .
diff --git a/debian/copyright b/debian/copyright
index 3fe4d9b..53aaa01 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,8 @@ Source: http://search.cpan.org/dist/Benchmark-Apps/
 Upstream-Name: Benchmark-Apps
 
 Files: *
-Copyright: 2012, Aberto Simoes <ambs at cpan.org>
+Copyright: 2008, Aberto Simoes <ambs at cpan.org>
+ 2008, Nuno Carvalho <smash at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/libbenchmark-apps-perl.docs b/debian/libbenchmark-apps-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/libbenchmark-apps-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README

-- 
Packaging of Benchmark::Apps in Debian



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