[Python-modules-commits] r13534 - in packages/pydkim/tags (16 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Jun 22 04:11:43 UTC 2010


    Date: Tuesday, June 22, 2010 @ 04:11:33
  Author: kitterman
Revision: 13534

Tag 0.3-4.

Added:
  packages/pydkim/tags/0.3-4/
  packages/pydkim/tags/0.3-4/debian/
  packages/pydkim/tags/0.3-4/debian/README.source
  packages/pydkim/tags/0.3-4/debian/changelog
  packages/pydkim/tags/0.3-4/debian/compat
  packages/pydkim/tags/0.3-4/debian/control
  packages/pydkim/tags/0.3-4/debian/copyright
  packages/pydkim/tags/0.3-4/debian/dkimsign.1
  packages/pydkim/tags/0.3-4/debian/dkimverify.1
  packages/pydkim/tags/0.3-4/debian/docs
  packages/pydkim/tags/0.3-4/debian/manpages
  packages/pydkim/tags/0.3-4/debian/patches/
  packages/pydkim/tags/0.3-4/debian/patches/adjust-setup.py.patch
  packages/pydkim/tags/0.3-4/debian/patches/series
  packages/pydkim/tags/0.3-4/debian/rules
  packages/pydkim/tags/0.3-4/debian/watch

Added: packages/pydkim/tags/0.3-4/debian/README.source
===================================================================
--- packages/pydkim/tags/0.3-4/debian/README.source	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/README.source	2010-06-22 04:11:33 UTC (rev 13534)
@@ -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.3-4/debian/changelog
===================================================================
--- packages/pydkim/tags/0.3-4/debian/changelog	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/changelog	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,45 @@
+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.3-4/debian/compat
===================================================================
--- packages/pydkim/tags/0.3-4/debian/compat	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/compat	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,2 @@
+7
+

Added: packages/pydkim/tags/0.3-4/debian/control
===================================================================
--- packages/pydkim/tags/0.3-4/debian/control	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/control	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,21 @@
+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~), quilt (>= 0.46-7)
+XS-Python-Version: >= 2.5
+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.8.4
+Homepage: http://hewgill.com/pydkim
+
+Package: python-dkim
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dnspython
+Conflicts: dkimproxy (<< 1.0.1-8.1~)
+XB-Python-Version: ${python:Versions}
+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.

Added: packages/pydkim/tags/0.3-4/debian/copyright
===================================================================
--- packages/pydkim/tags/0.3-4/debian/copyright	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/copyright	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,29 @@
+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 Holder: Copyright © 2008 Greg Hewgill http://hewgill.com
+
+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, Scott Kitterman <scott at kitterman.com> and
+is licensed under the same terms as pydkim, see above.

Added: packages/pydkim/tags/0.3-4/debian/dkimsign.1
===================================================================
--- packages/pydkim/tags/0.3-4/debian/dkimsign.1	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/dkimsign.1	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,158 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
+..
+.    nr % 0
+.    rr F
+.\}
+.\"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "dkimsign 1"
+.TH dkimsign 1 "2008-11-07"
+.SH "NAME"
+dkimsign \- Script for DKIM signing messages on stdin
+.SH "VERSION"
+.IX Header "VERSION"
+0\.3
+
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+
+dkimsign is a filter that reads an RFC822 message on standard input, and writes
+the same message on standard output with a DKIM-Signature line prepended.  
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+The signing options are specified on the command line:
+
+dkimsign selector domain privatekeyfile [identity]
+
+The identity is optional and defaults to "@domain".
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBdkimsign\fR was written by Greg Hewgill <greg at hewgill.com>.
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com> and is
+licensed under the same terms as pydkim.

Added: packages/pydkim/tags/0.3-4/debian/dkimverify.1
===================================================================
--- packages/pydkim/tags/0.3-4/debian/dkimverify.1	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/dkimverify.1	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,150 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
+..
+.    nr % 0
+.    rr F
+.\}
+.\"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "dkimverify 1"
+.TH dkimverify 1 "2008-11-07"
+.SH "NAME"
+dkimverify \- Script for DKIM verifying messages on stdin
+.SH "VERSION"
+.IX Header "VERSION"
+0\.3
+
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+
+dkimverify reads an RFC822 message on standard input, and returns with exit
+code 0 if the signature verifies successfully. Otherwise, it returns with exit
+code 1.
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBdkimsign\fR was written by Greg Hewgill <greg at hewgill.com>.
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com> and is
+licensed under the same terms as pydkim.

Added: packages/pydkim/tags/0.3-4/debian/docs
===================================================================
--- packages/pydkim/tags/0.3-4/debian/docs	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/docs	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,2 @@
+README
+dkimsend.sh

Added: packages/pydkim/tags/0.3-4/debian/manpages
===================================================================
--- packages/pydkim/tags/0.3-4/debian/manpages	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/manpages	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,3 @@
+debian/dkimsign.1
+debian/dkimverify.1
+

Added: packages/pydkim/tags/0.3-4/debian/patches/adjust-setup.py.patch
===================================================================
--- packages/pydkim/tags/0.3-4/debian/patches/adjust-setup.py.patch	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/patches/adjust-setup.py.patch	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,20 @@
+This is a Debian specific patch that should not go upstream.  See debian/
+changelog for source and rationale.
+
+Index: pydkim-0.3/setup.py
+===================================================================
+--- pydkim-0.3.orig/setup.py	2010-06-21 23:43:45.503817777 -0400
++++ pydkim-0.3/setup.py	2010-06-21 23:43:55.486817085 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # This software is provided 'as-is', without any express or implied
+ # warranty.  In no event will the author be held liable for any damages
+@@ -34,5 +34,5 @@
+     url = "http://hewgill.com/pydkim/",
+     license = "BSD-like",
+     py_modules = ["dkim"],
+-    scripts = ["dkimsign.py", "dkimverify.py", "dkimsend.sh"],
++    scripts = ["dkimsign.py", "dkimverify.py"],
+ )

Added: packages/pydkim/tags/0.3-4/debian/patches/series
===================================================================
--- packages/pydkim/tags/0.3-4/debian/patches/series	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/patches/series	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1 @@
+adjust-setup.py.patch

Added: packages/pydkim/tags/0.3-4/debian/rules
===================================================================
--- packages/pydkim/tags/0.3-4/debian/rules	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/rules	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with quilt, --with python2
+
+override_dh_install:
+	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
+	dh_install
+


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

Added: packages/pydkim/tags/0.3-4/debian/watch
===================================================================
--- packages/pydkim/tags/0.3-4/debian/watch	                        (rev 0)
+++ packages/pydkim/tags/0.3-4/debian/watch	2010-06-22 04:11:33 UTC (rev 13534)
@@ -0,0 +1,3 @@
+version=3
+http://hewgill.com/pydkim/pydkim-(.*)\.tar\.gz debian uupdate
+




More information about the Python-modules-commits mailing list