[DRE-commits] r3382 - in packages-wip/libinotify-ruby/trunk: . debian

Ryan Niebur ryan52-guest at alioth.debian.org
Tue Apr 14 04:57:00 UTC 2009


Author: ryan52-guest
Date: 2009-04-14 04:57:00 +0000 (Tue, 14 Apr 2009)
New Revision: 3382

Added:
   packages-wip/libinotify-ruby/trunk/debian/
   packages-wip/libinotify-ruby/trunk/debian/changelog
   packages-wip/libinotify-ruby/trunk/debian/compat
   packages-wip/libinotify-ruby/trunk/debian/control
   packages-wip/libinotify-ruby/trunk/debian/copyright
   packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.8.examples
   packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.9.examples
   packages-wip/libinotify-ruby/trunk/debian/rules
   packages-wip/libinotify-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libinotify-ruby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages-wip/libinotify-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/changelog	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1,72 @@
+libinotify-ruby (0.0.2-3) UNRELEASED; urgency=low
+
+  * Adopt package (Closes: #515303)
+    - Update Maintainer, Uploaders (for pkg-ruby-extras team), and Vcs-*
+  * remove get-orig-source target
+  * change section to ruby
+  * remove orig-tar.sh script
+  * update to standards version 3.8.1
+  * Debian copyright
+  * add misc:Depends
+  * extend long description a bit
+  * extend short short descriptions a bit
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 13 Apr 2009 21:50:47 -0700
+
+libinotify-ruby (0.0.2-2) unstable; urgency=low
+
+  * Remove debian/control.in because it is not really needed.
+  * Set Architecture: any for the version specific binary packages.
+    (Closes: #463816)
+  * Update Homepage and Vcs headers in debian/control.
+  * Update Standards-Version: 3.7.3 (no changes).
+  * Add copyright information.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 29 Feb 2008 22:28:31 +0100
+
+libinotify-ruby (0.0.2-1) unstable; urgency=low
+
+  * new upstream version
+  * Remove patch build.diff that has been applied upstream.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 10 Oct 2007 20:01:42 +0200
+
+libinotify-ruby (0.0.1-2) unstable; urgency=low
+
+  * Add a patch to build with newest ruby 1.9. Thanks to Akira Yamada.
+    (Closes: #441489)
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 18 Sep 2007 22:41:13 +0200
+
+libinotify-ruby (0.0.1-1) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * New usptream release
+  * Remove debian/patches - all merged upstream
+  * Enhance debian/watch
+  * Add myself to Uploaders in debian/control
+
+  [ Torsten Werner ]
+  * Change Build-Depends: ruby(-dev) (>= 1.9.0+20070523).
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 11 Jun 2007 00:26:09 +0200
+
+libinotify-ruby (0.0.0-3) unstable; urgency=low
+
+  * Add patch ruby19.diff from Michael Ablassmeier. (Closes: #427481)
+
+ -- Torsten Werner <twerner at debian.org>  Mon,  4 Jun 2007 20:37:53 +0200
+
+libinotify-ruby (0.0.0-2) unstable; urgency=low
+
+  * Add XS-X-Vcs-Svn header to debian/control.in.
+  * Really fix the build process.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 18 Mar 2007 21:04:16 +0100
+
+libinotify-ruby (0.0.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #415331)
+  * Make sure the package build on every linux architecture.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 18 Mar 2007 14:28:53 +0100

Added: packages-wip/libinotify-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/compat	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1 @@
+5

Added: packages-wip/libinotify-ruby/trunk/debian/control
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/control	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1,39 @@
+Source: libinotify-ruby
+Section: ruby
+Priority: optional
+Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8,
+ ruby1.8-dev, ruby1.9 (>= 1.9.0+20070523), ruby1.9-dev (>= 1.9.0+20070523)
+Standards-Version: 3.8.1
+Vcs-Svn: http://svn.debian.org/svn/pkg-ruby-extras/packages/libinotify-ruby/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/packages/libinotify-ruby/trunk
+Homepage: http://raa.ruby-lang.org/project/ruby-inotify/
+
+Package: libinotify-ruby
+Architecture: all
+Depends: libinotify-ruby1.8, ${misc:Depends}
+Description: Ruby interface to Linux's inotify system (dependency package)
+ The Ruby package ruby-inotify allows to use Linux's inotify system to
+ wait for and respond to file access/change/create/delete events.
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8.x).
+
+Package: libinotify-ruby1.8
+Architecture: any
+Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby interface to Linux's inotify system (ruby 1.8)
+ The Ruby package ruby-inotify allows to use Linux's inotify system to
+ wait for and respond to file access/change/create/delete events.
+ .
+ This package is built for Ruby 1.8.
+
+Package: libinotify-ruby1.9
+Architecture: any
+Depends: ruby1.9, ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby interface to Linux's inotify system (ruby 1.9)
+ The Ruby package ruby-inotify allows to use Linux's inotify system to
+ wait for and respond to file access/change/create/delete events.
+ .
+ This package is built for Ruby 1.9.

Added: packages-wip/libinotify-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/copyright	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1,80 @@
+This package was debianised by Torsten Werner <twerner at debian.org>,
+on March 18th, 2007.
+
+It was downloaded from <http://raa.ruby-lang.org/project/ruby-inotify/>.
+
+Upstream Author: aredridel at nbtsc.org
+
+Copyright: (C) 2005-2007 aredridel at nbtsc.org
+
+License:
+
+    ruby-inotify is licensed under the same terms as Ruby itself:
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see the file /usr/share/common-licenses/GPL), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+	  make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+	  organization.
+
+       c) give non-standard binaries non-standard names, with
+	  instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or binary form,
+     provided that you do at least ONE of the following:
+
+       a) distribute the binaries and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard binaries non-standard names, with
+	  instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under these terms.
+
+     For the list of those files and their copying conditions, see the
+     file LEGAL.
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+
+GNU General Public License:
+
+On Debian systems, the complete text of the GNU General Public License can
+be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is Copyright 2007-2008 Torsten Werner
+<twerner at debian.org> and Copyright 2009 Ryan Niebur
+<ryanryan52 at gmail.com>, and is licensed under the same license as this
+package itself, see above.

Added: packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.8.examples
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.8.examples	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.8.examples	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1 @@
+examples/*

Added: packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.9.examples
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.9.examples	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/libinotify-ruby1.9.examples	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1 @@
+examples/*

Added: packages-wip/libinotify-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/rules	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk


Property changes on: packages-wip/libinotify-ruby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages-wip/libinotify-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libinotify-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libinotify-ruby/trunk/debian/watch	2009-04-14 04:57:00 UTC (rev 3382)
@@ -0,0 +1,3 @@
+version=3
+http://raa.ruby-lang.org/project/ruby-inotify/ .*ruby-inotify-(.*).tar.gz
+




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