[DRE-commits] [SCM] ruby-serialport.git branch, master, updated. upstream/1.0.4-2-g62d294e

Paul van Tilburg paulvt at debian.org
Wed Dec 28 15:23:02 UTC 2011


The following commit has been merged in the master branch:
commit 62d294e1bb72f089adfb538e0cf19cebe603c32e
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed Dec 28 16:22:58 2011 +0100

    New upstream release.
    
    * New upstream release.
    * Source packages adapted according to the new Ruby policy:
      - Build for both ruby1.8 and ruby1.9.1.
      - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
        debian/control accordingly.
      - Changed the depends and recommends to follow the new Ruby
        library naming scheme.
    * debian/control:
      - Added a default DM-Upload-Allowed field set to yes.
      - Standards-Version bumped to 3.9.2; no changes required.
      - Set XS-Ruby-Versions to all.
      - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
      - Switched the maintainer with the uploaders field as per new
        convention the team is the default maintainer.
      - Added libserialport-ruby and libserialport-ruby1.8 as transitional
        packages.
    * debian/copyright: reworked to fit the DEP5 format.

diff --git a/debian/changelog b/debian/changelog
index 4b4da0e..db81703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,67 @@
 ruby-serialport (1.0.4-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * New upstream release.
+  * Source packages adapted according to the new Ruby policy:
+    - Build for both ruby1.8 and ruby1.9.1.
+    - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
+      debian/control accordingly.
+    - Changed the depends and recommends to follow the new Ruby
+      library naming scheme.
+  * debian/control:
+    - Added a default DM-Upload-Allowed field set to yes.
+    - Standards-Version bumped to 3.9.2; no changes required.
+    - Set XS-Ruby-Versions to all.
+    - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
+    - Switched the maintainer with the uploaders field as per new
+      convention the team is the default maintainer.
+    - Added libserialport-ruby and libserialport-ruby1.8 as transitional
+      packages.
+  * debian/copyright: reworked to fit the DEP5 format.
 
  -- Paul van Tilburg <paulvt at debian.org>  Wed, 28 Dec 2011 16:06:29 +0100
+
+libserialport-ruby (0.7.0-1) unstable; urgency=low
+
+  [ Arnaud Cornet ]
+  * Update my mail address.
+
+  [ Gunnar Wolf ]
+  * Changed section to Ruby as per ftp-masters' request
+
+  [ Paul van Tilburg ]
+  * New upstream release. 
+  * debian/control: 
+    - Bumped standards version to 3.8.1.
+    - Added depend on ${misc:Depends} for libserialport-ruby.
+    - Added build-depend on libsetup-ruby1.8.
+  * debian/rules:
+    - Switched from upstream extconf to Debian's native setup.rb-based
+      building.
+    - Also load the CDBS simple-patchsys class.
+  * Added debian/libserialport-ruby.examples. 
+  * Added debian/patches/01-add-shebang-fix-load.patch to fix the example
+    so that it complies with policy and loads the correct lib.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 05 May 2009 14:42:33 +0200
+
+libserialport-ruby (0.6-3) unstable; urgency=low
+
+  * Build-depend on r-p-t >= 0.14, to fix installation of ruby1.9 libs.
+    Closes: #486487
+  * Switched to using the extconf.rb class from ruby-pkg-tools. Will avoid
+    future problems like this one.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Mon, 16 Jun 2008 14:57:18 +0200
+
+libserialport-ruby (0.6-2) unstable; urgency=low
+
+  * Bumped standards version to 3.7.3; no changes required.
+  * Added Homepage and Vcs-* fields to debian/control.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 09 Apr 2008 09:01:11 +0200
+
+libserialport-ruby (0.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #390418).
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Fri, 01 Dec 2006 20:59:07 +0100
diff --git a/debian/control b/debian/control
index f021b34..ac8d81f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-serialport
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <paulvt at debian.org>
+Uploaders: Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-serialport.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-serialport.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-serialport.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-serialport.git;a=summary
 Homepage: http://github.com/hparra/ruby-serialport/
 XS-Ruby-Versions: all
 
@@ -15,5 +15,27 @@ Package: ruby-serialport
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Library for using RS-232 serial ports.
- Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports.
+Replaces: libserialport-ruby (<< 1.0.4-1~), libserialport-ruby1.8 (<< 1.0.4-1~)
+Breaks: libserialport-ruby (<< 1.0.4-1~), libserialport-ruby1.8 (<< 1.0.4-1~)
+Provides: libserialport-ruby, libserialport-ruby1.8
+Description: Library for using RS-232 serial ports from Ruby programs
+ This library provides an API to control RS-232 serial ports, and check
+ and set the current state of the signals on the line.
+
+Package: libserialport-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-serialport
+Description: Transitional package for ruby-serialport
+ This is a transitional package to ease upgrades to the ruby-serialport
+ package. It can safely be removed.
+
+Package: libserialport-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-serialport
+Description: Transitional package for ruby-serialport
+ This is a transitional package to ease upgrades to the ruby-serialport
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index b665ff2..8e49992 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,34 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: serialport
-Source: FIXME <http://example.com/>
+Source: https://github.com/hparra/ruby-serialport/
 
 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.
+Copyright: 2003-2006, Guillaume Pierronnet <moumar at netcourrier.com>,
+                      Alan Stern <stern at rowland.harvard.edu>,
+                      Daniel E. Shipton <dshipton at redshiptechnologies.com>,
+                      Jonas Bähr <jonas.baehr at fs.ei.tum.de>,
+                      Ryan C. Payne <rpayne-oss at bullittsystems.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2006 Arnaud Cornet <arnaud.cornet at gmail.com>
+           2011 Paul van Tilburg <paulvt at debian.org>
+License: GPL-2+
+
+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.
  .
- 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.
+ 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
+ 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: 2011  <paulvt at debian.org>
-License:
- [LICENSE TEXT]
+ 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/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/ruby-serialport.docs b/debian/ruby-serialport.docs
deleted file mode 100644
index 786a9ba..0000000
--- a/debian/ruby-serialport.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-# FIXME: READMEs found
-# README

-- 
ruby-serialport.git



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