[DRE-commits] [ruby-unf-ext] 01/02: fix reference do dh_installchangelogs

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Jul 19 11:57:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-unf-ext.

commit 492429d934f7b3039095f19b6cae1425530f53c0
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jul 19 08:46:46 2016 -0300

    fix reference do dh_installchangelogs
    
    Closes: #831780
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 70158d0..3fae37d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-unf-ext (0.0.7.2-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Apply patch by Chris Lamb to fix reference do dh_installchangelogs
+    (Closes: #831780)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 19 Jul 2016 08:45:59 -0300
+
 ruby-unf-ext (0.0.7.2-1) unstable; urgency=medium
 
   * Imported Upstream version 0.0.7.2
diff --git a/debian/rules b/debian/rules
index e9d34cc..73f82c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-override_dh_install_changelogs:
+override_dh_installchangelogs:
 	dh_installchangelogs -k $(CURDIR)/CHANGELOG.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-unf-ext.git



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