[Reproducible-commits] [strip-nondeterminism] 01/05: Run wrap-and-sort -ast
Mattia Rizzolo
mattia at debian.org
Mon May 30 19:12:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch debian
in repository strip-nondeterminism.
commit 2478ae01abc0e9c5f1023fdf4397906392a5c891
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon May 30 17:39:21 2016 +0000
Run wrap-and-sort -ast
---
debian/control | 29 +++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 7fbd40e..9977b88 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,16 @@
Source: strip-nondeterminism
Section: devel
Priority: optional
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, libarchive-zip-perl
+Build-Depends:
+ debhelper (>= 9),
+Build-Depends-Indep:
+ libarchive-zip-perl,
+ perl,
Maintainer: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>
-Uploaders: Andrew Ayer <agwa at andrewayer.name>, Holger Levsen <holger at debian.org>, Chris Lamb <lamby at debian.org>
+Uploaders:
+ Andrew Ayer <agwa at andrewayer.name>,
+ Holger Levsen <holger at debian.org>,
+ Chris Lamb <lamby at debian.org>,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git
Vcs-Browser: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git
@@ -12,7 +18,10 @@ Vcs-Browser: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.gi
Package: libfile-stripnondeterminism-perl
Section: perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libarchive-zip-perl
+Depends:
+ libarchive-zip-perl,
+ ${misc:Depends},
+ ${perl:Depends},
Description: file non-deterministic information stripper — Perl module
StripNondeterminism is a library for stripping non-deterministic
information, such as timestamps and file system order, from files. It
@@ -26,7 +35,10 @@ Description: file non-deterministic information stripper — Perl module
Package: strip-nondeterminism
Architecture: all
-Depends: libfile-stripnondeterminism-perl (= ${binary:Version}), ${misc:Depends}, ${perl:Depends}
+Depends:
+ libfile-stripnondeterminism-perl (= ${binary:Version}),
+ ${misc:Depends},
+ ${perl:Depends},
Description: file non-deterministic information stripper — stand-alone tool
StripNondeterminism is a library for stripping non-deterministic
information, such as timestamps and file system order, from files. It
@@ -40,7 +52,12 @@ Description: file non-deterministic information stripper — stand-alone tool
Package: dh-strip-nondeterminism
Architecture: all
-Depends: libfile-stripnondeterminism-perl (= ${binary:Version}), ${misc:Depends}, ${perl:Depends}, debhelper, libtimedate-perl
+Depends:
+ debhelper,
+ libfile-stripnondeterminism-perl (= ${binary:Version}),
+ libtimedate-perl,
+ ${misc:Depends},
+ ${perl:Depends},
Description: file non-deterministic information stripper — Debhelper add-on
StripNondeterminism is a library for stripping non-deterministic
information, such as timestamps and file system order, from files. It
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git
More information about the Reproducible-commits
mailing list