[Python-modules-commits] [python-prctl] 03/14: change version to 1.6.1-1 (UNRELEASED) New upstream version change urgency to medium

Felix Geyer fgeyer at moszumanska.debian.org
Sat May 6 19:33:46 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 cbc4e3180cf4bb94b6a11e18b9ee476ded8af04c
Author: Felix Geyer <fgeyer at debian.org>
Date:   Wed May 3 20:25:57 2017 +0200

    change version to 1.6.1-1 (UNRELEASED)
    New upstream version
    change urgency to medium
---
 debian/.git-dpm  |  3 +++
 debian/changelog | 41 +++++++++++++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 18 ++++++++++++++++
 debian/copyright | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs      |  3 +++
 debian/rules     | 14 ++++++++++++
 7 files changed, 145 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 5e052f5..5553513 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-prctl_1.6.1.orig.tar.gz
 35385f4605d548b5c8df2f28da92ae9d42141048
 24437
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2947f09
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,41 @@
+python-prctl (1.6.1-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+
+ -- Felix Geyer <fgeyer at debian.org>  Wed, 03 May 2017 20:26:31 +0200
+
+python-prctl (1.1.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build using dh-python. Closes: #786312.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 18 Aug 2015 18:22:28 +0200
+
+python-prctl (1.1.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build documentation in override_dh_auto_build target rather than in build
+    target (closes: #666322). Thanks to Lucas Nussbaum for the bug report.
+    + Bump build-dependency on debhelper to >= 7.0.50~.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 26 Apr 2012 18:48:35 +0200
+
+python-prctl (1.1.1-1) unstable; urgency=low
+
+  * Allow the running kernel to be < 2.6.26, useful for buildds
+  * Initial release to debian proper (Closes: #578328) 
+
+ -- Dennis Kaarsemaker <dennis at kaarsemaker.net>  Mon, 19 Apr 2010 21:55:57 +0200
+
+python-prctl (1.1-0~seveas1) lucid; urgency=low
+
+  * New upstream release
+   - Add full capability handling
+
+ -- Dennis Kaarsemaker <dennis at kaarsemaker.net>  Sun, 21 Mar 2010 22:36:00 +0100
+
+python-prctl (1.0-0~seveas1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Dennis Kaarsemaker <dennis at kaarsemaker.net>  Fri, 12 Mar 2010 21:39:15 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5349f7c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: python-prctl
+Section: python
+Priority: extra
+Maintainer: Dennis Kaarsemaker <dennis at kaarsemaker.net>
+Uploaders: Andrew Pollock <apollock at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), dh-python, python-all-dev (>= 2.5), libcap-dev (>=2), python-sphinx (>= 0.6)
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
+Vcs-Git: 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
+ 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d153d6e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,65 @@
+This work was packaged for Debian by:
+
+    Dennis Kaarsemaker <dennis at kaarsemaker.net> on vr mrt 12 21:52:20 CET 2010
+
+It was downloaded from:
+
+    <http://seveas.github.com/python-prctl>
+
+Upstream Author:
+
+    Dennis Kaarsemaker <dennis at kaarsemaker.net>
+
+Copyright:
+
+    Copyright (C) 2010 Dennis Kaarsemaker
+
+License:
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+    ---------------------------------------------------------------------
+    
+    The documentation is heavily based on the linux manpages prctl and 
+    capabilities, which is covered by the following license:
+    
+    Permission is granted to make and distribute verbatim copies of this
+    manual provided the copyright notice and this permission notice are
+    preserved on all copies.
+    
+    Permission is granted to copy and distribute modified versions of this
+    manual under the conditions for verbatim copying, provided that the
+    entire resulting derived work is distributed under the terms of a
+    permission notice identical to this one
+    
+    Since the Linux kernel and libraries are constantly changing, this
+    manual page may be incorrect or out-of-date.  The author(s) assume no
+    responsibility for errors or omissions, or for damages resulting from
+    the use of the information contained herein.  The author(s) may not
+    have taken the same level of care in the production of this manual,
+    which is licensed free of charge, as they might when working
+    professionally.
+    
+    Formatted or processed versions of this manual, if unaccompanied by
+    the source, must acknowledge the copyright and authors of this work.
+    License.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Dennis Kaarsemaker <dennis at kaarsemaker.net>
+
+and is licensed under the GPL version 3, see above.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..43e6729
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README
+docs/index.rst
+docs/_build/html/index.html
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..984175f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+export PRCTL_SKIP_KERNEL_CHECK = 1
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_build:
+	dh_auto_build
+	dh_auto_build --sourcedirectory=docs -- html
+
+override_dh_auto_clean:
+	dh_auto_clean
+	dh_auto_clean --sourcedirectory=docs

-- 
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