[clp] 02/07: Minor fixes in d/rules.

Anton Gladky gladk at moszumanska.debian.org
Tue Sep 6 18:16:02 UTC 2016


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

gladk pushed a commit to branch master
in repository clp.

commit 77a5863eca4f12bf5f41ba3de65f4fc8e898c4bc
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Sep 6 19:26:15 2016 +0200

    Minor fixes in d/rules.
---
 debian/rules | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 71d6fc3..ab4cc62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
+%:
+	dh $@ --with autotools_dev
+
 override_dh_auto_build:
-	dh_auto_build --
+	dh_auto_build
 	make doxydoc
 	$(RM) doxydoc/html/*.md5 doxydoc/html/*.dot doxydoc/html/*.map
 	$(RM) doxydoc/html/jquery.js
@@ -11,8 +14,6 @@ override_dh_auto_configure:
 	dh_auto_configure -- --enable-static --enable-dot --enable-dependency-linking
 
 override_dh_auto_install:
-	dh_auto_install --
+	dh_auto_install
 	$(RM) debian/tmp/usr/share/coin/doc/Clp/LICENSE
 
-%:
-	dh $@ --with autotools_dev

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clp.git



More information about the debian-science-commits mailing list