Updated the (local) Debian package building scripts.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
lcdproc (0.5.2+cvs20090607) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* New snapshot from upstream CVS
|
||||||
|
|
||||||
|
-- Markus Dolze <bsdfan@nurfuerspam.de> Sun, 07 Jun 2009 11:34:46 +0200
|
||||||
|
|
||||||
lcdproc (0.5.2+cvs20070501) UNRELEASED; urgency=low
|
lcdproc (0.5.2+cvs20070501) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* New snapshot from upstream CVS
|
* New snapshot from upstream CVS
|
||||||
|
|||||||
@@ -2,9 +2,10 @@ Source: lcdproc
|
|||||||
Section: utils
|
Section: utils
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net>
|
Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net>
|
||||||
Build-Depends: debhelper (>= 5.0.0), pkg-config, xmlto, libncurses5-dev, libusb-dev (>= 0.1.8), libsvga1-dev, libxosd-dev
|
Build-Depends: debhelper (>= 5.0.0), pkg-config, xmlto, libncurses5-dev, libusb-dev (>= 0.1.8)
|
||||||
Uploaders: Jonathan Oxer <jon@debian.org>
|
Uploaders: Jonathan Oxer <jon@debian.org>
|
||||||
Standards-Version: 3.7.3
|
Homepage: http://www.lcdproc.org/
|
||||||
|
Standards-Version: 3.8.0
|
||||||
|
|
||||||
Package: lcdproc
|
Package: lcdproc
|
||||||
Architecture: alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc sparc
|
Architecture: alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc sparc
|
||||||
@@ -21,5 +22,3 @@ Description: LCD display driver daemon and clients
|
|||||||
load, memory usage, uptime, and a lot more. Custom clients can be
|
load, memory usage, uptime, and a lot more. Custom clients can be
|
||||||
written using the simple client-server protocol and provided example
|
written using the simple client-server protocol and provided example
|
||||||
code.
|
code.
|
||||||
.
|
|
||||||
http://lcdproc.omnipotent.net/ or http://www.lcdproc.org/
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
README
|
README
|
||||||
README.IRman
|
|
||||||
TODO
|
TODO
|
||||||
INSTALL
|
INSTALL
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
diff -ur lcdproc-0.5dev.orig/docs/lcdproc-user/Makefile.am lcdproc-0.5dev/docs/lcdproc-user/Makefile.am
|
||||||
|
--- lcdproc-0.5dev.orig/docs/lcdproc-user/Makefile.am 2008-10-10 12:08:10.000000000 +0200
|
||||||
|
+++ lcdproc-0.5dev/docs/lcdproc-user/Makefile.am 2009-06-07 15:27:45.000000000 +0200
|
||||||
|
@@ -23,6 +23,6 @@
|
||||||
|
|
||||||
|
install-html-userguide: $(xmlto) lcdproc-user.docbook
|
||||||
|
$(mkinstalldirs) $(userguidedir)
|
||||||
|
- $(xmlto) html -o $(userguidedir) lcdproc-user.docbook
|
||||||
|
+ $(xmlto) html -o $(userguidedir) --skip-validation lcdproc-user.docbook
|
||||||
|
|
||||||
|
## EOF
|
||||||
|
diff -ur lcdproc-0.5dev.orig/docs/lcdproc-user/Makefile.in lcdproc-0.5dev/docs/lcdproc-user/Makefile.in
|
||||||
|
--- lcdproc-0.5dev.orig/docs/lcdproc-user/Makefile.in 2009-06-07 15:14:20.000000000 +0200
|
||||||
|
+++ lcdproc-0.5dev/docs/lcdproc-user/Makefile.in 2009-06-07 15:29:21.000000000 +0200
|
||||||
|
@@ -491,7 +491,7 @@
|
||||||
|
|
||||||
|
install-html-userguide: $(xmlto) lcdproc-user.docbook
|
||||||
|
$(mkinstalldirs) $(userguidedir)
|
||||||
|
- $(xmlto) html -o $(userguidedir) lcdproc-user.docbook
|
||||||
|
+ $(xmlto) html -o $(userguidedir) --skip-validation lcdproc-user.docbook
|
||||||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
.NOEXPORT:
|
||||||
+9
-10
@@ -27,6 +27,12 @@ endif
|
|||||||
config.status: configure
|
config.status: configure
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
|
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
||||||
|
cp -f /usr/share/misc/config.sub config.sub
|
||||||
|
endif
|
||||||
|
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||||
|
cp -f /usr/share/misc/config.guess config.guess
|
||||||
|
endif
|
||||||
CFLAGS="$(CFLAGS)" ./configure \
|
CFLAGS="$(CFLAGS)" ./configure \
|
||||||
--host=$(DEB_HOST_GNU_TYPE) \
|
--host=$(DEB_HOST_GNU_TYPE) \
|
||||||
--build=$(DEB_BUILD_GNU_TYPE) \
|
--build=$(DEB_BUILD_GNU_TYPE) \
|
||||||
@@ -56,18 +62,11 @@ clean:
|
|||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
|
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
-$(MAKE) distclean
|
[ ! -f Makefile ] || $(MAKE) distclean
|
||||||
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
|
||||||
cp -f /usr/share/misc/config.sub config.sub
|
|
||||||
endif
|
|
||||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
|
||||||
cp -f /usr/share/misc/config.guess config.guess
|
|
||||||
endif
|
|
||||||
rm -f LCDd.conf.debian
|
rm -f LCDd.conf.debian
|
||||||
|
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
@@ -85,7 +84,7 @@ install: build
|
|||||||
|
|
||||||
# trick: move samples into the correct directory
|
# trick: move samples into the correct directory
|
||||||
# this saves us from patching Makefile.in files
|
# this saves us from patching Makefile.in files
|
||||||
for i in fortune.pl iosock.pl lcdmetar.pl tail.pl x11amp.pl ; do \
|
for i in fortune.pl iosock.pl lcdident.pl lcdmetar.pl tail.pl x11amp.pl ; do \
|
||||||
mv $(CURDIR)/debian/lcdproc/usr/bin/$$i $(CURDIR)/debian/lcdproc/usr/share/doc/lcdproc/examples; \
|
mv $(CURDIR)/debian/lcdproc/usr/bin/$$i $(CURDIR)/debian/lcdproc/usr/share/doc/lcdproc/examples; \
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -108,6 +107,7 @@ binary-arch: build install
|
|||||||
# dh_installemacsen
|
# dh_installemacsen
|
||||||
# dh_installpam
|
# dh_installpam
|
||||||
# dh_installmime
|
# dh_installmime
|
||||||
|
# dh_python
|
||||||
dh_installinit --update-rcd-params="defaults 21 79" # for the lcdproc client
|
dh_installinit --update-rcd-params="defaults 21 79" # for the lcdproc client
|
||||||
dh_installinit --name=LCDd
|
dh_installinit --name=LCDd
|
||||||
dh_installinit --name=lcdexec --update-rcd-params="defaults 21 79"
|
dh_installinit --name=lcdexec --update-rcd-params="defaults 21 79"
|
||||||
@@ -120,7 +120,6 @@ binary-arch: build install
|
|||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
# dh_perl
|
# dh_perl
|
||||||
# dh_python
|
|
||||||
# dh_makeshlibs
|
# dh_makeshlibs
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
dh_shlibdeps
|
dh_shlibdeps
|
||||||
|
|||||||
Reference in New Issue
Block a user