[DRE-commits] [SCM] ruby-globalhotkeys.git branch, master, updated. upstream/0.3.1-4-g386e0fa

vincent vincent at fixe.home
Fri Apr 8 00:11:28 UTC 2011


The following commit has been merged in the master branch:
commit a16b2b3a16788ebf6a78d39d037820abd6e25c43
Merge: d0219a861cdff83b05e574314f28fda598691135 cffe584fd3239a624367a87f225170871ff214a4
Author: Vincent Carmona <vinc4mai at gmail.com>
Date:   Fri Apr 8 02:07:24 2011 +0200

    Imported Debian patch 0.3.2-1

diff --combined debian/changelog
index 6e81384,0000000..0c38dde
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,5 @@@
- globalhotkeys (0.3.1-1) UNRELEASED; urgency=low
++ruby-globalhotkeys (0.3.2-1) UNRELEASED; urgency=low
 +
 +  * Initial release (Closes: #nnnn)
 +
-  -- Vincent Carmona <vinc4mai at gmail.com>  Thu, 10 Mar 2011 23:47:37 +0100
++ -- Vincent Carmona <vinc4mai at gmail.com>  Fri, 08 Apr 2011 02:07:24 +0200
diff --combined debian/control
index db5b7aa,0000000..f10f908
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,18 -1,0 +1,19 @@@
- Source: globalhotkeys
++Source: ruby-globalhotkeys
 +Section: ruby
 +Priority: optional
 +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 +Uploaders: Vincent Carmona <vinc4mai at gmail.com>
 +DM-Upload-Allowed: yes
- Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.1.0)
++Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1)
 +Standards-Version: 3.9.1
- #Vcs-Git: git://git.debian.org/collab-maint/libnet-jabber-loudmouth-perl.git
- #Vcs-Browser: http://git.debian.org/?p=collab-maint/libnet-jabber-loudmouth-perl.git;a=summary
++#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-globalhotkeys.git
++#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-globalhotkeys;a=summary
 +Homepage: http://zik.rubyforge.org/rghk/
++XS-Ruby-Versions: all
 +
 +Package: ruby-globalhotkeys
- Architecture: all
- Depends: ${shlibs:Depends}, ${misc:Depends}
++Architecture: any
++XB-Ruby-Versions: ${ruby:Versions}
++Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
 +Description: This librairy aims to provide easy global hotkeys setting for ruby applications so users can interact with an application even if it does not have the focus.
 + <insert long description, indented with spaces>
- 
diff --combined debian/copyright
index 1dcb9a2,0000000..ed4a7bb
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,1 -1,0 +1,33 @@@
 +FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
++Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
++Upstream-Name: globalhotkeys
++Source: FIXME (URL where source can be downloaded)
++
++Files: *
++Copyright: Copyright 1998 John Doe <jdoe at example.com>
++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; 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.
++ .
++ 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
++ .
++ 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'.
++
++Files: debian/*
++Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
++License:
++ [LICENSE TEXT]
diff --combined debian/rules
index 58d8045,0000000..a4b9e28
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,11 -1,0 +1,12 @@@
 +#!/usr/bin/make -f
 +#export DH_VERBOSE=1
 +#
- # Uncomment to ignore all test failures
++# Uncomment to ignore all test failures (but the tests will run anyway)
 +#export DH_RUBY_IGNORE_TESTS=all
 +#
- # Uncomment to ignore some test failures. Valid values:
++# Uncomment to ignore some test failures (but the tests will run anyway).
++# Valid values:
 +#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
 +
 +%:
- 	dh $@ --buildsystem=ruby
++	dh $@ --buildsystem=ruby --with ruby

-- 
ruby-globalhotkeys.git



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