[DRE-commits] r1419 - packages/libfusefs-ruby/trunk/debian

Arnaud Cornet nohar-guest at alioth.debian.org
Wed Apr 18 19:48:04 UTC 2007


Author: nohar-guest
Date: 2007-04-18 19:48:04 +0000 (Wed, 18 Apr 2007)
New Revision: 1419

Removed:
   packages/libfusefs-ruby/trunk/debian/control.in
Modified:
   packages/libfusefs-ruby/trunk/debian/changelog
   packages/libfusefs-ruby/trunk/debian/control
   packages/libfusefs-ruby/trunk/debian/rules
Log:
Drop uploaders.mk. Add Paul to uploaders.

Modified: packages/libfusefs-ruby/trunk/debian/changelog
===================================================================
--- packages/libfusefs-ruby/trunk/debian/changelog	2007-04-18 19:43:04 UTC (rev 1418)
+++ packages/libfusefs-ruby/trunk/debian/changelog	2007-04-18 19:48:04 UTC (rev 1419)
@@ -1,9 +1,13 @@
 libfusefs-ruby (0.6.0-2) UNRELEASED; urgency=low
 
+  [ Paul van Tilburg ]
   * NOT RELEASED YET
 
- -- Paul van Tilburg <paulvt at debian.org>  Sat,  4 Nov 2006 20:15:18 +0100
+  [ Arnaud Cornet ]
+  * Drop uploaders.mk. Add Paul to uploaders.
 
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Wed, 18 Apr 2007 21:49:28 +0200
+
 libfusefs-ruby (0.6.0-1) unstable; urgency=low
 
   * Initial release.

Modified: packages/libfusefs-ruby/trunk/debian/control
===================================================================
--- packages/libfusefs-ruby/trunk/debian/control	2007-04-18 19:43:04 UTC (rev 1418)
+++ packages/libfusefs-ruby/trunk/debian/control	2007-04-18 19:48:04 UTC (rev 1419)
@@ -2,6 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
 Standards-Version: 3.7.2
 Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 5.0.37.2), ruby, ruby1.8-dev, libfuse-dev
 

Deleted: packages/libfusefs-ruby/trunk/debian/control.in
===================================================================
--- packages/libfusefs-ruby/trunk/debian/control.in	2007-04-18 19:43:04 UTC (rev 1418)
+++ packages/libfusefs-ruby/trunk/debian/control.in	2007-04-18 19:48:04 UTC (rev 1419)
@@ -1,25 +0,0 @@
-Source: libfusefs-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), ruby, ruby1.8-dev, libfuse-dev
-
-Package: libfusefs-ruby
-Architecture: all
-Depends: libfusefs-ruby1.8
-Description: library to easily define a filesystem in Ruby using fuse
- This library provides a simple API to define a fuse filesystem in Ruby.
- It is *NOT* a full implementation of the FUSE API.
- .
- This is a dependency package which depends on Debian's default version of Ruby
- (currently 1.8).
-
-Package: libfusefs-ruby1.8
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: library to easily define a filesystem in Ruby using fuse
- This library provides a simple API to define a fuse filesystem in Ruby.
- It is *NOT* a full implementation of the FUSE API.
-

Modified: packages/libfusefs-ruby/trunk/debian/rules
===================================================================
--- packages/libfusefs-ruby/trunk/debian/rules	2007-04-18 19:43:04 UTC (rev 1418)
+++ packages/libfusefs-ruby/trunk/debian/rules	2007-04-18 19:48:04 UTC (rev 1419)
@@ -2,5 +2,4 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 




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