debian/README.Debian: Deleted.

We're shipping an unmodified version of the Python modules again.
This commit is contained in:
Kai Wasserbäch 2011-01-17 22:53:39 +01:00
parent 327cbf5bbf
commit f28c1c00eb
2 changed files with 2 additions and 13 deletions

13
debian/README.Debian vendored
View File

@ -1,13 +0,0 @@
Changes in behaviour of FindPython{Interp,Libs}
===============================================
If you're a user of the FindPythonInterp.cmake or FindPythonLibs.cmake script be
advised, that there is a change in its behaviour. From the 2.8.1-6 package
onwards the Debian version of these scripts will act like the following:
1. If you've defined CMAKE_USE_PYTHON_VERSION with a specific version, say
2.6, the script will only check for the requested version.
2. If no version was requested, we'll try to find the default Python version
for Debian and return that information. Failing that, a list of versions is
tried until either one version was found or the search finally failed.
-- Kai Wasserbäch <debian@carbon-project.org> Mon, 07 Jun 2010 13:52:38 +0200

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ cmake (2.8.4~rc1-1) UNRELEASED; urgency=low
solution is slightly different from what Debian had initially!)
* debian/patches/FindBoost_add_-lpthread_#563479.diff: Added.
(Closes: #563479)
* debian/README.Debian: Deleted, we're shipping an unmodified version of the
Python modules again.
-- Kai Wasserbäch <debian@carbon-project.org> Sun, 16 Jan 2011 11:40:34 +0100