[Python-modules-commits] r24100 - in packages/speaklater/trunk/debian (4 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun May 5 11:46:08 UTC 2013


    Date: Sunday, May 5, 2013 @ 11:46:06
  Author: sramacher
Revision: 24100

* Upload to unstable.
* debian/clean: Remove speaklater.egg-info/* to fix FTBFS if built two times
  in a row.
* debian/control:
  - Bump python Build-Depends to 2.6.6-6~ for .pyremove support.
  - Add python-setuptools to Build-Depends for deterministic builds.
* debian/python-speaklater.pyremove: remove SOURCES.txt.

Added:
  packages/speaklater/trunk/debian/python-speaklater.pyremove
Modified:
  packages/speaklater/trunk/debian/changelog
  packages/speaklater/trunk/debian/clean
  packages/speaklater/trunk/debian/control

Modified: packages/speaklater/trunk/debian/changelog
===================================================================
--- packages/speaklater/trunk/debian/changelog	2013-05-04 09:16:26 UTC (rev 24099)
+++ packages/speaklater/trunk/debian/changelog	2013-05-05 11:46:06 UTC (rev 24100)
@@ -1,3 +1,15 @@
+speaklater (1.3-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * debian/clean: Remove speaklater.egg-info/* to fix FTBFS if built two times
+    in a row.
+  * debian/control:
+    - Bump python Build-Depends to 2.6.6-6~ for .pyremove support.
+    - Add python-setuptools to Build-Depends for deterministic builds.
+  * debian/python-speaklater.pyremove: remove SOURCES.txt.
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Sun, 05 May 2013 13:37:20 +0200
+
 speaklater (1.3-1) experimental; urgency=low
 
   * Initial release. (Closes: #703536)

Modified: packages/speaklater/trunk/debian/clean
===================================================================
--- packages/speaklater/trunk/debian/clean	2013-05-04 09:16:26 UTC (rev 24099)
+++ packages/speaklater/trunk/debian/clean	2013-05-05 11:46:06 UTC (rev 24100)
@@ -1 +1,2 @@
 html/*
+speaklater.egg-info/*

Modified: packages/speaklater/trunk/debian/control
===================================================================
--- packages/speaklater/trunk/debian/control	2013-05-04 09:16:26 UTC (rev 24099)
+++ packages/speaklater/trunk/debian/control	2013-05-05 11:46:06 UTC (rev 24100)
@@ -5,7 +5,8 @@
 Uploaders: Sebastian Ramacher <sramacher at debian.org>
 Build-Depends:
  debhelper (>= 9),
- python-all (>= 2.6.6-3~),
+ python-all (>= 2.6.6-6~),
+ python-setuptools,
  python-epydoc
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.4

Added: packages/speaklater/trunk/debian/python-speaklater.pyremove
===================================================================
--- packages/speaklater/trunk/debian/python-speaklater.pyremove	                        (rev 0)
+++ packages/speaklater/trunk/debian/python-speaklater.pyremove	2013-05-05 11:46:06 UTC (rev 24100)
@@ -0,0 +1 @@
+speaklater-*.egg-info/SOURCES.txt




More information about the Python-modules-commits mailing list