[Python-modules-commits] r18522 - in packages/flufl.bounce/trunk/debian (3 files)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Tue Sep 13 22:19:21 UTC 2011


    Date: Tuesday, September 13, 2011 @ 22:19:20
  Author: warsaw-guest
Revision: 18522

Updates based on Piotr's latest feedback.

Added:
  packages/flufl.bounce/trunk/debian/python-flufl.bounce.pyremove
Modified:
  packages/flufl.bounce/trunk/debian/changelog
  packages/flufl.bounce/trunk/debian/control

Modified: packages/flufl.bounce/trunk/debian/changelog
===================================================================
--- packages/flufl.bounce/trunk/debian/changelog	2011-09-13 22:10:01 UTC (rev 18521)
+++ packages/flufl.bounce/trunk/debian/changelog	2011-09-13 22:19:20 UTC (rev 18522)
@@ -1,6 +1,14 @@
 flufl.bounce (1.0-2) UNRELEASED; urgency=low
 
-  * Add Vcs-* fields.
+  [ Jakub Wilk ]
+  * debian/control:
+    - Add Vcs-* fields.
+    
+  [ Barry Warsaw ]
+  * debian/control:
+    - Add ${sphinxdoc:Depends} to Depends.
+  * debian/python-flufl.bounce.pyremove
+    - Do not install several files used only during the build process.
 
  -- Jakub Wilk <jwilk at debian.org>  Sat, 10 Sep 2011 00:08:39 +0200
 

Modified: packages/flufl.bounce/trunk/debian/control
===================================================================
--- packages/flufl.bounce/trunk/debian/control	2011-09-13 22:10:01 UTC (rev 18521)
+++ packages/flufl.bounce/trunk/debian/control	2011-09-13 22:19:20 UTC (rev 18522)
@@ -17,7 +17,7 @@
 
 Package: python-flufl.bounce
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
 Description: Email bounce detectors.
  This library provides a set of heuristics and an API for detecting the
  original bouncing email addresses from a bounce message.  Many formats found

Added: packages/flufl.bounce/trunk/debian/python-flufl.bounce.pyremove
===================================================================
--- packages/flufl.bounce/trunk/debian/python-flufl.bounce.pyremove	                        (rev 0)
+++ packages/flufl.bounce/trunk/debian/python-flufl.bounce.pyremove	2011-09-13 22:19:20 UTC (rev 18522)
@@ -0,0 +1,4 @@
+flufl/bounce/conf.py
+flufl/bounce/README.rst
+flufl/bounce/NEWS.rst
+flufl.bounce*.egg-info/SOURCES.txt




More information about the Python-modules-commits mailing list