aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-27 00:33:24 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-27 00:33:24 +0000
commit7ca8e0e2e74a3f53e6e119b8bdfb2771523caa7f (patch)
tree04c282ce75761d387a989a195151f5cf81db7a2a /debian
parent75a1dbb939d4c3769aa7557eb452ce3fb1c50ac3 (diff)
parentca7ebcb88a240cbe8bb55919cd622bc057701e75 (diff)
downloadlcd4linux-7ca8e0e2e74a3f53e6e119b8bdfb2771523caa7f.tar.gz
- raw port I/O in generic_parport driver disabled. Fixes FTBFS
issues on mipsel, powerpc, s390x and sparc. * debian/NEWS added to announce change in generic_parport driver
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