[Pkg-ruby-extras-maintainers] r998 - packages-wip/libtorrent-ruby/trunk/debian

Arnaud Cornet nohar-guest at alioth.debian.org
Sun Nov 5 16:20:32 CET 2006


Author: nohar-guest
Date: 2006-11-05 16:20:32 +0100 (Sun, 05 Nov 2006)
New Revision: 998

Added:
   packages-wip/libtorrent-ruby/trunk/debian/control.in
Modified:
   packages-wip/libtorrent-ruby/trunk/debian/rules
Log:
Add the uploaders rule and the control.in file.



Copied: packages-wip/libtorrent-ruby/trunk/debian/control.in (from rev 997, packages-wip/libtorrent-ruby/trunk/debian/control)
===================================================================
--- packages-wip/libtorrent-ruby/trunk/debian/control	2006-11-05 15:10:57 UTC (rev 997)
+++ packages-wip/libtorrent-ruby/trunk/debian/control.in	2006-11-05 15:20:32 UTC (rev 998)
@@ -0,0 +1,25 @@
+Source: libtorrent-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 5.0.37.2), ruby
+
+Package: libtorrent-ruby
+Architecture: any
+Depends: libtorrent-ruby1.8
+Description: BitTorrent library in Ruby
+ RubyTorrent is a pure-Ruby BitTorrent peer library and toolset. You can use
+ it to download or serve files over BitTorrent from any Ruby program.
+ .
+ This is a dependency package which depends on Debian's default version of Ruby
+ (currently 1.8).
+
+Package: libtorrent-ruby1.8
+Architecture: any
+Depends: ruby
+Description: BitTorrent library in Ruby
+ RubyTorrent is a pure-Ruby BitTorrent peer library and toolset. You can use
+ it to download or serve files over BitTorrent from any Ruby program.
+

Modified: packages-wip/libtorrent-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libtorrent-ruby/trunk/debian/rules	2006-11-05 15:10:57 UTC (rev 997)
+++ packages-wip/libtorrent-ruby/trunk/debian/rules	2006-11-05 15:20:32 UTC (rev 998)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
 install/libtorrent-ruby1.8::
 	mkdir -p debian/libtorrent-ruby1.8/usr/lib/ruby/1.8




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