[libmath-nocarry-perl] 11/19: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Sun May 31 00:41:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libmath-nocarry-perl.
commit c1ddd093518e35e56394d2c35e0f6ad62bfa0544
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sun May 31 02:17:03 2015 +0200
Apply wrap-and-sort
---
debian/changelog | 1 +
debian/control | 9 ++++-----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7ccbf15..4b0c47a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ libmath-nocarry-perl (1.11-3) UNRELEASED; urgency=low
+ Finally switch to a minimal dh v7 style debian/rules file.
* Mark package aus autopkgtestable.
* Mention module name in package description.
+ * Apply wrap-and-sort.
-- gregor herrmann <gregoa at debian.org> Wed, 06 Aug 2008 21:33:52 -0300
diff --git a/debian/control b/debian/control
index f35c3fa..d78d611 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
quilt
-Build-Depends-Indep: perl,
+Build-Depends-Indep: libtest-pod-coverage-perl,
libtest-pod-perl,
- libtest-pod-coverage-perl
+ perl
Standards-Version: 3.7.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-nocarry-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-nocarry-perl.git
@@ -17,8 +17,8 @@ Testsuite: autopkgtest-pkg-perl
Package: libmath-nocarry-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: Perl module Math::NoCarry for no carry arithmetic
No carry arithmetic doesn't allow you to carry digits to the
next column. For example, if you add 8 and 4, you normally
@@ -36,4 +36,3 @@ Description: Perl module Math::NoCarry for no carry arithmetic
For multiplication, the result of pair-wise multiplication
of digits is the modulo 10 value of their normal, everyday
multiplication.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-nocarry-perl.git
More information about the Pkg-perl-cvs-commits
mailing list