Hi, I fixed simply it in debian/rules as attached patch. Please check it, thanks.
-- Regards, Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp http://wiki.debian.org/HidekiYamane
diff -u libcompass-ruby-0.8.5debian/debian/changelog libcompass-ruby-0.8.5debian/debian/changelog --- libcompass-ruby-0.8.5debian/debian/changelog +++ libcompass-ruby-0.8.5debian/debian/changelog @@ -1,3 +1,11 @@ +libcompass-ruby (0.8.5debian-4.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - fix changelog name (Closes: #577342) + + -- Hideki Yamane (Debian-JP) <[email protected]> Thu, 22 Apr 2010 15:01:47 +0900 + libcompass-ruby (0.8.5debian-4) unstable; urgency=low * Fix dependency for libcompass-ruby to be libcompass-ruby1.8 diff -u libcompass-ruby-0.8.5debian/debian/rules libcompass-ruby-0.8.5debian/debian/rules --- libcompass-ruby-0.8.5debian/debian/rules +++ libcompass-ruby-0.8.5debian/debian/rules @@ -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

