[DRE-commits] r1368 - packages/libtorrent-ruby/trunk/debian

Arnaud Cornet nohar-guest at alioth.debian.org
Sun Apr 15 09:24:49 UTC 2007


Author: nohar-guest
Date: 2007-04-15 09:24:49 +0000 (Sun, 15 Apr 2007)
New Revision: 1368

Removed:
   packages/libtorrent-ruby/trunk/debian/control.in
Modified:
   packages/libtorrent-ruby/trunk/debian/changelog
   packages/libtorrent-ruby/trunk/debian/control
   packages/libtorrent-ruby/trunk/debian/rules
Log:
Fix architecture. Do not use the uploaders rule anymore.

Modified: packages/libtorrent-ruby/trunk/debian/changelog
===================================================================
--- packages/libtorrent-ruby/trunk/debian/changelog	2007-04-15 09:17:44 UTC (rev 1367)
+++ packages/libtorrent-ruby/trunk/debian/changelog	2007-04-15 09:24:49 UTC (rev 1368)
@@ -1,9 +1,14 @@
 libtorrent-ruby (0.3-2) UNRELEASED; urgency=low
 
+  [ Paul van Tilburg ]
   * NOT RELEASED YET
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed,  8 Nov 2006 22:27:11 +0100
+  [ Arnaud Cornet ]
+  * Fix architecture.
+  * Do not use the uploaders rule anymore.
 
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sun, 15 Apr 2007 11:24:25 +0200
+
 libtorrent-ruby (0.3-1) unstable; urgency=low
 
   * Initial release.

Modified: packages/libtorrent-ruby/trunk/debian/control
===================================================================
--- packages/libtorrent-ruby/trunk/debian/control	2007-04-15 09:17:44 UTC (rev 1367)
+++ packages/libtorrent-ruby/trunk/debian/control	2007-04-15 09:24:49 UTC (rev 1368)
@@ -2,12 +2,12 @@
 Section: libs
 Priority: optional
 Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.2
 Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 5.0.37.2), ruby
 
 Package: libtorrent-ruby
-Architecture: any
+Architecture: all
 Depends: libtorrent-ruby1.8
 Description: BitTorrent library in Ruby
  RubyTorrent is a pure-Ruby BitTorrent peer library and toolset. You can use
@@ -17,7 +17,7 @@
  (currently 1.8).
 
 Package: libtorrent-ruby1.8
-Architecture: any
+Architecture: all
 Depends: ruby
 Description: BitTorrent library in Ruby
  RubyTorrent is a pure-Ruby BitTorrent peer library and toolset. You can use

Deleted: packages/libtorrent-ruby/trunk/debian/control.in
===================================================================
--- packages/libtorrent-ruby/trunk/debian/control.in	2007-04-15 09:17:44 UTC (rev 1367)
+++ packages/libtorrent-ruby/trunk/debian/control.in	2007-04-15 09:24:49 UTC (rev 1368)
@@ -1,25 +0,0 @@
-Source: libtorrent-ruby
-Section: libs
-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
-
-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/libtorrent-ruby/trunk/debian/rules
===================================================================
--- packages/libtorrent-ruby/trunk/debian/rules	2007-04-15 09:17:44 UTC (rev 1367)
+++ packages/libtorrent-ruby/trunk/debian/rules	2007-04-15 09:24:49 UTC (rev 1368)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 




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