[libsphinx-search-perl] 02/08: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sun Sep 21 17:32:14 UTC 2014


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

abe pushed a commit to branch master
in repository libsphinx-search-perl.

commit 34fa4bd6f37789c9309ac36247b16e45c8225570
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Sep 21 19:11:17 2014 +0200

    Apply wrap-and-sort
---
 debian/changelog |  1 +
 debian/control   | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a206b12..fa461cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libsphinx-search-perl (1:0.28-2) UNRELEASED; urgency=low
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
     copyright"
   * Set Maintainer to Debian Perl Group. Move Taku YASUI to Uploaders.
+  * Apply wrap-and-sort.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
diff --git a/debian/control b/debian/control
index 0cde3b3..b0170c5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,14 @@
 Source: libsphinx-search-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), cdbs
-Build-Depends-Indep: perl (>= 5.6.0-12), libfile-searchpath-perl, libpath-class-perl, libdbi-perl, libclass-accessor-perl, liblist-moreutils-perl
+Build-Depends: cdbs,
+               debhelper (>= 7)
+Build-Depends-Indep: libclass-accessor-perl,
+                     libdbi-perl,
+                     libfile-searchpath-perl,
+                     liblist-moreutils-perl,
+                     libpath-class-perl,
+                     perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Taku YASUI <tach at debian.org>
 Standards-Version: 3.9.4
@@ -12,7 +18,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsphinx-search-
 
 Package: libsphinx-search-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfile-searchpath-perl, libpath-class-perl
+Depends: libfile-searchpath-perl,
+         libpath-class-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for Sphinx search engine
  Sphinx::Search is the Perl API client for the Sphinx open-source SQL
  full-text indexing search engine, http://www.sphinxsearch.com.

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



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