[DRE-commits] [ruby-github-linguist] 01/01: edit control & copyright

Timothée Girard tim-guest at moszumanska.debian.org
Sun Apr 6 19:39:41 UTC 2014


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 ee93887292393a474b17aeeaffdc4d2ec299f9f4
Author: Timothée Girard <debian at timotheegirard.com>
Date:   Sun Apr 6 21:39:29 2014 +0200

    edit control & copyright
---
 debian/control                   | 31 +++++++++++++-------
 debian/copyright                 | 63 ++++++++++++++++++++++++----------------
 debian/ruby-github-linguist.docs |  2 +-
 3 files changed, 60 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index b0e98aa..de734fe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,30 @@ Source: ruby-github-linguist
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-github-linguist.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-github-linguist.git;a=summary
+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)
+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
 Homepage: https://github.com/github/linguist
 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), json (>= 0, development), mocha (>= 0, development), rake (>= 0, development), yajl-ruby (>= 0, development)
-Description: GitHub Language detection
- We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.
+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)
+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.
diff --git a/debian/copyright b/debian/copyright
index eb6c82c..0650cf1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,46 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: github-linguist
-Source: FIXME <http://example.com/>
+Source: https://github.com/github/linguist/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
- .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+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
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
 
 Files: debian/*
-Copyright: 2014  <>
-License:
- [LICENSE TEXT]
+Copyright: 2014 Timothée Girard <debian at timotheegirard.com>
+License: GPL-3
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License Version 3 as published
+  by the Free Software Foundation.
+  .
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+  .
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+  .
+  On Debian systems, full text of the GPL-3 license can be found
+  in `/usr/share/common-licenses/GPL-3'
diff --git a/debian/ruby-github-linguist.docs b/debian/ruby-github-linguist.docs
index d0ab95f..2948dcf 100644
--- a/debian/ruby-github-linguist.docs
+++ b/debian/ruby-github-linguist.docs
@@ -1 +1 @@
-# FIXME: READMEs found
+ FIXME: READMEs found

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