[Pkg-ruby-extras-maintainers] r1038 - packages-wip/libxml-ruby/trunk/debian

Filipe Lautert filipe-guest at alioth.debian.org
Wed Nov 8 14:45:32 CET 2006


Author: filipe-guest
Date: 2006-11-08 14:45:32 +0100 (Wed, 08 Nov 2006)
New Revision: 1038

Modified:
   packages-wip/libxml-ruby/trunk/debian/changelog
   packages-wip/libxml-ruby/trunk/debian/rules
Log:
Added remove command that eliminates empty file.

Modified: packages-wip/libxml-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/changelog	2006-11-08 13:07:04 UTC (rev 1037)
+++ packages-wip/libxml-ruby/trunk/debian/changelog	2006-11-08 13:45:32 UTC (rev 1038)
@@ -2,6 +2,10 @@
 
   * Package adopted - maintenance changed to Debian/Ruby Extras team.
     Closes: #335698.
+  * Converted debian/rules to cdbs.
+  * Added remove command to debian/rules that removes empty test file
+    resolving litian warning.
+  * Conforms to Standards version 3.7.2.
 
  -- Filipe Lautert <filipelautert at celepar.pr.gov.br>  Tue,  7 Nov 2006 21:35:12 -0300
 

Modified: packages-wip/libxml-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/rules	2006-11-08 13:07:04 UTC (rev 1037)
+++ packages-wip/libxml-ruby/trunk/debian/rules	2006-11-08 13:45:32 UTC (rev 1038)
@@ -3,8 +3,12 @@
 # CDBS file to build the Foo Ruby package.
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
 include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
 DEB_RUBY_SETUP_CMD="ext/xml/extconf.rb"
 DEB_COMPRESS_EXCLUDE := .xml
+
+build:
+	rm tests/model/default_validation_bug.rb




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