[Pkg-sdl-commits] [sdl-net1.2] 01/01: Change wrong override of dh_auto_installchangelogs to dh_installchangelogs

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Sep 26 22:43:19 UTC 2017


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

mafm pushed a commit to branch master
in repository sdl-net1.2.

commit d906d8a257858436ef8115b45e128296805c84cd
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Wed Sep 27 00:43:10 2017 +0200

    Change wrong override of dh_auto_installchangelogs to dh_installchangelogs
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed4cbff..880a884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sdl-net1.2 (1.2.8-6) UNRELEASED; urgency=medium
+
+  * Change wrong override of dh_auto_installchangelogs to dh_installchangelogs
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Wed, 27 Sep 2017 00:42:51 +0200
+
 sdl-net1.2 (1.2.8-5) unstable; urgency=medium
 
   * Bump Policy Standards-Version to 4.0.0 (no changes needed)
diff --git a/debian/rules b/debian/rules
index a30eb1c..0064fbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,5 +23,5 @@ confflags += --disable-gui
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 
-override_dh_auto_installchangelogs:
-	dh_auto_installchangelogs -- CHANGES
+override_dh_installchangelogs:
+	dh_installchangelogs -- CHANGES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdl-net1.2.git



More information about the pkg-sdl-commits mailing list