change version to 1.0.2-2 master
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 9 Apr 2012 22:15:47 +0000 (18:15 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 9 Apr 2012 22:32:33 +0000 (18:32 -0400)
Fix dependencies. (Closes: #645164)
Bump standards version.
Add debian/rules clean target to clean up from new build.

debian/changelog
debian/control
debian/rules

index b6a01a260787af048080f6b148a84d80459093d1..46316d6488bf3d8e5c2b4b9c1458e80c9f379ad9 100644 (file)
@@ -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 <mako@debian.org>  Mon, 09 Apr 2012 18:16:28 -0400
+
 python-simplemediawiki (1.0.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #613133)
 
- -- Benjamin Mako Hill <mako@debian.org>  Fri, 11 Feb 2011 00:31:20 -0500
+ -- Benjamin Mako Hill <mako@debian.org>  Mon, 09 Apr 2012 18:15:04 -0400
index e6149d13914db10545c107f34e9dcfc4f799e837..6876c16569ae36eccf0b09cd11116cf8b99ffd6d 100644 (file)
@@ -3,7 +3,7 @@ Section: python
 Priority: extra
 Maintainer: Benjamin Mako Hill <mako@debian.org>
 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
 
index f0a45b3005f981779a6ad55aa0c71d56b922797b..4b751fa36e4f777a7a79f6c963fcad66c14389c4 100755 (executable)
@@ -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
+

Benjamin Mako Hill || Want to submit a patch?