diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-08-26 11:29:36 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-08-26 11:29:36 +0200 |
commit | cb907bb14f2051e3be21ead9fac73dedd89fa23d (patch) | |
tree | 0aa7c42543a26837238d294a57e17c614d417da2 | |
parent | f2b067088967528db0ccc577afafcac1be32eab6 (diff) | |
download | lcd4linux-cb907bb14f2051e3be21ead9fac73dedd89fa23d.tar.gz |
make the package itself buildable
Diffstat (limited to '')
-rw-r--r-- | debian/docs | 2 | ||||
-rw-r--r-- | debian/install | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/debian/docs b/debian/docs index f952cca..eddd21a 100644 --- a/debian/docs +++ b/debian/docs @@ -1,7 +1,5 @@ FAQ NEWS README -README.Drivers README.KDE -README.Plugins TODO diff --git a/debian/install b/debian/install deleted file mode 100644 index cfa71e8..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -lcd4linux.conf etc diff --git a/debian/rules b/debian/rules index 746e4a8..8beefa4 100755 --- a/debian/rules +++ b/debian/rules @@ -85,6 +85,7 @@ 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 |