[Pkg-ruby-extras-maintainers] r363 - packages/libsvg-ruby/trunk/debian

Thierry Reding beatle-guest at costa.debian.org
Tue Mar 21 11:50:11 UTC 2006


Author: beatle-guest
Date: 2006-03-21 11:50:10 +0000 (Tue, 21 Mar 2006)
New Revision: 363

Modified:
   packages/libsvg-ruby/trunk/debian/changelog
   packages/libsvg-ruby/trunk/debian/control
   packages/libsvg-ruby/trunk/debian/control.in
   packages/libsvg-ruby/trunk/debian/rules
Log:
* Now sets DEB_RUBY_CLEAN_ARGS to `clean', because install.rb doesn't now the
  `distclean' argument. This needs ruby-pkg-tools >= 0.8 to work.



Modified: packages/libsvg-ruby/trunk/debian/changelog
===================================================================
--- packages/libsvg-ruby/trunk/debian/changelog	2006-03-21 11:42:37 UTC (rev 362)
+++ packages/libsvg-ruby/trunk/debian/changelog	2006-03-21 11:50:10 UTC (rev 363)
@@ -1,11 +1,17 @@
 libsvg-ruby (1.0.3-2) UNRELEASED; urgency=low
 
+  [ Paul van Tilburg ]
   * Updated control.in:
     - Added missing Uploaders field (used by uploaders.mk).
     - Set the Maintainer field to the team.
 
- -- Paul van Tilburg <paulvt at debian.org>  Mon,  9 Jan 2006 21:32:14 +0000
+  [ Thierry Reding ]
+  * Now uses the DEB_RUBY_CLEAN_ARGS CDBS variable to override the default
+    clean target. Build-Depends on ruby-pkg-tools (>= 0.8).
+    Closes: #357768.
 
+ -- Thierry Reding <thierry at doppeltgemoppelt.de>  Tue, 21 Mar 2006 12:45:42 +0100
+
 libsvg-ruby (1.0.3-1) unstable; urgency=low
 
   * Initial Release.

Modified: packages/libsvg-ruby/trunk/debian/control
===================================================================
--- packages/libsvg-ruby/trunk/debian/control	2006-03-21 11:42:37 UTC (rev 362)
+++ packages/libsvg-ruby/trunk/debian/control	2006-03-21 11:50:10 UTC (rev 363)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
-Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools, ruby1.8
+Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools (>= 0.8), ruby1.8
 Standards-Version: 3.6.2
 
 Package: libsvg-ruby

Modified: packages/libsvg-ruby/trunk/debian/control.in
===================================================================
--- packages/libsvg-ruby/trunk/debian/control.in	2006-03-21 11:42:37 UTC (rev 362)
+++ packages/libsvg-ruby/trunk/debian/control.in	2006-03-21 11:50:10 UTC (rev 363)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: @RUBY_TEAM@
-Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools, ruby1.8
+Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools (>= 0.8), ruby1.8
 Standards-Version: 3.6.2
 
 Package: libsvg-ruby

Modified: packages/libsvg-ruby/trunk/debian/rules
===================================================================
--- packages/libsvg-ruby/trunk/debian/rules	2006-03-21 11:42:37 UTC (rev 362)
+++ packages/libsvg-ruby/trunk/debian/rules	2006-03-21 11:50:10 UTC (rev 363)
@@ -9,3 +9,5 @@
 
 DEB_RUBY_SETUP_CMD = install.rb
 DEB_RUBY_CONFIG_ARGS = --site-ruby=/usr/lib/ruby/1.8
+DEB_RUBY_CLEAN_ARGS = clean
+




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