[DRE-commits] r1470 - packages/libinline-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 21:44:56 UTC 2007


Author: paulvt
Date: 2007-04-18 21:44:56 +0000 (Wed, 18 Apr 2007)
New Revision: 1470

Removed:
   packages/libinline-ruby/trunk/debian/control.in
Modified:
   packages/libinline-ruby/trunk/debian/changelog
   packages/libinline-ruby/trunk/debian/control
   packages/libinline-ruby/trunk/debian/rules
Log:
* Adapted debian/control, debian/rules, and removed debian/control.in
  to drop the Uploaders rule.
* Updated the description, libinline-ruby is not part of the
  libruby-extras bundle!

Modified: packages/libinline-ruby/trunk/debian/changelog
===================================================================
--- packages/libinline-ruby/trunk/debian/changelog	2007-04-18 21:28:18 UTC (rev 1469)
+++ packages/libinline-ruby/trunk/debian/changelog	2007-04-18 21:44:56 UTC (rev 1470)
@@ -1,8 +1,11 @@
-libinline-ruby (3.6.2-2) UNRELEASED; urgency=low
+libinline-ruby (3.6.2-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Adapted debian/control, debian/rules, and removed debian/control.in
+    to drop the Uploaders rule.
+  * Updated the description, libinline-ruby is not part of the
+    libruby-extras bundle!
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed,  8 Nov 2006 13:33:10 +0100
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 23:44:35 +0200
 
 libinline-ruby (3.6.2-1) unstable; urgency=low
 

Modified: packages/libinline-ruby/trunk/debian/control
===================================================================
--- packages/libinline-ruby/trunk/debian/control	2007-04-18 21:28:18 UTC (rev 1469)
+++ packages/libinline-ruby/trunk/debian/control	2007-04-18 21:44:56 UTC (rev 1470)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Patrick Ringl <patrick_ at freenet.de>
-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>, Arnaud Cornet <arnaud.cornet at gmail.com>, 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>,
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends: cdbs, debhelper (>= 5.0.0)
 Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
 Standards-Version: 3.7.2
@@ -16,9 +16,6 @@
  directly. By writing simple builder classes, you can teach how to cope with
  new languages (fortran, perl, whatever).
  .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.
- .
  This is a dummy package depending on the library for the current default
  version of Ruby.
 
@@ -30,6 +27,3 @@
  it allows you to embed C/++ external module code in your ruby script
  directly. By writing simple builder classes, you can teach how to cope with
  new languages (fortran, perl, whatever).
- .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.

Deleted: packages/libinline-ruby/trunk/debian/control.in
===================================================================
--- packages/libinline-ruby/trunk/debian/control.in	2007-04-18 21:28:18 UTC (rev 1469)
+++ packages/libinline-ruby/trunk/debian/control.in	2007-04-18 21:44:56 UTC (rev 1470)
@@ -1,35 +0,0 @@
-Source: libinline-ruby
-Section: interpreters
-Priority: optional
-Maintainer: Patrick Ringl <patrick_ at freenet.de>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 5.0.0)
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
-Standards-Version: 3.7.2
-
-Package: libinline-ruby
-Architecture: all
-Depends: libinline-ruby1.8
-Description: Ruby library for embedding C/++ external module code
- Ruby Inline is an analog to Perl's Inline::C. Out of the box,
- it allows you to embed C/++ external module code in your ruby script
- directly. By writing simple builder classes, you can teach how to cope with
- new languages (fortran, perl, whatever).
- .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: libinline-ruby1.8
-Architecture: all
-Depends: ruby1.8, ruby1.8-dev
-Description: Ruby library for embedding C/++ external module code
- Ruby Inline is an analog to Perl's Inline::C. Out of the box,
- it allows you to embed C/++ external module code in your ruby script
- directly. By writing simple builder classes, you can teach how to cope with
- new languages (fortran, perl, whatever).
- .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.

Modified: packages/libinline-ruby/trunk/debian/rules
===================================================================
--- packages/libinline-ruby/trunk/debian/rules	2007-04-18 21:28:18 UTC (rev 1469)
+++ packages/libinline-ruby/trunk/debian/rules	2007-04-18 21:44:56 UTC (rev 1470)
@@ -4,4 +4,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk




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