[Pkg-fglrx-devel] r283 - fglrx-driver/trunk/debian
Bertrand Marc
bbk-guest at alioth.debian.org
Wed Aug 26 22:48:33 UTC 2009
Author: bbk-guest
Date: 2009-08-26 22:48:33 +0000 (Wed, 26 Aug 2009)
New Revision: 283
Modified:
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/control
fglrx-driver/trunk/debian/fglrx-atieventsd.init
Log:
Fix log_warning_msg in fglrx-atieventsd.init
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2009-08-25 17:03:09 UTC (rev 282)
+++ fglrx-driver/trunk/debian/changelog 2009-08-26 22:48:33 UTC (rev 283)
@@ -1,7 +1,11 @@
-fglrx-driver (1:9-8-2) UNRELEASED; urgency=low
+fglrx-driver (1:9-8-2) unstable; urgency=low
[ Bertrand Marc ]
* Remove old hackish lines in fglrx-glx.postrm (Closes: #542400).
+ * Source /lib/lsb/init-functions in fglrx-atieventsd.init to get
+ log_warning_msg function.
+ * Make fglrx-atieventsd depends on lsb-base to ensure the presence of
+ /lib/lsb/init-functions.
[ Patrick Matthäi ]
* Add acpid to recommends of fglrx-atieventsd, it is mostly useless without
@@ -11,7 +15,7 @@
Closes: #543384
* Sync uploaders of the control template with the original one.
- -- Patrick Matthäi <pmatthaei at debian.org> Tue, 25 Aug 2009 19:02:33 +0200
+ -- Bertrand Marc <beberking at gmail.com> Thu, 27 Aug 2009 00:43:11 +0200
fglrx-driver (1:9-8-1) unstable; urgency=high
Modified: fglrx-driver/trunk/debian/control
===================================================================
--- fglrx-driver/trunk/debian/control 2009-08-25 17:03:09 UTC (rev 282)
+++ fglrx-driver/trunk/debian/control 2009-08-26 22:48:33 UTC (rev 283)
@@ -108,7 +108,7 @@
Package: fglrx-atieventsd
Architecture: i386 amd64
-Depends: ${misc:Depends}, ${shlibs:Depends}, xserver-xorg (>= 1:7.4+1)
+Depends: ${misc:Depends}, ${shlibs:Depends}, xserver-xorg (>= 1:7.4+1), lsb-base
Recommends: fglrx-driver (= ${binary:Version}), acpid
Replaces: fglrx-driver (<< 1:8-4-2)
Conflicts: fglrx-driver (<< 1:8-4-2)
Modified: fglrx-driver/trunk/debian/fglrx-atieventsd.init
===================================================================
--- fglrx-driver/trunk/debian/fglrx-atieventsd.init 2009-08-25 17:03:09 UTC (rev 282)
+++ fglrx-driver/trunk/debian/fglrx-atieventsd.init 2009-08-26 22:48:33 UTC (rev 283)
@@ -39,6 +39,8 @@
[ -f $DAEMONPATH ] || exit 0
+. /lib/lsb/init-functions
+
case "$1" in
start)
if [ "$START_ATIEVENTSD" != "true" ] ; then
More information about the Pkg-fglrx-devel
mailing list