[Pkg-ruby-extras-maintainers] r1008 - in packages-wip/libmmap-ruby/trunk: . debian

Arnaud Cornet nohar-guest at alioth.debian.org
Tue Nov 7 23:19:37 CET 2006


Author: nohar-guest
Date: 2006-11-07 23:19:37 +0100 (Tue, 07 Nov 2006)
New Revision: 1008

Added:
   packages-wip/libmmap-ruby/trunk/debian/control.in
   packages-wip/libmmap-ruby/trunk/debian/watch
Removed:
   packages-wip/libmmap-ruby/trunk/tmp/
Modified:
   packages-wip/libmmap-ruby/trunk/debian/rules
Log:
Delete some files that should never have been there.
Add control.in.
Fix clean rule.


Copied: packages-wip/libmmap-ruby/trunk/debian/control.in (from rev 1007, packages-wip/libmmap-ruby/trunk/debian/control)
===================================================================
--- packages-wip/libmmap-ruby/trunk/debian/control	2006-11-07 22:06:28 UTC (rev 1007)
+++ packages-wip/libmmap-ruby/trunk/debian/control.in	2006-11-07 22:19:37 UTC (rev 1008)
@@ -0,0 +1,44 @@
+Source: libmmap-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Standards-Version: 3.7.2
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 5.0.37.2), ruby1.8-dev, rdoc, graphviz
+
+Package: libmmap-ruby
+Architecture: any
+Depends: libmmap-ruby1.8
+Description: Ruby interface to manage memory-mapped file objects
+ This is a ruby library that implements memory-mapped file objects. It provides
+ a ruby API to access the mmap syscall an manipulate mapped memory.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+ This is a dependency package which depends on Debian's default version of Ruby
+ (currently 1.8).
+
+Package: libmmap-ruby1.8
+Architecture: any
+Depends: ruby
+Description: Ruby interface to manage memory-mapped file objects
+ This is a ruby library that implements memory-mapped file objects. It provides
+ a ruby API to access the mmap syscall an manipulate mapped memory.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+
+Package: libmmap-ruby-doc
+Section: doc
+Architecture: any
+Depends: libmmap-ruby1.8
+Description: Ruby interface to manage memory-mapped file objects (documentation)
+ This is a ruby library that implements memory-mapped file objects. It provides
+ a ruby API to access the mmap syscall an manipulate mapped memory.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+ This is the documentation package, with rdoc generated upstream documentation.
+

Modified: packages-wip/libmmap-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libmmap-ruby/trunk/debian/rules	2006-11-07 22:06:28 UTC (rev 1007)
+++ packages-wip/libmmap-ruby/trunk/debian/rules	2006-11-07 22:19:37 UTC (rev 1008)
@@ -8,3 +8,4 @@
 
 clean::
 	rm -f lib
+	rm -f tmp/*

Added: packages-wip/libmmap-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libmmap-ruby/trunk/debian/watch	2006-11-07 22:06:28 UTC (rev 1007)
+++ packages-wip/libmmap-ruby/trunk/debian/watch	2006-11-07 22:19:37 UTC (rev 1008)
@@ -0,0 +1,2 @@
+version=3
+ftp://moulon.inra.fr/pub/ruby/ .*mmap-(.*)\.t.*




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