[DRE-commits] [foodcritic] 08/13: The manpage is now included upstream.

Stefano Rivera stefano at rivera.za.net
Tue Oct 14 01:17:19 UTC 2014


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

stefanor pushed a commit to branch master
in repository foodcritic.

commit 8a7342a1663b30328c46412c2116fed5c4eab535
Author: Stefano Rivera <stefanor at debian.org>
Date:   Fri Jan 10 16:03:25 2014 +0200

    The manpage is now included upstream.
---
 debian/changelog         |  1 +
 debian/clean             |  2 +-
 debian/foodcritic.1.ronn | 57 ------------------------------------------------
 debian/manpages          |  2 +-
 debian/rules             |  2 +-
 5 files changed, 4 insertions(+), 60 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 344135e..e9d0d55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ foodcritic (3.0.3-1) UNRELEASED; urgency=low
   * Ruby 1.8 is no longer supported in Debian, so declare XS-Ruby-Versions:
     all.
   * Bump Standards-Version to 3.9.5, no changes needed.
+  * The manpage is now included upstream.
 
  -- Stefano Rivera <stefanor at debian.org>  Fri, 10 Jan 2014 14:32:32 +0200
 
diff --git a/debian/clean b/debian/clean
index 700b193..1344bb9 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1 @@
-debian/foodcritic.1
+man/foodcritic.1
diff --git a/debian/foodcritic.1.ronn b/debian/foodcritic.1.ronn
deleted file mode 100644
index 6465c56..0000000
--- a/debian/foodcritic.1.ronn
+++ /dev/null
@@ -1,57 +0,0 @@
-foodcritic(1) -- lint tool for chef cookbooks
-=============================================
-
-## SYNOPSIS
-
-`foodcritic` [<options>...] <cookbook>...
-
-
-## DESCRIPTION
-
-`foodcritic` makes it easier to flag problems in your Chef cookbooks that will
-cause Chef to blow up when you attempt to converge.
-This is about faster feedback.
-
-Each `cookbook` path specified will be examined for common problems and
-poor style.
-
-
-## OPTIONS
-
- * `-t`, `--tags` <TAGS>:
-   Only check against rules with the specified tags.
-
- * `-f`, `--epic-fail` <TAGS>:
-   Exit non-zero if any of the specified tags are matched.
-   Use the pseudo-tag `any` to fail if any tag is matched.
-
- * `-c`, `--chef-version` <VERSION>:
-   Only check against rules valid for this version of Chef.
-
- * `-C`, `--`[`no-`]`context`:
-   Show lines matched against rather than the default summary.
-
- * `-I`, `--include` <PATH>:
-   Additional rule file path(s) to load.
-
- * `-S`, `--search-grammar` <PATH>:
-   Specify grammar to use when validating search syntax.
-   (Default: the grammar of any installed Chef)
-
- * `-V`, `--version`:
-   Display the foodcritic version.
-
-
-## RETURN VALUES
-
-By default, `foodcritic` will always return `0`.
-
-If `--epic-fail` is specified, then `foodcritic` will return `3` if any tags are matched.
-
-## COPYRIGHT
-
-`foodcritic` is Copyright 2011 by Andrew Crump.
-
-## SEE ALSO
-
-chef(1)
diff --git a/debian/manpages b/debian/manpages
index 700b193..1344bb9 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1 @@
-debian/foodcritic.1
+man/foodcritic.1
diff --git a/debian/rules b/debian/rules
index 9c9cc64..330eaa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	ronn --roff debian/foodcritic.1.ronn
+	ronn --roff man/foodcritic.1.ronn
 
 override_dh_clean:
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/foodcritic.git



More information about the Pkg-ruby-extras-commits mailing list