[Python-modules-commits] [python-prctl] 11/14: Improve package descriptions

Felix Geyer fgeyer at moszumanska.debian.org
Sat May 6 19:33:47 UTC 2017


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

fgeyer pushed a commit to branch master
in repository python-prctl.

commit acdf89b64afaf930063af9f809ddf8dd2aa9edc1
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat May 6 21:06:29 2017 +0200

    Improve package descriptions
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d4babac..4444558 100644
--- a/debian/control
+++ b/debian/control
@@ -12,17 +12,21 @@ Homepage: http://github.com/seveas/python-prctl
 Package: python-prctl
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python interface to the prctl() syscall
+Description: Python interface to the prctl() syscall (Python 2)
  The Linux prctl() function allows you to control specific characteristics of a
  process' behaviour. Usage of the function is fairly messy though, due to
  limitations in C and Linux. This module provides a nice non-messy Python(ic)
  interface.
+ .
+ This package installs the library for Python 2.
 
 Package: python3-prctl
 Architecture: any
 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python interface to the prctl() syscall
+Description: Python interface to the prctl() syscall (Python 3)
  The Linux prctl() function allows you to control specific characteristics of a
  process' behaviour. Usage of the function is fairly messy though, due to
  limitations in C and Linux. This module provides a nice non-messy Python(ic)
  interface.
+ .
+ This package installs the library for Python 3.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-prctl.git



More information about the Python-modules-commits mailing list