[Python-modules-commits] r18826 - in packages/flufl.bounce/trunk/debian (changelog control)
warsaw-guest at users.alioth.debian.org
warsaw-guest at users.alioth.debian.org
Thu Oct 6 15:11:46 UTC 2011
Date: Thursday, October 6, 2011 @ 15:11:45
Author: warsaw-guest
Revision: 18826
Handle RFS comments:
* Add Depends on python-pkg-resources
* Fix short description.
* Remove -2 version since -1 has not yet been uploaded.
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-10-06 12:25:11 UTC (rev 18825)
+++ packages/flufl.bounce/trunk/debian/changelog 2011-10-06 15:11:45 UTC (rev 18826)
@@ -1,19 +1,14 @@
-flufl.bounce (1.0-2) UNRELEASED; urgency=low
+flufl.bounce (1.0-1) unstable; urgency=low
[ 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
-
-flufl.bounce (1.0-1) unstable; urgency=low
-
* Initial release (closes: #638861)
- -- Barry Warsaw <barry at python.org> Mon, 22 Aug 2011 11:14:14 -0400
+ -- Barry Warsaw <barry at python.org> Thu, 06 Oct 2011 10:29:37 -0400
Modified: packages/flufl.bounce/trunk/debian/control
===================================================================
--- packages/flufl.bounce/trunk/debian/control 2011-10-06 12:25:11 UTC (rev 18825)
+++ packages/flufl.bounce/trunk/debian/control 2011-10-06 15:11:45 UTC (rev 18826)
@@ -17,8 +17,11 @@
Package: python-flufl.bounce
Architecture: all
-Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
-Description: Email bounce detectors.
+Depends: ${python:Depends},
+ ${sphinxdoc:Depends},
+ ${misc:Depends},
+ python-pkg-resources
+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
in the wild are supported, as are VERP_ and RFC 3464 (DSN_).
More information about the Python-modules-commits
mailing list