aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-04-27 20:19:56 +0200
committerReinhard Tartler <siretart@tauware.de>2011-04-27 20:19:56 +0200
commit8ba27471c713c424553927fe279faf1bffc7f93a (patch)
tree23b1884b913ec254c94f7f742fa68a58853cfda6
parent65a12e7da4140c1030e1db3918b3ee4d5d3d15e3 (diff)
downloadlcd4linux-8ba27471c713c424553927fe279faf1bffc7f93a.tar.gz
No longer compile against Python. Python 2.6 now links against libssl,
which is in conflicts with the package license GPL.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
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