From ac3e38ccf90d2b3bc8a1b480ab65af900c1e7c30 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 9 Apr 2012 18:15:47 -0400 Subject: [PATCH] change version to 1.0.2-2 Fix dependencies. (Closes: #645164) Bump standards version. Add debian/rules clean target to clean up from new build. --- debian/changelog | 10 +++++++++- debian/control | 2 +- debian/rules | 7 +++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index b6a01a2..46316d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ +python-simplemediawiki (1.0.2-2) unstable; urgency=low + + * Fix dependencies. (Closes: #645164) + * Bump standards version. + * Add debian/rules clean target to clean up from new build. + + -- Benjamin Mako Hill Mon, 09 Apr 2012 18:16:28 -0400 + python-simplemediawiki (1.0.2-1) unstable; urgency=low * Initial release. (Closes: #613133) - -- Benjamin Mako Hill Fri, 11 Feb 2011 00:31:20 -0500 + -- Benjamin Mako Hill Mon, 09 Apr 2012 18:15:04 -0400 diff --git a/debian/control b/debian/control index e6149d1..6876c16 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: extra Maintainer: Benjamin Mako Hill Build-Depends: cdbs, debhelper (>= 7.0.50~), python (>=2.6), python-support -Standards-Version: 3.9.1 +Standards-Version: 3.9.3 Homepage: https://github.com/ianweller/python-simplemediawiki XS-Python-Version: >= 2.6 diff --git a/debian/rules b/debian/rules index f0a45b3..4b751fa 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,8 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport - include /usr/share/cdbs/1/rules/debhelper.mk -#include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/class/python-distutils.mk -# Add here any variable or target overrides you need. +clean:: + rm -rf simplemediawiki.egg-info + -- 2.30.2