diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-08-27 11:00:55 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-08-27 11:00:55 +0200 |
commit | 2436202a9481493ec9807fc0fbe820c197908081 (patch) | |
tree | 9d5d278c31059203030bac33ccc800bee0e43395 | |
parent | cb907bb14f2051e3be21ead9fac73dedd89fa23d (diff) | |
download | lcd4linux-2436202a9481493ec9807fc0fbe820c197908081.tar.gz |
install lcd4linux.conf.sample to usr/share/doc
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/docs | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9accac6..c33af88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,22 @@ -lcd4linux (0.10.0+cvs20060825-1) unstable; urgency=low +lcd4linux (0.10.0+cvs20060825-1) unstable; urgency=medium * New Maintainer! * Dropping old maintainer in agreement with nobse@debian.org. Thanks for your work so far, nobse! + * urgency medium because of release critical bugs * new upstream snapshot * now supporting USB2LCD + * don't update config.{sub,guess} in clean target automatically + * new target ``update-config-sub-guess'' to update config.{sub,guess} * Acking NMU, Thanks Steinar! (Closes: #374682) * Bug fix: "FTBFS: undefined reference to many X functions", thanks to Eric Dorland. The problem was in driver.m4 (Closes: #381606). * Bug fix: "Please stop Build-Depending on automake", thanks to Eric Dorland (Closes: #381812). + * Don't ship /etc/lcd4linux.conf anymore. Please install and customize + it yourself using /usr/share/doc/lcd4linux.conf.sample as template - -- Reinhard Tartler <siretart@tauware.de> Sat, 26 Aug 2006 11:21:48 +0200 + -- lcd4linux (0.10.0+cvs20051015-3.1) unstable; urgency=low diff --git a/debian/docs b/debian/docs index eddd21a..304ef8c 100644 --- a/debian/docs +++ b/debian/docs @@ -3,3 +3,4 @@ NEWS README README.KDE TODO +lcd4linux.conf.sample
\ No newline at end of file diff --git a/debian/rules b/debian/rules index 8beefa4..746e4a8 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,6 @@ binary-arch: build install dh_install dh_installinit dh_installman - cp lcd4linux.conf.sample $(CURDIR)/debian/lcd4linux/etc/lcd4linux.conf dh_link dh_strip dh_compress |