[DRE-commits] [SCM] ruby-yajl.git branch, master, updated. debian/0.8.3-2-15-ga7c6a55
Praveen Arimbrathodiyil
pravi.a at gmail.com
Tue Sep 27 12:03:26 UTC 2011
The following commit has been merged in the master branch:
commit a7c6a556579f88051f3d78e694e61647e533a35a
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date: Tue Sep 27 17:29:11 2011 +0530
Install CHANGELOG.md as override in debian/rules
diff --git a/debian/changelog b/debian/changelog
index 34b6a58..22e12d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ ruby-yajl (1.0.0-1) unstable; urgency=low
- merged upstream
* Add 001-encoding-spec-upstream-fix.patch to fix test failures.
* Change ruby-yajl.docs to README.md from README.rdoc
- * Add CHANGELOG.md to ruby-yajl.docs
+ * Install CHANGELOG.md as upstream changelog.
* Expand curly brace in debian/copyright
to follow dep5 simplified glob syntax.
diff --git a/debian/ruby-yajl.docs b/debian/ruby-yajl.docs
index 88dae24..b43bf86 100644
--- a/debian/ruby-yajl.docs
+++ b/debian/ruby-yajl.docs
@@ -1,2 +1 @@
README.md
-CHANGELOG.md
diff --git a/debian/rules b/debian/rules
index a5e7dc8..d0716e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGELOG.md
--
ruby-yajl.git
More information about the Pkg-ruby-extras-commits
mailing list