Your message dated Sat, 19 Apr 2008 13:28:47 +0200
with message-id <[EMAIL PROTECTED]>
and subject line mc-foo: #393466 done
has caused the Debian Bug report #393466,
regarding mc-foo: FTBFS: Build-Depends-Indep dependency for mc-foo cannot be
satisfied because no available versions of package python-dev can satisfy
version requirements
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 [EMAIL PROTECTED]
immediately.)
--
393466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393466
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mc-foo
Version: 0.0.13
Severity: serious
Tags: patch
When building 'mc-foo' in a clean unstable chroot, I get the following error:
Building mc-foo on unstable/amd64...
dpkg-source: extracting mc-foo in mc-foo-0.0.13
dpkg-source: unpacking mc-foo_0.0.13.tar.gz
Reading package lists...
Building dependency tree...
E: Build-Depends-Indep dependency for mc-foo cannot be satisfied because no
available versions of package python-dev can satisfy version requirements
With the attached patch 'mc-foo' can be built on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/mc-foo-0.0.13/debian/control ./debian/control
--- ../tmp-orig/mc-foo-0.0.13/debian/control 2003-08-30 08:58:20.000000000
+0000
+++ ./debian/control 2006-10-16 13:48:10.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Tommi Virtanen <[EMAIL PROTECTED]>
Standards-Version: 3.5.6
-Build-Depends-Indep: python-dev (>= 2.3), python-dev (<< 2.4), debhelper (>=
4.1.60), cdbs (>= 0.4.0.1)
+Build-Depends-Indep: python-dev, debhelper (>= 4.1.60), cdbs (>= 0.4.0.1)
Package: mc-foo
Architecture: all
--- End Message ---
--- Begin Message ---
--- End Message ---