[DRE-commits] r3174 - in packages/libwirble-ruby/trunk: . debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Mon Dec 29 18:25:08 UTC 2008


Author: gwolf
Date: 2008-12-29 18:25:08 +0000 (Mon, 29 Dec 2008)
New Revision: 3174

Added:
   packages/libwirble-ruby/trunk/debian/
   packages/libwirble-ruby/trunk/debian/changelog
   packages/libwirble-ruby/trunk/debian/compat
   packages/libwirble-ruby/trunk/debian/control
   packages/libwirble-ruby/trunk/debian/copyright
   packages/libwirble-ruby/trunk/debian/rules
   packages/libwirble-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/libwirble-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/libwirble-ruby/trunk/debian/changelog
===================================================================
--- packages/libwirble-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libwirble-ruby/trunk/debian/changelog	2008-12-29 18:25:08 UTC (rev 3174)
@@ -0,0 +1,5 @@
+libwirble-ruby (0.1.2-1) unstable; urgency=low
+
+  * Initial upload (Closes: #510136)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 29 Dec 2008 11:37:25 -0600

Added: packages/libwirble-ruby/trunk/debian/compat
===================================================================
--- packages/libwirble-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/libwirble-ruby/trunk/debian/compat	2008-12-29 18:25:08 UTC (rev 3174)
@@ -0,0 +1 @@
+5

Added: packages/libwirble-ruby/trunk/debian/control
===================================================================
--- packages/libwirble-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libwirble-ruby/trunk/debian/control	2008-12-29 18:25:08 UTC (rev 3174)
@@ -0,0 +1,27 @@
+Source: libwirble-ruby
+Section: libs
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: ruby1.8, rdoc
+Standards-Version: 3.8.0
+
+Package: libwirble-ruby
+Architecture: all
+Depends: libwirble-ruby1.8
+Description: extensions for the Ruby irb command line shell
+ A handful of useful Irb features, including colorized results,
+ tab-completion, history, a simple prompt, and several helper
+ methods, all rolled into one easy to use package.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libwirble-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: extensions for the Ruby irb command line shell
+ A handful of useful Irb features, including colorized results,
+ tab-completion, history, a simple prompt, and several helper
+ methods, all rolled into one easy to use package.

Added: packages/libwirble-ruby/trunk/debian/copyright
===================================================================
--- packages/libwirble-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libwirble-ruby/trunk/debian/copyright	2008-12-29 18:25:08 UTC (rev 3174)
@@ -0,0 +1,32 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=430
+Upstream-Name: Wirble
+Upstream-Maintainer: Paul Duncan <pabs at pablotron.org
+Upstream-Source: http://pablotron.org/software/wirble
+
+Files: *
+Copyright: Copyright (C) 2002-2006 Paul Duncan
+License: MIT
+
+Files: debian/*
+Copyright: Copyrigth 2008, 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:
+ .  
+ The above copyright notice and this permission notice shall be included in
+ all copies of the Software, its documentation and marketing & publicity 
+ materials, and acknowledgment shall be given in the documentation, materials
+ and software packages that this Software was used.
+ .   
+ 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 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.

Added: packages/libwirble-ruby/trunk/debian/rules
===================================================================
--- packages/libwirble-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libwirble-ruby/trunk/debian/rules	2008-12-29 18:25:08 UTC (rev 3174)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+clean::
+	[ ! -d lib ] || rm -rf lib
+
+build/libwirble-ruby1.8::
+	install -d lib
+	install wirble.rb lib/wirble.rb


Property changes on: packages/libwirble-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libwirble-ruby/trunk/debian/watch
===================================================================
--- packages/libwirble-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/libwirble-ruby/trunk/debian/watch	2008-12-29 18:25:08 UTC (rev 3174)
@@ -0,0 +1,2 @@
+version=3
+http://pablotron.org/software/wirble .*/wirble-(\d.*)\.tar\.gz




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