aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS10
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
3 files changed, 17 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..2d6255b
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,10 @@
+lcd4linux (0.11.0~svn1165-1) unstable; urgency=low
+
+ As of 0.11.0~svn1165-1, direct raw parallel port access has been disabled
+ by default. The generic_parport driver depended on sys/io.h which is not
+ available on all architectures. This change means that lcd4linux is now
+ available on the mipsel, powerpc, s390x and sparc architectures. If you
+ still require raw I/O, you can uncomment the --with-outb argument in
+ debian/rules and rebuild the package.
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 27 Dec 2011 00:27:15 +0000
diff --git a/debian/changelog b/debian/changelog
index 6198d38..e18c1d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,15 @@
-lcd4linux (0.11.0~svn1164-1) unstable; urgency=low
+lcd4linux (0.11.0~svn1165-1) unstable; urgency=low
* New upstream snapshot
+ - raw port I/O in generic_parport driver disabled. Fixes FTBFS
+ issues on mipsel, powerpc, s390x and sparc.
- includes updates for D4D driver.
- fixes compilation warnings.
+ * debian/NEWS added to announce change in generic_parport driver
* Update libmysqlclient-dev virtual package in build-depends,
thanks to Clint Byrum (Closes: #652132)
- -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 25 Dec 2011 16:56:39 +0000
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 27 Dec 2011 00:27:15 +0000
lcd4linux (0.11.0~svn1158-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index b9b6e2d..b24e7d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,8 @@ config.status: configure
--infodir=\$${prefix}/share/info \
--bindir=/usr/sbin \
--disable-rpath
+# Enable raw parallel port I/O
+# --with-outb
# call this target to update config.sub and config.guess
# need autotools-dev installed