[Python-modules-commits] r30795 - in packages/guessit/trunk/debian (4 files)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sun Sep 28 18:00:12 UTC 2014


    Date: Sunday, September 28, 2014 @ 18:00:10
  Author: emillon-guest
Revision: 30795

guessit: new upstream release

Modified:
  packages/guessit/trunk/debian/changelog
  packages/guessit/trunk/debian/control
  packages/guessit/trunk/debian/copyright
  packages/guessit/trunk/debian/rules

Modified: packages/guessit/trunk/debian/changelog
===================================================================
--- packages/guessit/trunk/debian/changelog	2014-09-28 17:55:48 UTC (rev 30794)
+++ packages/guessit/trunk/debian/changelog	2014-09-28 18:00:10 UTC (rev 30795)
@@ -1,3 +1,12 @@
+guessit (0.9.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release (Closes: #762957)
+    - add python{3,}-dateutil to Build-Depends
+  * Run everything under LC_ALL=C.UTF-8 so that clean works
+  * Add a short name for documentation theme license
+
+ -- Etienne Millon <me at emillon.org>  Sun, 28 Sep 2014 19:59:29 +0200
+
 guessit (0.8-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/guessit/trunk/debian/control
===================================================================
--- packages/guessit/trunk/debian/control	2014-09-28 17:55:48 UTC (rev 30794)
+++ packages/guessit/trunk/debian/control	2014-09-28 18:00:10 UTC (rev 30795)
@@ -10,6 +10,7 @@
  dh-python,
  python-all (>= 2.6.6-6~),
  python-babelfish,
+ python-dateutil (>= 2.1),
  python-nose,
  python-pkg-resources,
  python-requests,
@@ -18,6 +19,7 @@
  python-yaml,
  python3-all,
  python3-babelfish,
+ python3-dateutil (>= 2.1),
  python3-nose,
  python3-pkg-resources,
  python3-requests,

Modified: packages/guessit/trunk/debian/copyright
===================================================================
--- packages/guessit/trunk/debian/copyright	2014-09-28 17:55:48 UTC (rev 30794)
+++ packages/guessit/trunk/debian/copyright	2014-09-28 18:00:10 UTC (rev 30795)
@@ -20,7 +20,7 @@
  2010 Armin Ronacher
  2011 Kenneth Reitz
  2012 Nicolas Wack
-License:
+License: Flask-sphinx-themes-license
  Some rights reserved.
  .
  Redistribution and use in source and binary forms of the theme, with or

Modified: packages/guessit/trunk/debian/rules
===================================================================
--- packages/guessit/trunk/debian/rules	2014-09-28 17:55:48 UTC (rev 30794)
+++ packages/guessit/trunk/debian/rules	2014-09-28 18:00:10 UTC (rev 30795)
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 export PYBUILD_NAME=guessit
+export LC_ALL=C.UTF-8
 
 %:
 	dh $@ --with=python2,python3 --buildsystem=pybuild
@@ -10,6 +11,3 @@
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY.rst
-
-override_dh_auto_test:
-	LC_ALL=C.UTF-8 dh_auto_test




More information about the Python-modules-commits mailing list