[DRE-commits] [SCM] ruby-dataobjects-postgres.git branch, master, updated. debian/0.10.8-2-11-g1b903eb

Cédric Boutillier boutil at debian.org
Tue Jun 11 15:53:23 UTC 2013


The following commit has been merged in the master branch:
commit 8b92f3f8528b45d46b591c3445073c52edde04f0
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 11 09:17:27 2013 +0200

    debian/rules: fix target to install upstream changelog

diff --git a/debian/rules b/debian/rules
index 9458a21..94c4daf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,8 @@ export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1
 	dh $@ --buildsystem=ruby --with ruby
 
 #install upstream changelog
-override_dh_installchangelog:
-	dh_installchangelog ChangeLog.markdown
+override_dh_installchangelogs:
+	dh_installchangelogs ChangeLog.markdown
 
 ## start postgres server before auto_installing
 ## not working yet

-- 
ruby-dataobjects-postgres.git



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