[27834] in Source-Commits
python-hesiod commit: Bump version
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Mar 8 02:36:14 2014
Date: Sat, 8 Mar 2014 02:36:07 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201403080736.s287a7Sb005009@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-hesiod/commit/be9a0bbed4432140a75b21e73f0b4962294db5c4
commit be9a0bbed4432140a75b21e73f0b4962294db5c4
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sat Mar 8 01:58:44 2014 -0500
Bump version
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 10 ++--------
setup.py | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e17a4c5..884e708 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-hesiod (0.2.12-0debathena1) UNRELEASED; urgency=low
+
+ * Bump version to build a new upstream tarball
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 08 Mar 2014 01:56:51 -0500
+
python-hesiod (0.2.11-0debathena1) unstable; urgency=low
* Bump debian/compat to 6
diff --git a/debian/control b/debian/control
index d408c2d..ff34eb2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-hesiod
Section: python
Priority: extra
Maintainer: Evan Broder <broder@mit.edu>
-Build-Depends: cdbs, debhelper, python-all-dev, python-support, python-pyrex, python-setuptools, libhesiod-dev
+Build-Depends: debhelper (>= 7), python-all-dev, python-support, python-pyrex, python-setuptools, libhesiod-dev, python-pyrex
Standards-Version: 3.9.3
Package: python-hesiod
diff --git a/debian/rules b/debian/rules
index 502eece..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,3 @@
#!/usr/bin/make -f
-
-DEB_PYTHON_SYSTEM=pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-clean::
- rm -rf hesiod.c PyHesiod.egg-info
+%:
+ dh $@
diff --git a/setup.py b/setup.py
index dbcf6f7..f15d7b9 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from Pyrex.Distutils import build_ext
setup(
name="PyHesiod",
- version="0.2.11",
+ version="0.2.12",
description="PyHesiod - Python bindings for the Heisod naming library",
author="Evan Broder",
author_email="broder@mit.edu",