mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2004-01-06 21:14:51 by reinelt]
more debianizing git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@292 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
Vendored
+2
-2
@@ -2,12 +2,12 @@ Source: lcd4linux
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Samuel Mimram <samuel.mimram@ens-lyon.org>
|
||||
Build-Depends: debhelper (>= 4.0.0), debconf
|
||||
Build-Depends: debhelper (>= 4.0.0), xlibs-dev
|
||||
Standards-Version: 3.6.0
|
||||
|
||||
Package: lcd4linux
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Depends: xlibs, ${shlibs:Depends}
|
||||
Description: Display informations on an external liquid crystal display
|
||||
Grab informations from the kernel and some subsystems and display it on an
|
||||
external liquid crystal display.
|
||||
|
||||
Vendored
+2
@@ -1,2 +1,4 @@
|
||||
usr/bin
|
||||
usr/lib
|
||||
etc
|
||||
etc/init.d
|
||||
|
||||
Vendored
+2
-11
@@ -42,7 +42,7 @@ clean:
|
||||
dh_testroot
|
||||
|
||||
rm -f build-stamp
|
||||
$(MAKE) distclean
|
||||
-$(MAKE) distclean
|
||||
|
||||
dh_clean
|
||||
|
||||
@@ -68,23 +68,14 @@ binary-arch: build install
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
dh_install
|
||||
# dh_installmenu
|
||||
dh_installdebconf
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
dh_installinit
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
# dh_installman
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_python
|
||||
# dh_makeshlibs
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
Template: lcd4linux/conf
|
||||
Type: note
|
||||
Description: Your must configure lcd4linux
|
||||
Description: You must configure lcd4linux
|
||||
By default, lcd4linux is not configured. You MUST configure it by editing
|
||||
the /etc/lcd4linux.conf file, which holds all configuration.
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user