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

Thierry Reding beatle-guest at costa.debian.org
Tue Mar 21 16:01:32 UTC 2006


Author: beatle-guest
Date: 2006-03-21 16:01:31 +0000 (Tue, 21 Mar 2006)
New Revision: 366

Modified:
   packages/libsvg-ruby/trunk/debian/changelog
   packages/libsvg-ruby/trunk/debian/rules
Log:
* Fixed the debian/rules file to work with the updated ruby-setup-rb.mk
  class.


Modified: packages/libsvg-ruby/trunk/debian/changelog
===================================================================
--- packages/libsvg-ruby/trunk/debian/changelog	2006-03-21 15:59:24 UTC (rev 365)
+++ packages/libsvg-ruby/trunk/debian/changelog	2006-03-21 16:01:31 UTC (rev 366)
@@ -6,11 +6,11 @@
     - Set the Maintainer field to the team.
 
   [ Thierry Reding ]
-  * Now uses the DEB_RUBY_CLEAN_ARGS CDBS variable to override the default
+  * Now uses the DEB_RUBY_CLEAN_TARGET 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
+ -- Thierry Reding <thierry at doppeltgemoppelt.de>  Tue, 21 Mar 2006 17:00:03 +0100
 
 libsvg-ruby (1.0.3-1) unstable; urgency=low
 

Modified: packages/libsvg-ruby/trunk/debian/rules
===================================================================
--- packages/libsvg-ruby/trunk/debian/rules	2006-03-21 15:59:24 UTC (rev 365)
+++ packages/libsvg-ruby/trunk/debian/rules	2006-03-21 16:01:31 UTC (rev 366)
@@ -9,5 +9,5 @@
 
 DEB_RUBY_SETUP_CMD = install.rb
 DEB_RUBY_CONFIG_ARGS = --site-ruby=/usr/lib/ruby/1.8
-DEB_RUBY_CLEAN_ARGS = clean
+DEB_RUBY_CLEAN_TARGET = clean
 




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