[DRE-commits] [ruby-github-linguist] 02/06: Bump debhelper compatibility
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Mar 2 04:46:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-github-linguist.
commit 5ce51b914832dfb0fe7255774324a0a36d8ef072
Author: Balasankar C <balasankarc at autistici.org>
Date: Wed Mar 2 10:10:03 2016 +0530
Bump debhelper compatibility
---
debian/compat | 2 +-
debian/control | 34 ++++++++++++++++++----------------
2 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 7eb7b13..136ed68 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,17 @@ Source: ruby-github-linguist
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Timothée Girard <debian at timotheegirard.com>,
- Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
- gem2deb (>= 0.3.0~),
- ruby-json,
- ruby-mocha,
- ruby-yajl,
- ruby-charlock-holmes (>= 0.7.3~),
- ruby-escape-utils (>= 1.1.0~),
- ruby-mime-types,
- ruby-rugged (>= 0.23~)
+Uploaders: Timothée Girard <debian at timotheegirard.com>,
+ Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 9~),
+ gem2deb (>= 0.3.0~),
+ ruby-charlock-holmes (>= 0.7.3~),
+ ruby-escape-utils (>= 1.1.0~),
+ ruby-json,
+ ruby-mime-types,
+ ruby-mocha,
+ ruby-rugged (>= 0.23~),
+ ruby-yajl
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-github-linguist.git
Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-github-linguist.git;a=summary
@@ -22,11 +22,13 @@ XS-Ruby-Versions: all
Package: ruby-github-linguist
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-charlock-holmes (>= 0.7.3~),
- ruby-escape-utils (>= 1.1.0~),
- ruby-mime-types,
- ruby-rugged (>= 0.23~)
+Depends: ruby | ruby-interpreter,
+ ruby-charlock-holmes (>= 0.7.3~),
+ ruby-escape-utils (>= 1.1.0~),
+ ruby-mime-types,
+ ruby-rugged (>= 0.23~),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: detection and highlight of the programming language of source code
Language detection: ruby-github-linguist defines a list of all languages
known to GitHub in a yaml file. In order for a file to be highlighted, a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-linguist.git
More information about the Pkg-ruby-extras-commits
mailing list