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

gwolf at alioth.debian.org gwolf at alioth.debian.org
Mon Nov 5 20:12:25 UTC 2007


Author: gwolf
Date: 2007-11-05 20:12:25 +0000 (Mon, 05 Nov 2007)
New Revision: 2037

Modified:
   packages/mongrel/trunk/debian/changelog
   packages/mongrel/trunk/debian/rules
Log:
- removed some binary files in ext/ which caused a FTBFS when building
  for the second time
- updated to upstream 1.0.4


Modified: packages/mongrel/trunk/debian/changelog
===================================================================
--- packages/mongrel/trunk/debian/changelog	2007-11-05 13:04:53 UTC (rev 2036)
+++ packages/mongrel/trunk/debian/changelog	2007-11-05 20:12:25 UTC (rev 2037)
@@ -1,5 +1,9 @@
-mongrel (1.0.2-1) unstable; urgency=low
+mongrel (1.0.4-1) unstable; urgency=low
 
+  [ Gunnar Wolf ]
+  * (NOT RELEASED YET) New upstream release
+
+  [ Filipe Lautert ]
   * Removed patches as there is no use for them anymore (solved upstream).
   * Added rdoc generation as upstream do not provide pre-generated rdocs
     anymore.
@@ -7,7 +11,7 @@
   * Now it builds twice in a row (closes: #442677).
   * New upstream release.
 
- -- Filipe Lautert <filipe at icewall.org>  Sun, 23 Sep 2007 23:55:01 -0300
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 05 Nov 2007 13:27:10 -0600
 
 mongrel (1.0.1-1) unstable; urgency=low
 

Modified: packages/mongrel/trunk/debian/rules
===================================================================
--- packages/mongrel/trunk/debian/rules	2007-11-05 13:04:53 UTC (rev 2036)
+++ packages/mongrel/trunk/debian/rules	2007-11-05 20:12:25 UTC (rev 2037)
@@ -27,6 +27,10 @@
 	-find $(CURDIR)/debian -type d | xargs \
 		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
 




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