[Python-modules-commits] r19078 - in packages/pydkim (2 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Wed Oct 26 21:48:37 UTC 2011
Date: Wednesday, October 26, 2011 @ 21:48:36
Author: kitterman
Revision: 19078
Remove svn ref to deleted debian/patches/adjust-setup.py.patch
Added:
packages/pydkim/tags/0.5/
Deleted:
packages/pydkim/trunk/debian/patches/adjust-setup.py.patch
Deleted: packages/pydkim/trunk/debian/patches/adjust-setup.py.patch
===================================================================
--- packages/pydkim/trunk/debian/patches/adjust-setup.py.patch 2011-10-26 21:44:41 UTC (rev 19077)
+++ packages/pydkim/trunk/debian/patches/adjust-setup.py.patch 2011-10-26 21:48:36 UTC (rev 19078)
@@ -1,22 +0,0 @@
-This is a Debian specific patch that should not go upstream. See debian/
-changelog for source and rationale.
-
-Index: pydkim-0.4/setup.py
-===================================================================
---- pydkim-0.4.orig/setup.py 2011-06-15 03:17:08.000000000 +0000
-+++ pydkim-0.4/setup.py 2011-06-15 05:01:55.588581204 +0000
-@@ -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
-@@ -38,7 +38,7 @@
- url = "http://hewgill.com/pydkim/",
- license = "BSD-like",
- packages = ["dkim"],
-- scripts = ["dkimsign.py", "dkimverify.py", "dkimsend.sh"],
-+ scripts = ["dkimsign.py", "dkimverify.py"],
- data_files = [(os.path.join('share', 'man', 'man1'),
- ['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'),
- ['man/dkimverify.1'])],
More information about the Python-modules-commits
mailing list