[Python-modules-commits] [python-decorator] 05/06: debian/compat changed to 10
Piotr Ożarowski
piotr at moszumanska.debian.org
Wed Dec 21 21:57:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository python-decorator.
commit 82e2d2cf651aebaa36b0c98faba281bf5792d836
Author: Piotr Ożarowski <piotr at debian.org>
Date: Wed Dec 21 22:44:43 2016 +0100
debian/compat changed to 10
---
debian/changelog | 1 +
debian/clean | 2 --
debian/compat | 2 +-
debian/control | 2 +-
4 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e9ef78b..6d91fdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-decorator (4.0.10-1) unstable; urgency=medium
[ Piotr Ożarowski ]
* New upstream release
* Standards-Version bumped to 3.9.8 (no changes needed)
+ * debian/compat changed to 10 and debian/clean removed
-- Piotr Ożarowski <piotr at debian.org> Wed, 21 Dec 2016 22:37:09 +0100
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 6988b98..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-setup.cfg
-src/decorator.egg-info/SOURCES.txt
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 1a6887e..128696c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Oleksandr Moskalenko <malex at debian.org>, Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper (>= 10), dh-python,
python-all (>= 2.6.6-3), python3-all,
python-setuptools (>= 0.6b3~), python3-setuptools
Standards-Version: 3.9.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-decorator.git
More information about the Python-modules-commits
mailing list