[Pkg-cli-common-commits] [cli-common] 01/01: cli-policy.sgml: --with param to dh preferred over including cli.make

Mirco Bauer meebey at moszumanska.debian.org
Sun Dec 20 13:54:04 UTC 2015


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

meebey pushed a commit to branch master
in repository cli-common.

commit 0a9eeca1151c5290734f6ab8247e8cb3f9f53dbd
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Dec 20 14:52:48 2015 +0100

    cli-policy.sgml: --with param to dh preferred over including cli.make
---
 cli-policy.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cli-policy.sgml b/cli-policy.sgml
index b24521f..08f59d9 100644
--- a/cli-policy.sgml
+++ b/cli-policy.sgml
@@ -959,10 +959,10 @@ binary-indep: build install
           an API that allows to extend it.
           <package>cli-common-dev</package> as of version 0.5.7 can extend
           debhelper 7 with all commands that are needed. You can enable this by
-          including the <file>cli.make</file> file in <file>debain/rules</file>
-          like this:
+          passing "cli" to dh in <file>debain/rules</file> like this:
           <example>
-include /usr/share/cli-common/cli.make
+%:
+    dh $@ --with cli
           </example>
 
           That's it, you are done! :-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-common/packages/cli-common.git



More information about the Pkg-cli-common-commits mailing list