[DRE-commits] r1440 - packages/libbreakpoint-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 20:40:34 UTC 2007


Author: paulvt
Date: 2007-04-18 20:40:33 +0000 (Wed, 18 Apr 2007)
New Revision: 1440

Removed:
   packages/libbreakpoint-ruby/trunk/debian/control.in
Modified:
   packages/libbreakpoint-ruby/trunk/debian/changelog
   packages/libbreakpoint-ruby/trunk/debian/control
Log:
* Adapted debian/control, debian/rules, and removed debian/control.in 
  to drop the Uploaders rule.

Modified: packages/libbreakpoint-ruby/trunk/debian/changelog
===================================================================
--- packages/libbreakpoint-ruby/trunk/debian/changelog	2007-04-18 20:36:43 UTC (rev 1439)
+++ packages/libbreakpoint-ruby/trunk/debian/changelog	2007-04-18 20:40:33 UTC (rev 1440)
@@ -1,8 +1,9 @@
-libbreakpoint-ruby (0.5.1-2) UNRELEASED; urgency=low
+libbreakpoint-ruby (0.5.1-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Adapted debian/control, debian/rules, and removed debian/control.in 
+    to drop the Uploaders rule.
 
- -- Paul van Tilburg <paulvt at debian.org>  Thu, 29 Jun 2006 08:52:50 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 22:39:46 +0200
 
 libbreakpoint-ruby (0.5.1-1) unstable; urgency=low
 

Modified: packages/libbreakpoint-ruby/trunk/debian/control
===================================================================
--- packages/libbreakpoint-ruby/trunk/debian/control	2007-04-18 20:36:43 UTC (rev 1439)
+++ packages/libbreakpoint-ruby/trunk/debian/control	2007-04-18 20:40:33 UTC (rev 1440)
@@ -1,10 +1,11 @@
 Source: libbreakpoint-ruby
 Section: interpreters
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: 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>
-Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools, ruby1.8
-Standards-Version: 3.6.2
+Maintainer: Paul van Tilburg <paulvt at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 4.0.0), 
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
+Standards-Version: 3.7.2
 
 Package: libbreakpoint-ruby
 Architecture: all
@@ -22,7 +23,7 @@
 
 Package: libbreakpoint-ruby1.8
 Architecture: all
-Depends: ruby1.8
+Depends: ruby
 Description: Ruby library for adding breakpoints to Ruby 1.8 programs
  Ruby-breakpoint lets you inspect and modify state at run time.  This
  allows you to diagnose bugs, patch applications and more all via IRB by

Deleted: packages/libbreakpoint-ruby/trunk/debian/control.in
===================================================================
--- packages/libbreakpoint-ruby/trunk/debian/control.in	2007-04-18 20:36:43 UTC (rev 1439)
+++ packages/libbreakpoint-ruby/trunk/debian/control.in	2007-04-18 20:40:33 UTC (rev 1440)
@@ -1,33 +0,0 @@
-Source: libbreakpoint-ruby
-Section: interpreters
-Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 4.0.0), 
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.7.2
-
-Package: libbreakpoint-ruby
-Architecture: all
-Depends: libbreakpoint-ruby1.8
-Description: Ruby library for adding breakpoints to Ruby programs
- Ruby-breakpoint lets you inspect and modify state at run time.  This
- allows you to diagnose bugs, patch applications and more all via IRB by
- simply doing a method call at the place you want to investigate.
- .
- 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: libbreakpoint-ruby1.8
-Architecture: all
-Depends: ruby
-Description: Ruby library for adding breakpoints to Ruby 1.8 programs
- Ruby-breakpoint lets you inspect and modify state at run time.  This
- allows you to diagnose bugs, patch applications and more all via IRB by
- simply doing a method call at the place you want to investigate.
- .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.




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