[Pkg-javascript-commits] [node-loose-envify] 01/01: fix the manpage manual-group header; fix the manpage copyright

Paolo Greppi paolog-guest at moszumanska.debian.org
Mon Dec 5 10:14:35 UTC 2016


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

paolog-guest pushed a commit to branch master
in repository node-loose-envify.

commit 7bd3246891fc7b70b65a691cd5dce50885240a02
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Mon Dec 5 10:14:06 2016 +0000

    fix the manpage manual-group header; fix the manpage copyright
---
 debian/changelog       | 2 +-
 debian/copyright       | 2 +-
 debian/loose-envify.md | 4 ++--
 debian/rules           | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e050ff..715b57c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,4 +4,4 @@ node-loose-envify (1.3.0-1) unstable; urgency=low
   * Patch out a test case missing sources.
   * Provide manpage.
 
- -- Paolo Greppi <paolo.greppi at libpf.com>  Mon, 05 Dec 2016 09:21:05 +0000
+ -- Paolo Greppi <paolo.greppi at libpf.com>  Mon, 05 Dec 2016 10:13:08 +0000
diff --git a/debian/copyright b/debian/copyright
index 367bff9..e291880 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/zertosh/loose-envify/issues
 Source: https://github.com/zertosh/loose-envify
 
 Files: *
-Copyright: 2016 Andres Suarez <zertosh at gmail.com>
+Copyright: 2015-2016 Andres Suarez <zertosh at gmail.com>
 License: Expat
 
 License: Expat
diff --git a/debian/loose-envify.md b/debian/loose-envify.md
index 267cbf9..62855e7 100644
--- a/debian/loose-envify.md
+++ b/debian/loose-envify.md
@@ -34,7 +34,7 @@ if ("development" === "development") {
 The if statement will evaluate to true, so the code won't be removed.
 
 ## AUTHOR
-Andres Suarez https://github.com/zertosh
+Andres Suarez `<zertosh at gmail.com>`
 
 ## COPYRIGHT
-Manpage Copyright (c) 2016 Paolo Greppi
+This manual page was written by Paolo Greppi `<paolo.greppi at libpf.com>` for the Debian project (and may be used by others), also based on material from the envify README (https://github.com/hughsk/envify) by Hugh Kennedy `<hughskennedy at gmail.com>` and the envify contributors.
diff --git a/debian/rules b/debian/rules
index a939081..5325907 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 	dh $@
 
 override_dh_auto_build:
-	marked-man --version v1.3.0 --section 1 --manual 'Man Utilities' debian/loose-envify.md > debian/loose-envify.1
+	marked-man --version v1.3.0 --section 1 --manual 'loose-envify man page' debian/loose-envify.md > debian/loose-envify.1
 	dh_auto_build
 
 override_dh_clean:

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



More information about the Pkg-javascript-commits mailing list