[DRE-commits] [SCM] ruby-transaction-simple.git branch, master, updated. upstream/1.4.0-2-g6db297d

Gunnar Wolf gwolf at gwolf.org
Wed Jun 8 18:58:28 UTC 2011


The following commit has been merged in the master branch:
commit 6db297de425d8acf90f1d50dbe6a902e261102e3
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Wed Jun 8 13:56:43 2011 -0500

    Merged in the portions of the pre-gem2deb packaging

diff --git a/debian/changelog b/debian/changelog
index 4544ce4..1b9bbfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
-ruby-transaction-simple (1.4.0-1) UNRELEASED; urgency=low
+ruby-transaction-simple (1.4.0-2) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Repackaged using the gem2deb build system
 
  -- Gunnar Wolf <gwolf at debian.org>  Wed, 08 Jun 2011 13:42:22 -0500
+
+libtransaction-simple-ruby (1.4.0-1) unstable; urgency=low
+
+  * Initial upload (Closes: #442084)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 12 Sep 2007 20:39:33 -0500
diff --git a/debian/control b/debian/control
index ebba76f..c53776c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-transaction-simple
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3)
-Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-transaction-simple.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-transaction-simple.git;a=summary
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-transaction-simple.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-transaction-simple.git;a=summary
 Homepage: http://rubyforge.org/projects/trans-simple
 XS-Ruby-Versions: all
 
@@ -15,6 +15,43 @@ Package: ruby-transaction-simple
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Conflicts: libtransaction-simple-ruby (<< 1.4.0-2), libtransaction-simple-ruby-doc (<< 1.4.0-2), libtransaction-simple-ruby1.8 (<< 1.4.0-2)
+Replaces: libtransaction-simple-ruby (<< 1.4.0-2), libtransaction-simple-ruby-doc (<< 1.4.0-2), libtransaction-simple-ruby1.8 (<< 1.4.0-2)
+Provides: libtransaction-simple-ruby, libtransaction-simple-ruby-doc, libtransaction-simple-ruby1.8
 # hoe (>= 1.1.7)
-Description: Simple object transaction support for Ruby.
- Transaction::Simple provides a generic way to add active transaction support to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects).
+Description: A generic way to add active transaction support to objects
+ Transaction::Simple provides a generic way to add active transaction
+ support to objects. The transaction methods added by this module will work
+ with most objects, excluding those that cannot be Marshal-ed (bindings,
+ procedure objects, IO instances, or singleton objects).
+ .
+ The transactions supported by Transaction::Simple are not associated with
+ any sort of data store. They are "live" transactions occurring in memory
+ on the object itself. This is to allow "test" changes to be made to an
+ object before making the changes permanent.
+
+# Transitional packages
+Package: libtransaction-simple-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-transaction-simple
+Description: Transitional package for ruby-transaction-simple
+ This is a transitional package to ease upgrades to the ruby-transaction-simple
+ package. It can safely be removed.
+
+Package: libtransaction-simple-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-transaction-simple
+Description: Transitional package for ruby-transaction-simple
+ This is a transitional package to ease upgrades to the ruby-transaction-simple
+ package. It can safely be removed.
+
+Package: libtransaction-simple-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-transaction-simple
+Description: Transitional package for ruby-transaction-simple
+ This is a transitional package to ease upgrades to the ruby-transaction-simple
+ package. It can safely be removed.
+
diff --git a/debian/copyright b/debian/copyright
index d4aff78..637407b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,42 @@
-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: transaction-simple
-Source: FIXME (URL where source can be downloaded)
+Upstream-Contact: Austin Ziegler <halostatue at gmail.com>
+Source: http://rubyforge.org/projects/trans-simple/
 
 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.
+Copyright: Copyright © 2003 - 2007 Austin Ziegler
+License: MIT
+
+Files: setup.rb
+Copyright: Copyrignt © 2000-2004 Minero Aoki
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: Copyright 2007-2011 Gunnar Wolf <gwolf at debian.org>
+License: MIT
+
+License: MIT
+ 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: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+License: LGPL-2.1
+ You can distribute/modify this program under the terms of
+ the GNU LGPL, Lesser General Public License version 2.1.
+ .
+ On Debian systems you can find the complete text of the
+ LGPL version 2.1 in /usr/share/common-licenses/LGPL-2.1
diff --git a/debian/ruby-transaction-simple.docs b/debian/ruby-transaction-simple.docs
index d0ab95f..b8907ed 100644
--- a/debian/ruby-transaction-simple.docs
+++ b/debian/ruby-transaction-simple.docs
@@ -1 +1 @@
-# FIXME: READMEs found
+Readme.txt

-- 
ruby-transaction-simple.git



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