[rex] 01/05: d/control: wrap-and-sort

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue May 19 12:23:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

malex-guest pushed a commit to branch master
in repository rex.

commit 4647e59f92d3a114c6202591b2fa89c32d147c04
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Wed Apr 29 14:08:47 2015 +0200

    d/control: wrap-and-sort
---
 debian/changelog |  5 ++--
 debian/control   | 76 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 41 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f454e3c..f223543 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 rex (1.0.0-1) UNRELEASED; urgency=low
 
   TODO:
-  - [repo: debian/* tags should be set after the upload; probably comes from
+  + [repo: debian/* tags should be set after the upload; probably comes from
     gbp-import-dsc etc.; signed tag will override it later. - the tag is the
     reason why PET doesn't show the package.]
   + d/changelog should only contain the "initial release" line for a new
@@ -10,7 +10,7 @@ rex (1.0.0-1) UNRELEASED; urgency=low
   + d/control:
     + short description: should be a noun phrase -> drop leading "is"
     + I'd run cme or sort-and-wrap over it :)
-      did run cme fix dpkg-control, control file didn't change
+      + wrap-and-sort :)
   + d/rules: what is this override doing? if it fixes permissions then this
     should act on the installed files and be in override_dh_fixperms;
     cf. https://pkg-perl.alioth.debian.org/debhelper.html#fixing_permissions
@@ -23,6 +23,7 @@ rex (1.0.0-1) UNRELEASED; urgency=low
     is not a script, just a template"
   - repo: build with gbp doesn't work because of the names of the files in the
     pristine-tar branch
+    this I haven't undertood, gbp works for me
   - there's a newer upstream release available
   - autopkgtest: 2 out of the 3 tests fail. please fix (or remove the header
     from d/control for the time being)
diff --git a/debian/control b/debian/control
index b150c6e..7704ab1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,23 +4,23 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libhttp-message-perl,
- libio-string-perl,
- libjson-xs-perl,
- liblist-moreutils-perl,
- libnet-ssh2-perl,
- libtest-pod-perl,
- libtext-glob-perl,
- liburi-perl,
- libwww-perl,
- libxml-simple-perl,
- libyaml-perl,
- libstring-escape-perl,
- libparallel-forkmanager-perl,
- libdigest-hmac-perl,
- libipc-shareable-perl,
- libdbi-perl,
- perl
+Build-Depends-Indep: libdbi-perl,
+                     libdigest-hmac-perl,
+                     libhttp-message-perl,
+                     libio-string-perl,
+                     libipc-shareable-perl,
+                     libjson-xs-perl,
+                     liblist-moreutils-perl,
+                     libnet-ssh2-perl,
+                     libparallel-forkmanager-perl,
+                     libstring-escape-perl,
+                     libtest-pod-perl,
+                     libtext-glob-perl,
+                     liburi-perl,
+                     libwww-perl,
+                     libxml-simple-perl,
+                     libyaml-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/rex.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/rex.git
@@ -29,27 +29,27 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: rex
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhttp-message-perl,
- libio-string-perl,
- libjson-xs-perl,
- liblist-moreutils-perl,
- libnet-ssh2-perl,
- libtext-glob-perl,
- liburi-perl,
- libwww-perl,
- libxml-simple-perl,
- libyaml-perl,
- libexpect-perl
-Recommends:
- libdbi-perl,
- liblwp-protocol-https-perl,
- libdigest-hmac-perl,
- libstring-escape-perl,
- libterm-readkey-perl,
- libxml-libxml-perl,
- libparallel-forkmanager-perl,
- libipc-shareable-perl
+Depends: libexpect-perl,
+         libhttp-message-perl,
+         libio-string-perl,
+         libjson-xs-perl,
+         liblist-moreutils-perl,
+         libnet-ssh2-perl,
+         libtext-glob-perl,
+         liburi-perl,
+         libwww-perl,
+         libxml-simple-perl,
+         libyaml-perl,
+         ${misc:Depends},
+         ${perl:Depends}
+Recommends: libdbi-perl,
+            libdigest-hmac-perl,
+            libipc-shareable-perl,
+            liblwp-protocol-https-perl,
+            libparallel-forkmanager-perl,
+            libstring-escape-perl,
+            libterm-readkey-perl,
+            libxml-libxml-perl
 Description: deployment and configuration management tool
  Rex is a tool to ease the execution of commands on multiple remote
  servers. You can define small tasks, chain tasks to batches, link

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/rex.git



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