[Python-modules-commits] r31136 - in packages/pythondialog/trunk/debian (changelog rules)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sun Oct 19 10:52:01 UTC 2014


    Date: Sunday, October 19, 2014 @ 10:52:01
  Author: mithrandi
Revision: 31136

Adjust whitespace in debian/rules.

Modified:
  packages/pythondialog/trunk/debian/changelog
  packages/pythondialog/trunk/debian/rules

Modified: packages/pythondialog/trunk/debian/changelog
===================================================================
--- packages/pythondialog/trunk/debian/changelog	2014-10-19 10:45:02 UTC (rev 31135)
+++ packages/pythondialog/trunk/debian/changelog	2014-10-19 10:52:01 UTC (rev 31136)
@@ -30,7 +30,7 @@
   * Add VCS control fields.
   * Check PGP signature in debian/watch.
 
- -- Florent Rougon <f.rougon at free.fr>  Fri, 17 Oct 2014 11:52:15 +0200
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 19 Oct 2014 12:46:15 +0200
 
 pythondialog (3.1.0-1) unstable; urgency=medium
 

Modified: packages/pythondialog/trunk/debian/rules
===================================================================
--- packages/pythondialog/trunk/debian/rules	2014-10-19 10:45:02 UTC (rev 31135)
+++ packages/pythondialog/trunk/debian/rules	2014-10-19 10:52:01 UTC (rev 31136)
@@ -15,9 +15,9 @@
 
 override_dh_auto_build:
 	dh_auto_build
-        # Build the Sphinx-based documentation
+	# Build the Sphinx-based documentation
 	PYTHONPATH=. http_proxy='127.0.0.1:9' \
-          sphinx-build -N -b html doc debian/doc-build/html
+	  sphinx-build -N -b html doc debian/doc-build/html
 
 override_dh_compress:
 	dh_compress -X.py
@@ -25,4 +25,4 @@
 override_dh_installexamples:
 	dh_installexamples
 	find $(PKGDOCDIR)/examples -type f -name '*.py' -exec sed -i -e \
-          '1s,^#! */usr/bin/env \(python3\)$$,#! /usr/bin/\1,' '{}' +
+	  '1s,^#! */usr/bin/env \(python3\)$$,#! /usr/bin/\1,' '{}' +




More information about the Python-modules-commits mailing list