[Python-apps-commits] r12236 - in packages/pypolicyd-spf/trunk/debian (5 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Aug 13 03:38:26 UTC 2015


    Date: Thursday, August 13, 2015 @ 03:38:25
  Author: kitterman
Revision: 12236

* New upstream release
  - Multiple bug fixes (See CHANGES for details)
  - Update debian/copyright
  - Refresh patches
* Promote python3-authres from Suggests to Depends (Closes: #794307)
* Drop unneeded dh_usrlocal override
* Bump standards version to 3.9.6 without further change

Modified:
  packages/pypolicyd-spf/trunk/debian/changelog
  packages/pypolicyd-spf/trunk/debian/control
  packages/pypolicyd-spf/trunk/debian/copyright
  packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch
  packages/pypolicyd-spf/trunk/debian/rules

Modified: packages/pypolicyd-spf/trunk/debian/changelog
===================================================================
--- packages/pypolicyd-spf/trunk/debian/changelog	2015-08-12 22:01:40 UTC (rev 12235)
+++ packages/pypolicyd-spf/trunk/debian/changelog	2015-08-13 03:38:25 UTC (rev 12236)
@@ -1,8 +1,15 @@
-pypolicyd-spf (1.3.1-2) UNRELEASED; urgency=medium
+pypolicyd-spf (1.3.2-1) unstable; urgency=medium
 
+  * New upstream release
+    - Multiple bug fixes (See CHANGES for details)
+    - Update debian/copyright
+    - Refresh patches
   * Rename logcheck file so it gets used (Closes: #751137)
+  * Promote python3-authres from Suggests to Depends (Closes: #794307)
+  * Drop unneeded dh_usrlocal override
+  * Bump standards version to 3.9.6 without further change
 
- -- Scott Kitterman <scott at kitterman.com>  Sat, 21 Jun 2014 15:37:19 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 12 Aug 2015 23:22:34 -0400
 
 pypolicyd-spf (1.3.1-1) unstable; urgency=medium
 

Modified: packages/pypolicyd-spf/trunk/debian/control
===================================================================
--- packages/pypolicyd-spf/trunk/debian/control	2015-08-12 22:01:40 UTC (rev 12235)
+++ packages/pypolicyd-spf/trunk/debian/control	2015-08-13 03:38:25 UTC (rev 12236)
@@ -4,7 +4,7 @@
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 8.1.0), python3, quilt (>= 0.46-7)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://launchpad.net/pypolicyd-spf
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pypolicyd-spf/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pypolicyd-spf/trunk/
@@ -12,8 +12,7 @@
 
 Package: postfix-policyd-spf-python
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-spf (>= 2.0.9), postfix, adduser
-Suggests: python3-authres
+Depends: ${python3:Depends}, ${misc:Depends}, python3-spf (>= 2.0.9), postfix, adduser, python3-authres
 Description: Postfix policy server for SPF checking
  postfix-policyd-spf-python is a full featured Postfix policy engine for
  SPF checking. It includes a variety of whitelisting mechanisms and policy

Modified: packages/pypolicyd-spf/trunk/debian/copyright
===================================================================
--- packages/pypolicyd-spf/trunk/debian/copyright	2015-08-12 22:01:40 UTC (rev 12235)
+++ packages/pypolicyd-spf/trunk/debian/copyright	2015-08-13 03:38:25 UTC (rev 12236)
@@ -4,7 +4,7 @@
 It was downloaded from http://www.openspf.net/Software
 
 Copyright Holder: 
-Copyright © 2007-2012 Scott Kitterman <scott at kitterman.com>
+Copyright © 2007-2015 Scott Kitterman <scott at kitterman.com>
 Portions Copyright  © 2004-2005, Sean Reifschneider, tummy.com, ltd.
 <jafo at tummy.com>
 Portions Copyright © 2003-2004 Meng Weng Wong <mengwong at pobox.com>

Modified: packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch
===================================================================
--- packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch	2015-08-12 22:01:40 UTC (rev 12235)
+++ packages/pypolicyd-spf/trunk/debian/patches/install-conf-fix.patch	2015-08-13 03:38:25 UTC (rev 12236)
@@ -1,10 +1,10 @@
 This patch is to integrate with the package namespace for Debian and derived
 distributions.  It has not gone, and does not need to go, upstream.
-Index: pypolicyd-spf-1.3/policyd-spf
+Index: pypolicyd-spf-1.3.2/policyd-spf
 ===================================================================
---- pypolicyd-spf-1.3.orig/policyd-spf	2014-05-10 02:09:24.606811977 -0400
-+++ pypolicyd-spf-1.3/policyd-spf	2014-05-10 02:09:24.598811977 -0400
-@@ -631,7 +631,7 @@
+--- pypolicyd-spf-1.3.2.orig/policyd-spf	2015-08-12 23:18:58.107294072 -0400
++++ pypolicyd-spf-1.3.2/policyd-spf	2015-08-12 23:18:58.103294072 -0400
+@@ -651,7 +651,7 @@
  ###################################################
  #  load config file  {{{1
  #  Default location:
@@ -13,10 +13,10 @@
  if len(sys.argv) > 1:
      if sys.argv[1] in ( '-?', '--help', '-h' ):
          print('usage: policyd-spf [<configfilename>]')
-Index: pypolicyd-spf-1.3/policyd-spf.1
+Index: pypolicyd-spf-1.3.2/policyd-spf.1
 ===================================================================
---- pypolicyd-spf-1.3.orig/policyd-spf.1	2014-05-10 02:09:24.606811977 -0400
-+++ pypolicyd-spf-1.3/policyd-spf.1	2014-05-10 02:09:24.598811977 -0400
+--- pypolicyd-spf-1.3.2.orig/policyd-spf.1	2015-08-12 23:18:58.107294072 -0400
++++ pypolicyd-spf-1.3.2/policyd-spf.1	2015-08-12 23:18:58.103294072 -0400
 @@ -145,12 +145,13 @@
  
  $ policyd-spf \-h (Display usage message)
@@ -53,10 +53,10 @@
  
   2. Configure the Postfix policy service in /etc/postfix/main.cf:
  
-Index: pypolicyd-spf-1.3/policyd-spf.conf.5
+Index: pypolicyd-spf-1.3.2/policyd-spf.conf.5
 ===================================================================
---- pypolicyd-spf-1.3.orig/policyd-spf.conf.5	2014-05-10 02:09:24.606811977 -0400
-+++ pypolicyd-spf-1.3/policyd-spf.conf.5	2014-05-10 02:09:24.598811977 -0400
+--- pypolicyd-spf-1.3.2.orig/policyd-spf.conf.5	2015-08-12 23:18:58.107294072 -0400
++++ pypolicyd-spf-1.3.2/policyd-spf.conf.5	2015-08-12 23:18:58.107294072 -0400
 @@ -138,7 +138,7 @@
  .SH "USAGE"
  .IX Header "USAGE"
@@ -75,10 +75,10 @@
  
  Additionally, whitelisting certain IP addresses from SPF checks is supported.
  This man page and the sample configuration file show the format to use.
-Index: pypolicyd-spf-1.3/setup.py
+Index: pypolicyd-spf-1.3.2/setup.py
 ===================================================================
---- pypolicyd-spf-1.3.orig/setup.py	2014-05-10 02:09:24.606811977 -0400
-+++ pypolicyd-spf-1.3/setup.py	2014-05-10 02:09:24.602811977 -0400
+--- pypolicyd-spf-1.3.2.orig/setup.py	2015-08-12 23:18:58.107294072 -0400
++++ pypolicyd-spf-1.3.2/setup.py	2015-08-12 23:18:58.107294072 -0400
 @@ -15,9 +15,9 @@
        scripts = ['policyd-spf'],
        data_files=[(os.path.join('share', 'man', 'man1'),

Modified: packages/pypolicyd-spf/trunk/debian/rules
===================================================================
--- packages/pypolicyd-spf/trunk/debian/rules	2015-08-12 22:01:40 UTC (rev 12235)
+++ packages/pypolicyd-spf/trunk/debian/rules	2015-08-13 03:38:25 UTC (rev 12236)
@@ -8,13 +8,10 @@
 override_dh_auto_install:
 	python3 $(CURDIR)/setup.py install --install-layout=deb --root $(CURDIR)/debian/postfix-policyd-spf-python
 	# Install logcheck filter
-	dh_install debian/postfix-policyd-spf-python.logcheck etc/logcheck/ignore.d.server
+	dh_install debian/postfix-policyd-spf-python-logcheck etc/logcheck/ignore.d.server
 	dh_install
 
 override_dh_auto_clean:
 	python3 $(CURDIR)/setup.py clean
 	rm -rf $(CURDIR)/build
 
-override_dh_usrlocal:
-	dh_usrlocal
-	dh_python3




More information about the Python-apps-commits mailing list