Clark Rawlins
cde92985ae
Switch from dh_clean -k to dh_prep
...
dh_clean -k is deprecated. Switch to the supported dh_clean
instead.
Signed-off-by: Clark Rawlins <clark@bit63.org>
2014-12-14 10:35:22 -08:00
Clark Rawlins
af2d3b48c6
Use a temp to convert ut_time to time_t
...
The localtime function takes a time_t* argument. Passing
the ut_time member of the utmp struct as this argument
doesn't work on 64 bit systems because the lengths of the
arguments don't agree. So use a temproary variable to
store the ut_time value in a time_t variable and pass
the address of the time_t variable to localtime.
Signed-off-by: Clark Rawlins <clark@bit63.org>
2014-12-14 10:29:17 -08:00
Clark Rawlins
4f37273c60
Ignore warnings on unused return values
...
Modify the Makefile to silence warnings about unused
return values in the source code.
Signed-off-by: Clark Rawlins <clark@bit63.org>
2014-12-14 09:53:14 -08:00
Clark Rawlins
957c5aefad
Update debian/compat to version 5
...
To support recent versions of deb-buildpackage
increment debian/compat to version 5 (from version 4)
Signed-off-by: Clark Rawlins <clark@bit63.org>
2014-12-14 09:51:05 -08:00
Clark Rawlins
ff3a5d11a1
Update debian/changelog with recent local changes
...
Update the debian changelog with recent changes to the package.
Signed-off-by: Clark Rawlins <clark@bit63.org>
2014-12-14 09:50:37 -08:00
Clark Rawlins
73dd70fdf8
Ignore files generated by building debian package
...
Configure git to ignore files generated by the
build process and by the debian package build
process.
Signed-off-by: Clark Rawlins <clark@bit63.org>
2014-12-14 09:21:27 -08:00
Clark Rawlins
119d66d4c1
Update debian/control Standards-Version:
...
Update debian/control Standards-Version to the
current value: 3.9.5.
Signed-off-by: Clark Rawlins <clark@bit63.org>
2014-12-14 09:09:20 -08:00
Clark Rawlins
f8a3bc0509
To resolve the symbol XOpenDisplay link with libX11
...
When building the timeoutd binary the linker was not
finding the XOpenDisplay symbol. By linking with
libX11 the missing symbol is found
Signed-off-by: Clark Rawlins <clark@defiant.bit63.org>
2014-12-14 09:05:09 -08:00
Shawn Willden
eeeb4d4f97
Added changelog
...
Just for completeness.
2009-05-31 18:52:55 -06:00
Shawn Willden
45a9836343
Fixed local X session handling
...
An X.org (or perhaps kernel?) change sometime around 7.04
broke timeoutd. This fixes it.
2009-01-04 23:12:25 -07:00
Peter Eisentraut
642d4c9ea8
Imported Debian patch 1.5-10.1
2009-01-04 23:11:59 -07:00
Shawn Willden
6236f92ec8
Imported Upstream version 1.5
2009-01-04 23:11:58 -07:00