[Python-modules-commits] r6358 - in packages/python-soappy/trunk/debian (4 files)

sez-guest at users.alioth.debian.org sez-guest at users.alioth.debian.org
Mon Aug 25 18:45:39 UTC 2008


    Date: Monday, August 25, 2008 @ 18:45:38
  Author: sez-guest
Revision: 6358

fix #474467; add missing contributor from debian/copyright; fix lintian warnings

Modified:
  packages/python-soappy/trunk/debian/changelog
  packages/python-soappy/trunk/debian/control
  packages/python-soappy/trunk/debian/copyright
  packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch

Modified: packages/python-soappy/trunk/debian/changelog
===================================================================
--- packages/python-soappy/trunk/debian/changelog	2008-08-25 18:19:26 UTC (rev 6357)
+++ packages/python-soappy/trunk/debian/changelog	2008-08-25 18:45:38 UTC (rev 6358)
@@ -1,5 +1,14 @@
 python-soappy (0.12.0-3) UNRELEASED; urgency=low
 
+  [ Serafeim Zanikolas ]
+  * Fix typo in long description (Closes: #474467).
+  * Bump up Standards-Version to 3.8.0
+  * Add missing contributor (according to upstream README) to
+    debian/copyright.
+  * Fix lintian warnings
+    - comply to copyright-year-contributor format in debian/copyright
+    - add missing comment in patches/rm_bogus_shebang.dpatch
+
   [ Bernd Zeimetz ]
   * debian/control:
     - Adding Homepage field, removing pseudo-field from description

Modified: packages/python-soappy/trunk/debian/control
===================================================================
--- packages/python-soappy/trunk/debian/control	2008-08-25 18:19:26 UTC (rev 6357)
+++ packages/python-soappy/trunk/debian/control	2008-08-25 18:45:38 UTC (rev 6358)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), dpatch, python, python-support (>= 0.4), python-fpconst
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-soappy/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-soappy/trunk/?op=log
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Homepage: http://pywebsvcs.sourceforge.net/
 
 Package: python-soappy
@@ -24,4 +24,4 @@
  .
  SOAPpy is not actively supported by upstream anymore - please do not
  consider to use it in new projects! All functions were merged into ZSI,
- which is avaiable in the python-zsi package, use it instead.
+ which is available in the python-zsi package, use it instead.

Modified: packages/python-soappy/trunk/debian/copyright
===================================================================
--- packages/python-soappy/trunk/debian/copyright	2008-08-25 18:19:26 UTC (rev 6357)
+++ packages/python-soappy/trunk/debian/copyright	2008-08-25 18:45:38 UTC (rev 6358)
@@ -8,7 +8,12 @@
 
 Upstream Authors: Cayce Ullman (cayce at actzero.com)
                   Brian Matthews (blm at actzero.com)
+                  Gregory R. Warnes (Gregory.R.Warnes at Pfizer.com)
 
+Copyright (c) 2002-2005, Pfizer, Inc.
+Copyright (c) 2001, Cayce Ullman.
+Copyright (c) 2001, Brian Matthews.
+
 Copyright (SOAPpy):
 
 Redistribution and use in source and binary forms, with or without

Modified: packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch
===================================================================
--- packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch	2008-08-25 18:19:26 UTC (rev 6357)
+++ packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch	2008-08-25 18:45:38 UTC (rev 6358)
@@ -2,7 +2,7 @@
 ## rm_bogus_shebang.dpatch by Stefano Zacchiroli <zack at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Remove python shebang.
 
 @DPATCH@
 diff -urNad trunk~/SOAPpy/wstools/Namespaces.py trunk/SOAPpy/wstools/Namespaces.py




More information about the Python-modules-commits mailing list