[DRE-commits] r5134 - trunk/libcompass-ruby/debian

Micah Anderson micah at alioth.debian.org
Sat Apr 24 19:02:33 UTC 2010


Author: micah
Date: 2010-04-24 19:02:32 +0000 (Sat, 24 Apr 2010)
New Revision: 5134

Modified:
   trunk/libcompass-ruby/debian/changelog
   trunk/libcompass-ruby/debian/rules
Log:
fix for FTBFS #577342

Modified: trunk/libcompass-ruby/debian/changelog
===================================================================
--- trunk/libcompass-ruby/debian/changelog	2010-04-22 05:18:00 UTC (rev 5133)
+++ trunk/libcompass-ruby/debian/changelog	2010-04-24 19:02:32 UTC (rev 5134)
@@ -1,3 +1,10 @@
+libcompass-ruby (0.8.5debian-5) unstable; urgency=low
+
+  * fix changelog name in debian/rules (Closes: #577342) 
+    - thanks Hideki Yamane
+
+ -- Micah Anderson <micah at debian.org>  Sat, 20 Mar 2010 16:46:20 -0400
+
 libcompass-ruby (0.8.5debian-4) unstable; urgency=low
 
   * Fix dependency for libcompass-ruby to be libcompass-ruby1.8 

Modified: trunk/libcompass-ruby/debian/rules
===================================================================
--- trunk/libcompass-ruby/debian/rules	2010-04-22 05:18:00 UTC (rev 5133)
+++ trunk/libcompass-ruby/debian/rules	2010-04-24 19:02:32 UTC (rev 5134)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_INSTALL_CHANGELOGS_ALL = ChangeLog
+DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG.markdown
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk




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