Package: dh_python2
Version: 2.20160218
Severity: normal

Update the manual page to make it clear, that the option --namespace
of dh_python2 requires an argument:
> parser.add_option('--namespace', action='append', dest='namespaces',
>                   help='recreate __init__.py files for given namespaces at 
> install time')

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (90, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 393c36efb1a54c29a15aae1a2ba95cc4e189da35 Mon Sep 17 00:00:00 2001
Message-Id: <393c36efb1a54c29a15aae1a2ba95cc4e189da35.1486026065.git.h...@univention.de>
From: Philipp Hahn <[email protected]>
Date: Thu, 2 Feb 2017 09:58:42 +0100
Subject: [PATCH] man: dh_python2 --namespace requires argument
Organization: Univention GmbH, Bremen, Germany

Update the manual page to make it clear, that the option --namespace
of dh_python2 requires an argument:
> parser.add_option('--namespace', action='append', dest='namespaces',
>                   help='recreate __init__.py files for given namespaces at install time')
---
 dh_python2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_python2.rst b/dh_python2.rst
index 593ad09..971f96d 100644
--- a/dh_python2.rst
+++ b/dh_python2.rst
@@ -197,7 +197,7 @@ OPTIONS
 --requires=FILENAME	translate requirements from given file(s) into Debian
   dependencies and add them to ${python:Depends}
 
---namespace	use this option (multiple time if necessary) if
+--namespace=NAMESPACE	use this option (multiple time if necessary) if
   namespace_packages.txt is not complete
 
 --ignore-namespace	ignore Egg's namespace declaration and
-- 
2.1.4

Reply via email to