Your message dated Sat, 03 Dec 2011 15:59:34 +0000
with message-id <e1rwrzy-0003lf...@franck.debian.org>
and subject line Bug#633855: Removed package(s) from unstable
has caused the Debian Bug report #606724,
regarding cyphesis-cpp: Please add support for Python 2.7 detection
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.)
--
606724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606724
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cyphesis-cpp
Version: 0.5.21-1.1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpuXpCWU
In Ubuntu, python 2.7 is the default python interpreter, and the attached patch
is required to build correctly the package.
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers maverick-updates
APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500,
'maverick-proposed'), (500, 'maverick')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-24-generic (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u cyphesis-cpp-0.5.21/debian/rules cyphesis-cpp-0.5.21/debian/rules
--- cyphesis-cpp-0.5.21/debian/rules
+++ cyphesis-cpp-0.5.21/debian/rules
@@ -5,6 +5,7 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include $(CURDIR)/debian/cdbs/autotools.mk
+DEB_AUTO_UPDATE_AUTOCONF := yes
clean::
debconf-updatepo
--- cyphesis-cpp-0.5.21.orig/debian/patches/python2.7_detection.patch
+++ cyphesis-cpp-0.5.21/debian/patches/python2.7_detection.patch
@@ -0,0 +1,25 @@
+Description: add detection of python2.7 in configure.ac file
+Author: Fabrice Coutadeur <fabric...@ubuntu.com>
+--- cyphesis-cpp-0.5.21.orig/configure.ac
++++ cyphesis-cpp-0.5.21/configure.ac
+@@ -161,6 +161,11 @@
+ dnl if found define HAVE_PYTHON_H
+ dnl
+
++AC_CHECK_HEADER(python2.7/Python.h,
++[
++ python_include_path=-I${python_prefix}/include/python2.7
++ python_version=2.7
++],[
+ AC_CHECK_HEADER(python2.6/Python.h,
+ [
+ python_include_path=-I${python_prefix}/include/python2.6
+@@ -195,7 +200,7 @@
+ ])
+ ])
+ ])
+-])
++])])
+
+ PYTHON_VERSION=${python_version}
+ PYTHON_INCLUDES=${python_include_path}
--- End Message ---
--- Begin Message ---
Version: 0.5.21-1.1+rm
Dear submitter,
as the package cyphesis-cpp has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/633855
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---