[DRE-commits] [ruby-mysql2] 04/05: Do not try to install inexistant CHANGELOG.md

Cédric Boutillier boutil at moszumanska.debian.org
Tue Nov 26 17:41:17 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-mysql2.

commit f7b04efa671681bca4139c5f71267855b5bbe3a4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Nov 26 18:29:29 2013 +0100

    Do not try to install inexistant CHANGELOG.md
---
 debian/changelog | 1 +
 debian/rules     | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 88bc70a..d8be408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-mysql2 (0.3.14-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.3.14
   * Copy example configuration in spec/ for use in tests
   * Refresh remove_rpath_compilation_flag.patch
+  * Do not try to install inexistant CHANGELOG.md
 
  -- Cédric Boutillier <boutil at debian.org>  Tue, 26 Nov 2013 16:16:45 +0100
 
diff --git a/debian/rules b/debian/rules
index aa19637..8399961 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,6 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-override_dh_installchangelogs:
-	dh_installchangelogs CHANGELOG.md
-
 # need to start an mysqld instance to run the tests
 override_dh_auto_install:
 	cp spec/configuration.yml.example spec/configuration.yml

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



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