[DRE-commits] [SCM] ruby-rchardet.git branch, master, updated. debian/1.3-2-1-ga98da14

Paul van Tilburg paulvt at debian.org
Tue Jun 26 21:00:54 UTC 2012


The following commit has been merged in the master branch:
commit a98da148ca47d3a12b042fb2e02d14fb45078281
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Tue Jun 26 21:15:08 2012 +0200

    Fixed copyright; bumped standards-version and gem2deb build-depend; added patch headers

diff --git a/debian/changelog b/debian/changelog
index e4f8087..76c18b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-rchardet (1.3-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Bump build dependency on gem2deb to >= 0.3.0~.
+    - Bump standars version to 3.9.3.
+  * debian/copyright: added missing license text for GPL-2+.
+  * debian/patches: added DEP-3 headers to remove-syntax-errors-for-ruby1.9.patch.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 26 Jun 2012 21:08:28 +0200
+
 ruby-rchardet (1.3-2) unstable; urgency=low
 
   * debian/patches/*:  added patch remote-syntax-errors-for-ruby1.9 to
diff --git a/debian/control b/debian/control
index a57f06f..0641bc5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Ondřej Surý <ondrej at debian.org>, Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~)
-Standards-Version: 3.9.2
+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-rchardet.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rchardet.git;a=summary
 Homepage: http://github.com/jmhodges/rchardet/tree/master
diff --git a/debian/copyright b/debian/copyright
index 98b057c..8ea4856 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -27,3 +27,10 @@ License: LGPL-2.1+
 Files: debian/*
 Copyright: Copyright 2011 Ondřej Surý
 License: GPL-2+
+ 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, version 2 of the License, or (at your opinion)
+ any later version.
+ .
+ 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'.
diff --git a/debian/patches/remove-syntax-errors-for-ruby1.9.patch b/debian/patches/remove-syntax-errors-for-ruby1.9.patch
index 0e8148a..675886e 100644
--- a/debian/patches/remove-syntax-errors-for-ruby1.9.patch
+++ b/debian/patches/remove-syntax-errors-for-ruby1.9.patch
@@ -1,3 +1,8 @@
+Description: Removes syntax errors from the source that are relevent for usages
+ with Ruby 1.9.1.
+Author: Paul van Tilburg <paulvt at debian.org>
+Last-Update: 2011-11-08
+
 Index: ruby-rchardet/lib/rchardet/chardistribution.rb
 ===================================================================
 --- ruby-rchardet.orig/lib/rchardet/chardistribution.rb	2011-10-31 16:20:34.000000000 +0100

-- 
ruby-rchardet.git



More information about the Pkg-ruby-extras-commits mailing list