[Python-modules-commits] r362 - in /packages/impacket/trunk/debian:
changelog patches/01_setup.patch
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Mon May 1 01:11:11 UTC 2006
Author: arnau-guest
Date: Mon May 1 01:11:10 2006
New Revision: 362
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=362
Log:
Fix debian/patches/01_setup.patch
Modified:
packages/impacket/trunk/debian/changelog
packages/impacket/trunk/debian/patches/01_setup.patch
Modified: packages/impacket/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/impacket/trunk/debian/changelog?rev=362&op=diff
==============================================================================
--- packages/impacket/trunk/debian/changelog (original)
+++ packages/impacket/trunk/debian/changelog Mon May 1 01:11:10 2006
@@ -4,6 +4,7 @@
python2.4-impacket packages.
* Move all Build-Depends to Build-Depends-Indep according
to the debian policy.
+ * Update Standards-Version to 3.7.0 in debian/control*.
-- Arnaud Fontaine <arnaud at andesi.org> Tue, 18 Apr 2006 19:45:47 +0200
Modified: packages/impacket/trunk/debian/patches/01_setup.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/impacket/trunk/debian/patches/01_setup.patch?rev=362&op=diff
==============================================================================
--- packages/impacket/trunk/debian/patches/01_setup.patch (original)
+++ packages/impacket/trunk/debian/patches/01_setup.patch Mon May 1 01:11:10 2006
@@ -1,10 +1,10 @@
---- setup.py.old 2006-04-25 14:24:50.000000000 +0200
-+++ setup.py 2006-04-25 14:24:54.000000000 +0200
+--- setup.py.old 2006-05-01 03:07:33.000000000 +0200
++++ setup.py 2006-05-01 03:06:49.000000000 +0200
@@ -17,7 +17,4 @@
- maintainer = "Max Caceres",
- maintainer_email = "max at coresecurity.com",
- packages = ['impacket', 'impacket.dcerpc'],
-- scripts = glob.glob(os.path.join('examples', '*.py')),
-- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
-- ['README', 'LICENSE'])],
- )
+ maintainer = "Max Caceres",
+ maintainer_email = "max at coresecurity.com",
+ packages = ['impacket', 'impacket.dcerpc'],
+- scripts = glob.glob(os.path.join('examples', '*.py')),
+- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
+- ['README', 'LICENSE'])],
+ )
More information about the Python-modules-commits
mailing list