[Python-modules-commits] r29830 - in pysrs/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Jul 20 17:05:27 UTC 2014


    Date: Sunday, July 20, 2014 @ 17:05:26
  Author: kitterman
Revision: 29830

* Add direct build-dep on dh-python so the current version is used instead
  of the version included in python-defaults
* Update SRS protocol description URL to current location at openspf.org

Modified:
  pysrs/trunk/debian/changelog
  pysrs/trunk/debian/control
  pysrs/trunk/debian/manpages/envfrom2srs.1.rst
  pysrs/trunk/debian/manpages/srs2envtol.1.rst

Modified: pysrs/trunk/debian/changelog
===================================================================
--- pysrs/trunk/debian/changelog	2014-07-20 13:06:11 UTC (rev 29829)
+++ pysrs/trunk/debian/changelog	2014-07-20 17:05:26 UTC (rev 29830)
@@ -1,5 +1,11 @@
 pysrs (1.0-1) unstable; urgency=medium
 
+  [ Sandro Knauß ]
   * Initial release. (Closes: 740865)
 
+  [ Scott Kitterman ]
+  * Add direct build-dep on dh-python so the current version is used instead
+    of the version included in python-defaults
+  * Update SRS protocol description URL to current location at openspf.org
+
  -- Sandro Knauß <bugs at sandroknauss.de>  Sun, 20 Jul 2014 15:05:19 +0200

Modified: pysrs/trunk/debian/control
===================================================================
--- pysrs/trunk/debian/control	2014-07-20 13:06:11 UTC (rev 29829)
+++ pysrs/trunk/debian/control	2014-07-20 17:05:26 UTC (rev 29830)
@@ -2,7 +2,7 @@
 Maintainer: Sandro Knauß <bugs at sandroknauss.de>
 Section: python
 Priority: optional
-Build-Depends: python, debhelper (>= 9), python-docutils
+Build-Depends: python, debhelper (>= 9), python-docutils, dh-python
 X-Python-Version: >= 2.4
 Homepage: http://bmsi.com/python/pysrs.html
 Standards-Version: 3.9.5
@@ -15,4 +15,4 @@
  One way to handle forwarding is to have the forwarding MTA rewrite envfrom to a
  domain they are authorized to use.
  .
- See http://spf.pobox.com/srs.html for details.
+ See http://www.openspf.org/SRS for details.

Modified: pysrs/trunk/debian/manpages/envfrom2srs.1.rst
===================================================================
--- pysrs/trunk/debian/manpages/envfrom2srs.1.rst	2014-07-20 13:06:11 UTC (rev 29829)
+++ pysrs/trunk/debian/manpages/envfrom2srs.1.rst	2014-07-20 17:05:26 UTC (rev 29830)
@@ -26,7 +26,7 @@
 
 Config File
 ===========
-The programm ueses `/etc/mail/pysrs.cfg`, if available::
+The program uses `/etc/mail/pysrs.cfg`, if available::
 
      [srs]
      secret = 'shhhh!'

Modified: pysrs/trunk/debian/manpages/srs2envtol.1.rst
===================================================================
--- pysrs/trunk/debian/manpages/srs2envtol.1.rst	2014-07-20 13:06:11 UTC (rev 29829)
+++ pysrs/trunk/debian/manpages/srs2envtol.1.rst	2014-07-20 17:05:26 UTC (rev 29830)
@@ -25,7 +25,7 @@
 
 OPTIONS
 =======
-The programm ueses `/etc/mail/pysrs.cfg`, if available::
+The program uses `/etc/mail/pysrs.cfg`, if available::
 
   [srs]
   secret = 'shhhh!'




More information about the Python-modules-commits mailing list