[Python-modules-commits] r19079 - in packages/pydkim/tags (13 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Wed Oct 26 21:50:25 UTC 2011


    Date: Wednesday, October 26, 2011 @ 21:50:24
  Author: kitterman
Revision: 19079

Move tag directory to the correct location.
Tagging 0.5-1.

Added:
  packages/pydkim/tags/0.5-1/
  packages/pydkim/tags/0.5-1/debian/
  packages/pydkim/tags/0.5-1/debian/README.source
  packages/pydkim/tags/0.5-1/debian/changelog
  packages/pydkim/tags/0.5-1/debian/compat
  packages/pydkim/tags/0.5-1/debian/control
  packages/pydkim/tags/0.5-1/debian/copyright
  packages/pydkim/tags/0.5-1/debian/docs
  packages/pydkim/tags/0.5-1/debian/patches/
  packages/pydkim/tags/0.5-1/debian/patches/series
  packages/pydkim/tags/0.5-1/debian/rules
  packages/pydkim/tags/0.5-1/debian/watch
Deleted:
  packages/pydkim/tags/0.5/

Added: packages/pydkim/tags/0.5-1/debian/README.source
===================================================================
--- packages/pydkim/tags/0.5-1/debian/README.source	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/README.source	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1,5 @@
+This package uses quilt for patches.  dpkg-source -x does produce source
+ready for building with dpkg-buildpackage.  It does not procude source ready
+for editing.  See /usr/share/doc/quilt/README.source for information on using
+quilt.
+

Added: packages/pydkim/tags/0.5-1/debian/changelog
===================================================================
--- packages/pydkim/tags/0.5-1/debian/changelog	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/changelog	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1,112 @@
+pydkim (0.5-1) unstable; urgency=low
+
+  * New upstream release
+    - Drop debian/patches/adjust-setup.py.patch, essential parts incorporated
+      upstream
+    - Remove the no longer existing (and never very useful) dkimsend.sh from
+      debian/docs 
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 26 Oct 2011 17:39:45 -0400
+
+pydkim (0.4.2-1) unstable; urgency=low
+
+  * New upstream release
+    - Drop debian/patches/dns-namespace.patch, incorporated upstream
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 17 Jun 2011 08:36:05 -0500
+
+pydkim (0.4.1-1) unstable; urgency=low
+
+  * New upstream release
+    - Drop debian/patches/fix-key-record-validation.patch and
+      relaxed-canonicalization.patch, incorporated upstream
+    - Update debian/patches/adjust-setup.py.patch to match upstream setup.py
+      versions
+    - Add debian/patches/dns-namespace.patch to deconflict dns (python-
+      dnspython) and dkim/dns.py namespaces so the package works with either
+      python-dns (DNS) or python-dnspython (dns)
+    - Drop debian/dkimsign.1 and dkimverify.1, provided in the upstream
+      tarball now
+    - Drop debian/manpages, installed using upstream setup.py
+    - Add depends on python-dns and use python-dnspython as an alternate
+    - Increase minimum python version to 2.6 (X-P-V) and add X-Python3-Version
+      >= 3.1 for python3 support
+    - Add python3-dkim to debian/control for python3 support
+      - Only python3-dns is available for python3, so use this
+      - Add python3 to build-depends
+      - Rework debian/rules to build for python3
+    - Update debian/copyright
+  * Update debian/watch and debian/control Homepage: to point at the new
+    upstream location
+  * python-dkim Breaks instead of Conflicts dkimproxy
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 16 Jun 2011 15:01:59 -0500
+
+pydkim (0.3-6) unstable; urgency=low
+
+  * Rebuild for python transition
+  * Bump Standards-Version to 3.9.2 without futher change
+  * Drop Breaks: ${python:Breaks} since it is no longer used
+  
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 20 Apr 2011 00:12:53 -0400
+
+pydkim (0.3-5) unstable; urgency=low
+
+  * Add debian/patches/relaxed-canonicalization.patch to fix body hash
+    verification failures due to out of sequence operations.  Thanks to
+    Martin Pool for the patch
+  * Add debian/patches/fix-key-record-validation.patch to fix incorrect key
+    record validation failures due to invalid assumptions about public key
+    record requirements
+  * Bump standards version to 3.9.1 without further change
+  * Change XS-Python-Version to X-Python-Version
+  * Add Breaks: ${python:Breaks}
+  * Drop XB-Python-Version
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 07 Mar 2011 00:09:56 -0500
+
+pydkim (0.3-4) unstable; urgency=low
+
+  * Convert from CDBS to Debhelper 7:
+    - Drop cdbs from build-depends and bump required debhelper verion
+    - Change compat to 7
+    - Change debian/rules to DH 7 tiny --with quilt
+    - Add quilt to build-depends
+    - Update README.source for quilt
+    - Remove autogenerated pycompat
+  * Convert from python-central to dh_python2
+    - Drop python-central from build-depends
+    - Build --with python2
+    - Bump python version requirement to 2.6.5-2~
+  * Bump standards version to 3.8.4 without further change
+  * Remove DM-Upload-Allowed (no longer needed)
+  * Update debian/dkimsign.1 and debian/dkimverify.1 to specify their license
+  * Use correct © symbol in debian/copyright
+  * Remove pointless debian/examples file
+  * Fix typo in previous debian/changelog entry to make lintian happy
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 21 Jun 2010 23:20:36 -0400
+
+pydkim (0.3-3) unstable; urgency=low
+
+  * Adjust dkimproxy conflict to << 1.0.1-8.1 due to filename collision
+    (Closes: #511037)
+  * Add ${misc:Depends}
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 12 Jan 2009 23:17:26 -0500
+
+pydkim (0.3-2) unstable; urgency=low
+
+  * Conflict dkimproxy << 1.0.1-8 due to filename collision
+    (Closes: #509045)
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 19 Dec 2008 14:34:10 -0500
+
+pydkim (0.3-1) unstable; urgency=low
+
+  * Initial Debian package (Closes: #502264)
+  * Add adjust-setup.py.patch to correct shebang in setup.py and to 
+    not install dkimsend.sh in /usr/bin (at best it's an example and not
+    suitable for actual use - will install with docs)
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 06 Nov 2008 23:53:21 -0500

Added: packages/pydkim/tags/0.5-1/debian/compat
===================================================================
--- packages/pydkim/tags/0.5-1/debian/compat	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/compat	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1,2 @@
+7
+

Added: packages/pydkim/tags/0.5-1/debian/control
===================================================================
--- packages/pydkim/tags/0.5-1/debian/control	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/control	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1,28 @@
+Source: pydkim
+Section: python
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
+Build-Depends: debhelper (>= 7.3.16), python (>= 2.6.5-2~), python3, quilt (>= 0.46-7)
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.1
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydkim/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pydkim/trunk/
+Standards-Version: 3.9.2
+Homepage: http://launchpad.net/pydkim
+
+Package: python-dkim
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dns|python-dnspython
+Breaks: dkimproxy (<< 1.0.1-8.1~)
+Description: Python module for DKIM signing and verification
+ Python module that implements DKIM (DomainKeys Identified Mail) email signing
+ and verification. It also provides helper scripts for command line signing
+ and verification.
+
+Package: python3-dkim
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-dns
+Description: Python 3 module for DKIM signing and verification
+ Python 3 module that implements DKIM (DomainKeys Identified Mail) email signing
+ and verification.

Added: packages/pydkim/tags/0.5-1/debian/copyright
===================================================================
--- packages/pydkim/tags/0.5-1/debian/copyright	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/copyright	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1,35 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Thu, 06 Nov 2008 23:12:29 -0500.
+
+It was downloaded from http://hewgill.com/pydkim
+
+Copyright Holders:
+Copyright © 2008 Greg Hewgill http://hewgill.com
+Copyright © 2011 William Grant <me at williamgrant.id.au>
+Copyright © 2011 Scott Kitterman <scott at kitterman.com>
+
+Every file for which the original upstream specified copyright in the original
+has been modified from in this altered version of the software.
+
+License:
+
+# This software is provided 'as-is', without any express or implied
+# warranty.  In no event will the author be held liable for any damages
+# arising from the use of this software.
+#
+# Permission is granted to anyone to use this software for any purpose,
+# including commercial applications, and to alter it and redistribute it
+# freely, subject to the following restrictions:
+#
+# 1. The origin of this software must not be misrepresented; you must not
+#    claim that you wrote the original software. If you use this software
+#    in a product, an acknowledgment in the product documentation would be
+#    appreciated but is not required.
+# 2. Altered source versions must be plainly marked as such, and must not be
+#    misrepresented as being the original software.
+# 3. This notice may not be removed or altered from any source distribution.
+#
+# Copyright © 2008 Greg Hewgill http://hewgill.com
+
+The Debian packaging is © 2008-11, Scott Kitterman <scott at kitterman.com> and
+is licensed under the same terms as pydkim, see above.

Added: packages/pydkim/tags/0.5-1/debian/docs
===================================================================
--- packages/pydkim/tags/0.5-1/debian/docs	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/docs	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1 @@
+README

Added: packages/pydkim/tags/0.5-1/debian/patches/series
===================================================================
--- packages/pydkim/tags/0.5-1/debian/patches/series	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/patches/series	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1 @@
+# Empty for now

Added: packages/pydkim/tags/0.5-1/debian/rules
===================================================================
--- packages/pydkim/tags/0.5-1/debian/rules	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/rules	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with python2,python3,quilt
+
+override_dh_auto_build:
+
+override_dh_auto_install:
+	python $(CURDIR)/setup.py install --no-compile -O0 --install-layout=deb \
+		--root $(CURDIR)/debian/python-dkim
+	mv debian/python-dkim/usr/bin/dkimsign.py  debian/python-dkim/usr/bin/dkimsign
+	mv debian/python-dkim/usr/bin/dkimverify.py  debian/python-dkim/usr/bin/dkimverify
+	python3 $(CURDIR)/setup.py install --no-compile -O0 --install-layout=deb \
+		--root $(CURDIR)/debian/python3-dkim
+	rm -rf $(CURDIR)/debian/python3-dkim/usr/bin
+	rm -rf $(CURDIR)/debian/python3-dkim/usr/share/man
+	dh_install
+
+override_dh_auto_clean:
+	python setup.py clean -a
+	python3 setup.py clean -a; \
+	done
+	find . -name \*.pyc -exec rm {} \;
+	dh_clean


Property changes on: packages/pydkim/tags/0.5-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pydkim/tags/0.5-1/debian/watch
===================================================================
--- packages/pydkim/tags/0.5-1/debian/watch	                        (rev 0)
+++ packages/pydkim/tags/0.5-1/debian/watch	2011-10-26 21:50:24 UTC (rev 19079)
@@ -0,0 +1,3 @@
+version=3
+http://launchpad.net/pydkim/+download http://launchpad.net/pydkim/.*/.*/pydkim-(.*)\.tar\.gz debian uupdate
+




More information about the Python-modules-commits mailing list