From 8ba27471c713c424553927fe279faf1bffc7f93a Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Wed, 27 Apr 2011 20:19:56 +0200 Subject: No longer compile against Python. Python 2.6 now links against libssl, which is in conflicts with the package license GPL. --- debian/changelog | 2 ++ 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 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 -- cgit v1.2.3