[Python-modules-commits] r29116 - in packages/sphinxcontrib-spelling/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed May 28 01:01:41 UTC 2014


    Date: Wednesday, May 28, 2014 @ 01:01:39
  Author: eriol-guest
Revision: 29116

Switched to pybuild

Modified:
  packages/sphinxcontrib-spelling/trunk/debian/changelog
  packages/sphinxcontrib-spelling/trunk/debian/control
  packages/sphinxcontrib-spelling/trunk/debian/rules

Modified: packages/sphinxcontrib-spelling/trunk/debian/changelog
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/changelog	2014-05-27 23:50:05 UTC (rev 29115)
+++ packages/sphinxcontrib-spelling/trunk/debian/changelog	2014-05-28 01:01:39 UTC (rev 29116)
@@ -1,8 +1,12 @@
 sphinxcontrib-spelling (2.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Switched to pybuild (Closes: #745382)
+  * debian/control
+    - Added dh-python and python-pbr to Build-Depends
+    - Bumped python-all to (>= 2.6.6-3)
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 28 May 2014 00:20:01 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 28 May 2014 02:58:44 +0200
 
 sphinxcontrib-spelling (1.4-1) unstable; urgency=low
 

Modified: packages/sphinxcontrib-spelling/trunk/debian/control
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/control	2014-05-27 23:50:05 UTC (rev 29115)
+++ packages/sphinxcontrib-spelling/trunk/debian/control	2014-05-28 01:01:39 UTC (rev 29116)
@@ -5,14 +5,15 @@
 Priority: optional
 Build-Depends:
  debhelper (>= 8.1),
+ dh-python,
  myspell-en-us,
- python-all,
+ python-all (>= 2.6.6-3),
  python-docutils,
  python-enchant,
  python-nose,
+ python-pbr,
  python-setuptools (>= 0.6b3),
  python-sphinx (>= 1.0.7+dfsg),
- python-support
 Standards-Version: 3.9.4
 Homepage: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/sphinxcontrib-spelling/trunk/

Modified: packages/sphinxcontrib-spelling/trunk/debian/rules
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/rules	2014-05-27 23:50:05 UTC (rev 29115)
+++ packages/sphinxcontrib-spelling/trunk/debian/rules	2014-05-28 01:01:39 UTC (rev 29116)
@@ -1,17 +1,11 @@
 #!/usr/bin/make -f
 
 export PYTHONWARNINGS=d
+export PYBUILD_NAME=sphinxcontrib.spelling
 
 %:
-	dh $@
+	dh $@ --with python2 --buildsystem=pybuild
 
-override_dh_auto_install:
-	dh_auto_install
-	# python-support creates __init__.py in postinst so .pth file that
-	# contains some magic to make namespace packages work even though
-	# there's no __init__.py can be removed.
-	find debian/python-sphinxcontrib.spelling -type f -name "*.pth" -delete
-
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -e; \




More information about the Python-modules-commits mailing list