[Python-apps-commits] r12750 - in packages/prospector/trunk/debian (3 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Jan 31 14:53:05 UTC 2016


    Date: Sunday, January 31, 2016 @ 14:53:04
  Author: danstender-guest
Revision: 12750

dropped docs-correct-some-flaws.patch

Modified:
  packages/prospector/trunk/debian/changelog
  packages/prospector/trunk/debian/patches/series
Deleted:
  packages/prospector/trunk/debian/patches/docs-correct-some-flaws.patch

Modified: packages/prospector/trunk/debian/changelog
===================================================================
--- packages/prospector/trunk/debian/changelog	2016-01-31 14:41:29 UTC (rev 12749)
+++ packages/prospector/trunk/debian/changelog	2016-01-31 14:53:04 UTC (rev 12750)
@@ -6,9 +6,11 @@
     + added vulture, python-pyroma and frosted to Recommends.
     + updated description (Vulture and Pyroma available now).
   * deb/prospector.txt: added info on how to run with the additional tools.
-  * Dropped docs-no-sphinx-argparse.patch.
+  * Dropped:
+    + docs-no-sphinx-argparse.patch (sphinx-argparse available now).
+    + docs-correct-some-flaws.patch (applied upstream).
 
- -- Daniel Stender <debian at danielstender.com>  Sun, 31 Jan 2016 15:38:09 +0100
+ -- Daniel Stender <debian at danielstender.com>  Sun, 31 Jan 2016 15:51:33 +0100
 
 prospector (0.10.1+git20150706.a00e191-1) unstable; urgency=medium
 

Deleted: packages/prospector/trunk/debian/patches/docs-correct-some-flaws.patch
===================================================================
--- packages/prospector/trunk/debian/patches/docs-correct-some-flaws.patch	2016-01-31 14:41:29 UTC (rev 12749)
+++ packages/prospector/trunk/debian/patches/docs-correct-some-flaws.patch	2016-01-31 14:53:04 UTC (rev 12750)
@@ -1,49 +0,0 @@
-Description: corrent some flaws in the docs (Sphinx warnings)
-Author: Daniel Stender <debian at danielstender.com>
-Forwarded: https://github.com/landscapeio/prospector/pull/137
-
---- a/docs/profiles.rst
-+++ b/docs/profiles.rst
-@@ -195,7 +195,7 @@ of the inheritance tree and overwriting values with those found lower.
- 
- The example profile above inherits from another profile provided by the user,
- ``my/other/profile.yml``. This allows you to have, for example, a project wide
-- default profile with specific overrides for each individual repository or library.
-+default profile with specific overrides for each individual repository or library.
- 
- It is possible to inherit from the built-in prospector profiles as well, although
- there are shortcuts for most of the built-ins, see below.::
-@@ -231,7 +231,7 @@ specific file. For example, ``docs`` would ignore a directory in the repository
- Secondly, ``ignore-patterns`` is a list of regular expressions. The relative path of files and directories is *searched*
- for each regular expression, and ignored if any matches are found. If the expression matches a directory, the directory
- contents and all subdirectories are ignored. For example, ``^example/doc_.*\.py$`` would ignore any files in the
--"example" directory beginning with "doc_". Another example: ``(^|/)docs(/|$)`` would ignore all directories called
-+"example" directory beginning with "doc\_". Another example: ``(^|/)docs(/|$)`` would ignore all directories called
- "docs" in the entire repository.
- 
- Note that a further option called ``ignore`` is available. This is equivalent to ``ignore-patterns``, and is from
-diff --git a/docs/usage.rst b/docs/usage.rst
-index 2e5175d..e60b372 100644
---- a/docs/usage.rst
-+++ b/docs/usage.rst
-@@ -27,7 +27,7 @@ The default output format of ``prospector`` is designed to be human readable. Yo
- +-------------+----------------------------------------------------------------------------+
- | Format Name | Notes                                                                      |
- +=============+============================================================================+
--| ``emacs``   | | Support for emacs compilation output mode, see `issue_16`_.                |
-+| ``emacs``   | | Support for emacs compilation output mode, see `issue_16`_.              |
- +-------------+----------------------------------------------------------------------------+
- | ``grouped`` | | Similar to ``text``, but groups all message on the same line together    |
- |             | | rather than having a separate entry per message.                         |
-@@ -41,9 +41,9 @@ The default output format of ``prospector`` is designed to be human readable. Yo
- | ``json``    | | Produces a structured, parseable output of the messages and summary. See |
- |             | | below for more information about the structure.                          |
- +-------------+----------------------------------------------------------------------------+
--| ``yaml``    | | Same as JSON except produces YAML output.                                  |
-+| ``yaml``    | | Same as JSON except produces YAML output.                                |
- +-------------+----------------------------------------------------------------------------+
--| ``text``    | | The default output format, a simple human readable format.                 |
-+| ``text``    | | The default output format, a simple human readable format.               |
- +-------------+----------------------------------------------------------------------------+
- 
- 

Modified: packages/prospector/trunk/debian/patches/series
===================================================================
--- packages/prospector/trunk/debian/patches/series	2016-01-31 14:41:29 UTC (rev 12749)
+++ packages/prospector/trunk/debian/patches/series	2016-01-31 14:53:04 UTC (rev 12750)
@@ -1,3 +1,2 @@
-docs-correct-some-flaws.patch
 docs-privacy-breaches.patch
 rename-console-script.patch




More information about the Python-apps-commits mailing list