[DRE-commits] r2423 - packages/libsvg-ruby/trunk/debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Mon Jan 14 16:34:27 UTC 2008


Author: terceiro-guest
Date: 2008-01-14 16:34:27 +0000 (Mon, 14 Jan 2008)
New Revision: 2423

Modified:
   packages/libsvg-ruby/trunk/debian/changelog
   packages/libsvg-ruby/trunk/debian/control
   packages/libsvg-ruby/trunk/debian/rules
Log:
optimizing package for ruby-pkg-tools 0.13



Modified: packages/libsvg-ruby/trunk/debian/changelog
===================================================================
--- packages/libsvg-ruby/trunk/debian/changelog	2008-01-14 16:33:57 UTC (rev 2422)
+++ packages/libsvg-ruby/trunk/debian/changelog	2008-01-14 16:34:27 UTC (rev 2423)
@@ -1,8 +1,12 @@
 libsvg-ruby (1.0.3-5) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * debian/rules: removed tweaking of build vars due to use of old install.rb;
+    now using packaged setup.rb as of ruby-pkg-tools 0.13
+  * debian/control: Build-Depends on ruby-pkg-tools >= 0.13
+  * debian/control: Upgraded to standards version 3.7.3:
+    + Changed debhelper versioned Build-Dependends: to >= 5.0.0
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 22:56:49 +0200
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Mon, 14 Jan 2008 12:31:18 -0300
 
 libsvg-ruby (1.0.3-4) unstable; urgency=low
 

Modified: packages/libsvg-ruby/trunk/debian/control
===================================================================
--- packages/libsvg-ruby/trunk/debian/control	2008-01-14 16:33:57 UTC (rev 2422)
+++ packages/libsvg-ruby/trunk/debian/control	2008-01-14 16:34:27 UTC (rev 2423)
@@ -3,9 +3,9 @@
 Priority: optional
 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), ruby-pkg-tools (>= 0.8)
+Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.13)
 Build-Depends-Indep: ruby1.8
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libsvg-ruby
 Architecture: all

Modified: packages/libsvg-ruby/trunk/debian/rules
===================================================================
--- packages/libsvg-ruby/trunk/debian/rules	2008-01-14 16:33:57 UTC (rev 2422)
+++ packages/libsvg-ruby/trunk/debian/rules	2008-01-14 16:34:27 UTC (rev 2423)
@@ -5,7 +5,4 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
-DEB_RUBY_SETUP_CMD = install.rb
-DEB_RUBY_CONFIG_ARGS = --site-ruby=/usr/lib/ruby/1.8
-DEB_RUBY_CLEAN_TARGET = clean
 




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