[Pkg-javascript-commits] [node-stylus] 09/12: manpages

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Jul 31 01:28:28 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-stylus.

commit 0e01d62924f156581ebd2835b81a115e1f2a5261
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Jul 31 00:35:13 2014 +0000

    manpages
---
 debian/control  | 1 +
 debian/manpages | 1 +
 debian/rules    | 7 +++++++
 3 files changed, 9 insertions(+)

diff --git a/debian/control b/debian/control
index c4825c5..bebb8a0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  , node-should
  , node-sax
  , nodejs
+ , help2man
 Standards-Version: 3.9.5
 Homepage: https://github.com/LearnBoost/stylus
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-stylus.git
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..2864e0a
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/stylus.1
diff --git a/debian/rules b/debian/rules
index 006e1ec..01d59de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,10 @@ override_dh_auto_test:
 
 override_dh_installchangelogs:
 	dh_installchangelogs -k History.md
+
+override_dh_auto_build:
+	dh_auto_build
+	debian/rules debian/stylus.1
+
+debian/stylus.1:
+	help2man --no-discard-stderr -N -n "Expressive, robust, feature-rich CSS language compiler" bin/stylus -o "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stylus.git



More information about the Pkg-javascript-commits mailing list