[libclang-perl] 01/03: debian/control: make some improvements

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 18 15:14:42 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libclang-perl.

commit 27c85829a006cede0211427fef67e808b9297362
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jul 18 11:49:52 2015 -0300

    debian/control: make some improvements
    
    * Fix some build-deps version
    * Improve package description
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 4636c08..11bd1dd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20120312~),
                libdevel-checklib-perl,
-               perl (>= 5.006),
+               perl,
                libclang-3.5-dev
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Clang
@@ -20,6 +20,6 @@ Description: Perl bindings to the Clang compiler's indexing interface
  Clang is a compiler front end for the C, C++, Objective-C, and Objective-C++
  programming languages which uses LLVM as its back end.
  .
- Clang provides Perl bindings to the Clang indexing interface, used for
+ Clang module provides Perl bindings to the Clang indexing interface, used for
  extracting high-level symbol information from source files without exposing
  the full Clang C++ API.

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



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