[DRE-commits] r2090 - packages/mongrel/trunk/debian

filipe-guest at alioth.debian.org filipe-guest at alioth.debian.org
Sat Dec 1 04:15:28 UTC 2007


Author: filipe-guest
Date: 2007-12-01 04:15:27 +0000 (Sat, 01 Dec 2007)
New Revision: 2090

Modified:
   packages/mongrel/trunk/debian/changelog
   packages/mongrel/trunk/debian/rules
Log:
Some changes made to clean target.



Modified: packages/mongrel/trunk/debian/changelog
===================================================================
--- packages/mongrel/trunk/debian/changelog	2007-11-30 16:41:42 UTC (rev 2089)
+++ packages/mongrel/trunk/debian/changelog	2007-12-01 04:15:27 UTC (rev 2090)
@@ -1,10 +1,11 @@
 mongrel (1.1.1+deb-2) unstable; urgency=low
 
   * Added prefix 'XS-' to Dm-Upload-Allowed field in file debian/control.
-  * Confirmed that FTBFS if build twice was from the package. Tested and
-    found that it was closed in last upload. (Closes: #442677).
+  * Changed rules file to call setup.rb clean target.
+  * Confirmed that FTBFS if build twice problem was from the package. 
+    Tested and ensured that it is closed now. (Closes: #442677).
 
- -- Filipe Lautert <filipe at icewall.org>  Thu, 29 Nov 2007 01:00:01 -0200
+ -- Filipe Lautert <filipe at icewall.org>  Sat, 01 Dec 2007 02:12:34 -0200
 
 mongrel (1.1.1+deb-1) unstable; urgency=low
 

Modified: packages/mongrel/trunk/debian/rules
===================================================================
--- packages/mongrel/trunk/debian/rules	2007-11-30 16:41:42 UTC (rev 2089)
+++ packages/mongrel/trunk/debian/rules	2007-12-01 04:15:27 UTC (rev 2090)
@@ -28,11 +28,7 @@
 		rmdir -p --ignore-fail-on-non-empty
 
 clean::
-	# Clean up some files not taken care of by setup.rb
-	find ext/ -type f | grep '\.\(o\|so\)$$' | xargs rm -f
-
-clean/mongrel::
-	$(MAKE) distclean
-
-clean/mongrel-doc::
+	/usr/bin/ruby$(cdbs_ruby_ver) setup.rb config $(DEB_RUBY_CONFIG_ARGS)
+	/usr/bin/ruby$(cdbs_ruby_ver) setup.rb clean
+	rm -f $(DEB_SRCDIR)/.config-*
 	rm -rf doc/




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