[libfuture-perl] 04/05: cme: indent

gregor herrmann gregoa at debian.org
Wed Oct 2 21:22:40 UTC 2013


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

gregoa pushed a commit to branch master
in repository libfuture-perl.

commit c442562b5f2aa0adbdcc42359307f3a96cdbb658
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 2 23:21:23 2013 +0200

    cme: indent
    
    Git-Dch: Ignore
---
 debian/control |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 354329b..4edd4f7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
 Source: libfuture-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Onur Aslan <onur at onur.im>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Onur Aslan <onur at onur.im>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libtest-fatal-perl,
- libtest-identity-perl,
- libtest-pod-perl,
- libtest-refcount-perl,
- perl
+                     libtest-identity-perl,
+                     libtest-pod-perl,
+                     libtest-refcount-perl,
+                     perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfuture-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfuture-perl.git
@@ -16,7 +17,8 @@ Homepage: https://metacpan.org/release/Future/
 
 Package: libfuture-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for operations awaiting completion
  A Future object represents an operation that is currently in progress, or
  has recently completed. It can be used in a variety of ways to manage the

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



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