diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 501cf89..7172696 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low * New upstream snapshot * Bump standards version + * No longer compile against Python. Python 2.6 now links against libssl, + which is in conflicts with the package license GPL. -- Reinhard Tartler <siretart@tauware.de> Wed, 27 Apr 2011 19:28:45 +0200 diff --git a/debian/rules b/debian/rules index 47c9c28..37d7ca6 100755 --- a/debian/rules +++ b/debian/rules @@ -33,8 +33,7 @@ config.status: configure --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --bindir=/usr/sbin \ - --disable-rpath \ - --with-python + --disable-rpath # call this target to update config.sub and config.guess # need autotools-dev installed |