r959 - in /python-zope.interface/trunk: debian/changelog setup.py
jinty-guest at users.alioth.debian.org
jinty-guest at users.alioth.debian.org
Thu Jul 19 09:13:37 UTC 2007
Author: jinty-guest
Date: Thu Jul 19 09:13:37 2007
New Revision: 959
URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=959
Log:
Remove previos debian specific patch adding the zope namespace package.
Modified:
python-zope.interface/trunk/debian/changelog
python-zope.interface/trunk/setup.py
Modified: python-zope.interface/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/python-zope.interface/trunk/debian/changelog?rev=959&op=diff
==============================================================================
--- python-zope.interface/trunk/debian/changelog (original)
+++ python-zope.interface/trunk/debian/changelog Thu Jul 19 09:13:37 2007
@@ -4,8 +4,10 @@
* Remove use of dh_python.
* Make rules file less strict on version numbers.
* Add autopkgtest tests.
+ * Remove previos debian specific patch adding the zope namespace
+ package.
- -- Brian Sutherland <brian at vanguardistas.net> Mon, 16 Jul 2007 08:45:46 +0200
+ -- Brian Sutherland <brian at vanguardistas.net> Mon, 16 Jul 2007 09:04:34 +0200
python-zope.interface (3.3.0b2-1) experimental; urgency=low
Modified: python-zope.interface/trunk/setup.py
URL: http://svn.debian.org/wsvn/pkg-zope/python-zope.interface/trunk/setup.py?rev=959&op=diff
==============================================================================
--- python-zope.interface/trunk/setup.py (original)
+++ python-zope.interface/trunk/setup.py Thu Jul 19 09:13:37 2007
@@ -71,7 +71,6 @@
),
packages=find_packages('src'),
- namespace_packages=["zope"],
package_dir = {'': 'src'},
ext_package='zope.interface',
ext_modules=[Extension("_zope_interface_coptimizations",
More information about the pkg-zope-commits
mailing list