Package: zope.schema Version: 3.5.4-2 Severity: grave Tags: patch Justification: renders package unusable User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hi, it looks like there was a typo in debian/rules causing the Depends: to get inserted into the Provides:. *** /tmp/tmpb4Smxd In Ubuntu, we've applied the attached patch to achieve the following: * debian/rules: Don't insert Depends: into Provides (LP: #428098) We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic') Architecture: i386 (i686) Kernel: Linux 2.6.31-10-generic-pae (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u zope.schema-3.5.4/debian/changelog zope.schema-3.5.4/debian/changelog diff -u zope.schema-3.5.4/debian/rules zope.schema-3.5.4/debian/rules --- zope.schema-3.5.4/debian/rules +++ zope.schema-3.5.4/debian/rules @@ -5,5 +5,5 @@ dependencies-python%: (echo -n 'setuptools:Depends=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --exclude-extra hook --exclude-extra docs) >> debian/$(package).substvars - (echo -n 'setuptools:Provides=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --exclude-extra hook --exclude-extra docs) >> debian/$(package).substvars + (echo -n 'setuptools:Provides=' && van-pydeb provides --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --exclude-extra hook --exclude-extra docs) >> debian/$(package).substvars # docs and test to suggests (echo -n 'setuptools:Suggests=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --extra docs) >> debian/$(package).substvars