[Python-modules-commits] [faulthandler] 03/10: wrap-and-sort -t -a
Ondřej Nový
onovy-guest at moszumanska.debian.org
Wed Jun 15 11:15:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository faulthandler.
commit 52c679a47b310ff5e827e173768f287ff57ffaf9
Author: Ondřej Nový <novy at ondrej.org>
Date: Wed Jun 15 12:57:05 2016 +0200
wrap-and-sort -t -a
---
debian/changelog | 1 +
debian/control | 16 +++++++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4014abe..cd56d9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ faulthandler (2.4-1) UNRELEASED; urgency=medium
- Changed to new machine-readable format
- Changed Upstream-Name email
* Bumped debhelper version to 9
+ * wrap-and-sort -t -a
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:29:56 +0200
diff --git a/debian/control b/debian/control
index 3286674..ee73503 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,13 @@ Source: faulthandler
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 9), dh-buildinfo, quilt,
- python-all-dev, dh-python, python-setuptools
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>,
+Build-Depends: debhelper (>= 9),
+ dh-buildinfo,
+ dh-python,
+ python-all-dev,
+ python-setuptools,
+ quilt,
Standards-Version: 3.9.2
Homepage: https://github.com/haypo/faulthandler/wiki/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/faulthandler.git
@@ -12,8 +16,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/faulthandle
Package: python-faulthandler
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+Provides: ${python:Provides},
Description: Display the Python backtrace on a crash
Fault handler for SIGSEGV, SIGFPE, SIGBUS and SIGILL signals: it displays
the Python backtrace and restores the previous handler. It allocates an
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/faulthandler.git
More information about the Python-modules-commits
mailing list