[DRE-commits] [ruby-github-linguist] 01/01: add licence and doc

Timothée Girard tim-guest at moszumanska.debian.org
Fri Sep 25 20:01:28 UTC 2015


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

tim-guest pushed a commit to branch master
in repository ruby-github-linguist.

commit 0f4271ccde7c5c62f50763468fbf50df0f096324
Author: Timothée Girard <debian at timotheegirard.com>
Date:   Fri Sep 25 22:01:09 2015 +0200

    add licence and doc
---
 debian/changelog                 |  6 +++---
 debian/control                   | 32 ++++++++++++++++----------------
 debian/copyright                 | 20 +++++++++++++++++++-
 debian/ruby-github-linguist.docs |  2 +-
 4 files changed, 39 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e31562..a1b6224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-github-linguist (2.10.9-1) UNRELEASED; urgency=low
+ruby-github-linguist (2.10.11-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #743063)
 
- -- timothee <timothee at debian>  Sun, 30 Mar 2014 20:23:03 +0200
+ -- Timothée Girard <debian at timotheegirard.com>  Mon, 07 Apr 2014 19:20:28 +0200
diff --git a/debian/control b/debian/control
index de734fe..c5e8b24 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), json, mocha, yajl-ruby, charlock_holmes (~> 0.6.6), escape_utils (>= 0.3.1), mime-types (~> 1.19), pygments.rb (~> 0.5.4)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-json, ruby-mocha, ruby-yajl, ruby-charlock-holmes, ruby-escape-utils (>= 0.3.1), ruby-mime-types, ruby-pygments.rb
 Standards-Version: 3.9.5
 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
@@ -13,19 +13,19 @@ XS-Ruby-Versions: all
 Package: ruby-github-linguist
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, charlock_holmes (~> 0.6.6), escape_utils (>= 0.3.1), mime-types (~> 1.19), pygments.rb (~> 0.5.4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-charlock-holmes , ruby-escape-utils (>= 0.3.1), ruby-mime-types , ruby-pygments.rb
 Description: detection and highlight of the programming language of source code and ignore binary files
-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 
-language and a lexer must be defined there.
-.
-Syntax Highlighting : The actual syntax highlighting is handled by our Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction 
-that determines which highlighter should be used on a file.
-.
-Stats : The Language stats bar that you see on every repository is built by aggregating the languages of each file in that repository. The top 
-language in the graph determines the project's primary language.
-.
-Ignore vendored files : Checking other code into your git repo is a common practice. But this often inflates your project's language stats and may 
-even cause your project to be labeled as another language. ruby-github-linguist is able to identify some of these files and directories and exclude them.
-.
-Generated file detection : Not all plain text files are true source files. Generated files like minified js and compiled CoffeeScript can be 
-detected and excluded from language stats. As an extra bonus, these files are suppressed in diffs.
+ 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 
+ language and a lexer must be defined there.
+ .
+ Syntax Highlighting : The actual syntax highlighting is handled by our Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction 
+ that determines which highlighter should be used on a file.
+ .
+ Stats : The Language stats bar that you see on every repository is built by aggregating the languages of each file in that repository. The top 
+ language in the graph determines the project's primary language.
+ .
+ Ignore vendored files : Checking other code into your git repo is a common practice. But this often inflates your project's language stats and may 
+ even cause your project to be labeled as another language. ruby-github-linguist is able to identify some of these files and directories and exclude them.
+ .
+ Generated file detection : Not all plain text files are true source files. Generated files like minified js and compiled CoffeeScript can be 
+ detected and excluded from language stats. As an extra bonus, these files are suppressed in diffs.
diff --git a/debian/copyright b/debian/copyright
index 0650cf1..c37dc94 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,6 @@ Source: https://github.com/github/linguist/
 
 Files: *
 Copyright: Copyright (c) 2011-2014 GitHub, Inc.
-
 License: Expat
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation
@@ -27,6 +26,25 @@ License: Expat
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
 
+Files: debian/missing-sources/steelseries.js
+Copyright: Copyright (c) 2011, Gerrit Grunwald, Mark Crossley
+License: Expat
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification, are permitted
+ provided that the following conditions are met:
+ .
+ # Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+ # Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
+   disclaimer in the documentation and/or other materials provided with the distribution.
+ .
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+   BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+   OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 Files: debian/*
 Copyright: 2014 Timothée Girard <debian at timotheegirard.com>
 License: GPL-3
diff --git a/debian/ruby-github-linguist.docs b/debian/ruby-github-linguist.docs
index 2948dcf..b43bf86 100644
--- a/debian/ruby-github-linguist.docs
+++ b/debian/ruby-github-linguist.docs
@@ -1 +1 @@
- FIXME: READMEs found
+README.md

-- 
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