Your message dated Mon, 14 Sep 2009 14:40:35 +0200
with message-id <20090914124035.ga5...@mail.26dimensions.com>
and subject line Re: Bug#546595: zope.schema: Typo in debian/rules, Depends: 
inserted into Provides: making package unusable.
has caused the Debian Bug report #546595,
regarding zope.schema: Typo in debian/rules, Depends: inserted into Provides: 
making package unusable.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
546595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546595
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Version: 3.5.4-4

The bug is already closed with the upload 3.5.4-4.

Thanks,
Fabio

* 2009-09-14 14:18, Elliot Murphy wrote:
> 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

> _______________________________________________
> pkg-zope-developers mailing list
> pkg-zope-develop...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-zope-developers

-- 
Fabio Tranchitella                         http://www.kobold.it
Free Software Developer and Consultant     http://www.tranchitella.it
_____________________________________________________________________
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


--- End Message ---

Reply via email to