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

Vincent Carmona vinc4mai at gmail.com
Fri Apr 8 00:11:42 UTC 2011


The following commit has been merged in the master branch:
commit 386e0fa3ae70607ba91005c58b02fa23bb5e3f15
Author: Vincent Carmona <vinc4mai at gmail.com>
Date:   Fri Apr 8 04:11:25 2011 +0200

    Update debian files to use new packaging policy

diff --git a/debian/changelog b/debian/changelog
index 0c38dde..7a0cb86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,36 @@
-ruby-globalhotkeys (0.3.2-1) UNRELEASED; urgency=low
+ruby-globalhotkeys (0.3.2-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Use new policy for ruby package.
+    - d/control:
+        rename source and binary packages.
+        use only one binary package.
+        use gem2deb.
+    - delete d/ruby-globalhotkeys.{doc-base, examples, rdoc} files.
+    - d/watch: watch for gem.
 
  -- Vincent Carmona <vinc4mai at gmail.com>  Fri, 08 Apr 2011 02:07:24 +0200
+
+libglobalhotkeys-ruby (0.3.1-1) unstable; urgency=low
+
+  * New upstream release
+  * copyrigth: change years.
+  * libglobalhotkeys-ruby.examples: upstream sample directory was moved.
+
+ -- Vincent Carmona <vinc4mai at gmail.com>  Thu, 10 Mar 2011 21:56:10 +0100
+
+libglobalhotkeys-ruby (0.2.0-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/libglobalhotkeys-ruby.rdoc
+    add lib/globalhotkeys.rb
+
+ -- Vincent Carmona <vinc4mai at gmail.com>  Sun, 05 Sep 2010 07:13:08 +0200
+
+libglobalhotkeys-ruby (0.1.1-1) unstable; urgency=low
+
+  * Initial release for debian (closes: Bug#590960)
+  * Change name from rghk to libglobalhotkeys-ruby.
+    ruby library are usually named libname-ruby.
+  * Install documentation and example.
+
+ -- Vincent Carmona <vinc4mai at gmail.com>  Tue, 03 Aug 2010 19:10:14 +0200
diff --git a/debian/control b/debian/control
index f10f908..3a5b69c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,39 @@ 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.2.1)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby1.8, ruby1.8-dev, libgtk2.0-dev, libx11-dev, rdoc1.8, graphviz
 Standards-Version: 3.9.1
-#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
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-globalhotkeys.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-globalhotkeys.git;a=summary
 Homepage: http://zik.rubyforge.org/rghk/
-XS-Ruby-Versions: all
+XS-Ruby-Versions: ruby1.8
 
 Package: ruby-globalhotkeys
 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>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter, libgtk2-ruby1.8
+Provides: libglobalhotkeys-ruby, libglobalhotkeys-ruby1.8
+Replaces: libglobalhotkeys-ruby (<< 0.3.2-1~), libglobalhotkeys-ruby1.8 (<< 0.3.2-1~)
+Conflicts: libglobalhotkeys-ruby (<< 0.3.2-1~), libglobalhotkeys-ruby1.8 (<< 0.3.2-1~)
+Description: Ruby binding to define global hotkeys
+ 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.
+ This package is built for Ruby 1.8.
+ Documentations is provided in the rdoc format.
+
+Package: libglobalhotkeys-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-globalhotkeys
+Description: Transitional package for ruby-globalhotkeys
+ This is a transitional package to ease upgrades to the ruby-globalhotkeys
+ package. It can safely be removed.
+
+Package: libglobalhotkeys-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-globalhotkeys
+Description: Transitional package for ruby-globalhotkeys
+ This is a transitional package to ease upgrades to the ruby-globalhotkeys
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index ed4a7bb..6e135a2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
-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)
+This package was debianized by Vincent Carmona <vinc4mai at gmail.com>
+Tue, 03 Aug 2010 19:10:14 +0200
 
-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'.
+It was downloaded from: http://rubyforge.org/frs/?group_id=5494 
 
-Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+Upstream Author: Vincent Carmona <vinc4mai at gmail.com>
+
+Copyright:
+        Copyright (C) 2010-2011 by Vincent Carmona <vinc4mai at gmail.com>
+
+License: GPL-2
+    ZiK 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.
+    .
+    ZiK 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 ZiK; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
+
+X-Comment: On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in the /usr/share/common-licenses/GPL- file.
+
+Packaging:
+        Copyright (C) 2010 by Vincent Carmona <vinc4mai at gmail.com>
+        released under GPL-2
diff --git a/debian/ruby-globalhotkeys.docs b/debian/ruby-globalhotkeys.docs
deleted file mode 100644
index d0ab95f..0000000
--- a/debian/ruby-globalhotkeys.docs
+++ /dev/null
@@ -1 +0,0 @@
-# FIXME: READMEs found

-- 
ruby-globalhotkeys.git



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