[Python-modules-commits] r22551 - in packages/pastedeploy/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Aug 21 21:24:22 UTC 2012


    Date: Tuesday, August 21, 2012 @ 21:24:20
  Author: piotr
Revision: 22551

* debian/control: Depend on python-paste (Closes: #683742).
* Add extend-diff-ignore="^[^/]+\.egg-info/" to debian/source/options.
  This allows the package to build twice in a row (Closes: #671247).
changes thanks to Andrew Starr-Bochicchio

Added:
  packages/pastedeploy/trunk/debian/source/options
Modified:
  packages/pastedeploy/trunk/debian/changelog
  packages/pastedeploy/trunk/debian/control

Modified: packages/pastedeploy/trunk/debian/changelog
===================================================================
--- packages/pastedeploy/trunk/debian/changelog	2012-08-21 16:07:23 UTC (rev 22550)
+++ packages/pastedeploy/trunk/debian/changelog	2012-08-21 21:24:20 UTC (rev 22551)
@@ -1,9 +1,15 @@
-pastedeploy (1.5.0-3) UNRELEASED; urgency=low
+pastedeploy (1.5.0-3) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Protect for loop with set -e (closes: #655909)
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 23 Oct 2011 22:21:38 +0200
+  [ Andrew Starr-Bochicchio ]
+  * debian/control: Depend on python-paste (Closes: #683742).
+  * Add extend-diff-ignore="^[^/]+\.egg-info/" to debian/source/options.
+    This allows the package to build twice in a row (Closes: #671247).
 
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 21 Aug 2012 19:21:19 +0200
+
 pastedeploy (1.5.0-2) unstable; urgency=low
 
   * Remove .pth file (introduced in last upload by accident)

Modified: packages/pastedeploy/trunk/debian/control
===================================================================
--- packages/pastedeploy/trunk/debian/control	2012-08-21 16:07:23 UTC (rev 22550)
+++ packages/pastedeploy/trunk/debian/control	2012-08-21 21:24:20 UTC (rev 22551)
@@ -13,7 +13,7 @@
 
 Package: python-pastedeploy
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-paste
 Recommends: python-pastescript (>= 1.7.3-6~)
 Enhances: python-paste
 Description: load, configure, and compose WSGI applications and servers

Added: packages/pastedeploy/trunk/debian/source/options
===================================================================
--- packages/pastedeploy/trunk/debian/source/options	                        (rev 0)
+++ packages/pastedeploy/trunk/debian/source/options	2012-08-21 21:24:20 UTC (rev 22551)
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"




More information about the Python-modules-commits mailing list