r7597 - in /general/nvram-wakeup/trunk/debian: NEWS changelog examples install manpages postinst
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Mon Apr 13 11:54:39 UTC 2009
Author: tiber-guest
Date: Mon Apr 13 11:54:38 2009
New Revision: 7597
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7597
Log:
new upstream release and catching fixing trunk
Added:
general/nvram-wakeup/trunk/debian/NEWS
Removed:
general/nvram-wakeup/trunk/debian/postinst
Modified:
general/nvram-wakeup/trunk/debian/changelog
general/nvram-wakeup/trunk/debian/examples
general/nvram-wakeup/trunk/debian/install
general/nvram-wakeup/trunk/debian/manpages
Added: general/nvram-wakeup/trunk/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/NEWS?rev=7597&op=file
==============================================================================
--- general/nvram-wakeup/trunk/debian/NEWS (added)
+++ general/nvram-wakeup/trunk/debian/NEWS Mon Apr 13 11:54:38 2009
@@ -1,0 +1,18 @@
+nvram-wakeup (0.97-15) unstable; urgency=medium
+
+ Due to conflicting names, /usr/sbin/time isn't installed anymore.
+ The functionallity of this tool can be replaced by using date:
+
+ date -d "1970-01-01 1089365289 sec UTC"
+ date -u -d "1970-01-01 1089365289 sec UTC"
+
+ The only script using /usr/sbin/time was set_timer, which also isn't
+ installed anymore. set_timer is now available as an example in
+ /usr/share/doc/nvram-wakeup/examples. It's only purpose was to serve as a
+ workaround, when there is no way to set the wakeup time in the nvram.
+
+ In such cases, please consider using ACPI for wakeup
+ (/sys/class/rtc/rtc0/wakealarm) or use a customized set_timer version based
+ on the one provided in the examples.
+
+ -- Tobias Grimm <etobi at debian.org> Fri, 02 Jan 2009 22:29:58 +0100
Modified: general/nvram-wakeup/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/changelog?rev=7597&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/changelog (original)
+++ general/nvram-wakeup/trunk/debian/changelog Mon Apr 13 11:54:38 2009
@@ -1,17 +1,27 @@
nvram-wakeup (0.99b-1) unstable; urgency=low
[ Tobias Grimm ]
- * New upstream release (Closes: #484680, #433929)
+ * New upstream release (Closes: #484680, #433929, #499896)
* Changed my maintainer email address
- * Don't install /usr/sbin/time anymore. The functionallity of this tool can
- be replaced by `date` (e.g. `date -d "1970-01-01 1089365289 sec UTC` and
- `date -u -d "1970-01-01 1089365289 sec UTC`) (Closes: #425120)
- * Removed 03_set_timer.dpatch, install set_timer as example only
- * Moved debconf installation instructions to README.Debian (Closes: #419444)
* Removed 01_Makefile-fix.dpatch (fixed upstream)
* Removed 04_WAKEUP_BEFORE-from-cli (fixed upstream)
* Removed 10_nvram-wakeup-mb.c.dpatch
+ * Fixed quotes in examples (Closes: #510595)
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 13 Apr 2009 13:33:00 +0200
+
+nvram-wakeup (0.97-15) unstable; urgency=medium
+
+ [ Tobias Grimm ]
+ * Don't install /usr/sbin/time anymore. The functionallity of this tool can
+ be replaced by `date` (e.g. `date -d "1970-01-01 1089365289 sec UTC"` and
+ `date -u -d "1970-01-01 1089365289 sec UTC"`) (Closes: #425120)
+ * Removed installation of set_timer (which used /usr/sbin/time) and install
+ it as example only (release notes added to NEWS)
+ * Removed 03_set_timer.dpatch
+ * Moved debconf installation instructions to README.Debian (Closes: #419444)
* Updated debian/copyright
+ * Added description to 10_nvram-wakeup-mb.c.dpatch
[ Thomas Schmidt ]
* Do not create /dev/rtc and /dev/nvram in postinst anymore - these devices
@@ -20,7 +30,7 @@
* Bumped Standards-Version to 3.8.0
* Switched Build-System to cdbs, Build-Depend on cdbs
- -- Tobias Grimm <etobi at debian.org> Sun, 23 Nov 2008 15:22:20 +0100
+ -- Tobias Grimm <etobi at debian.org> Sat, 03 Jan 2009 05:10:45 +0100
nvram-wakeup (0.97-14) unstable; urgency=low
Modified: general/nvram-wakeup/trunk/debian/examples
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/examples?rev=7597&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/examples (original)
+++ general/nvram-wakeup/trunk/debian/examples Mon Apr 13 11:54:38 2009
@@ -1,1 +1,4 @@
set_timer
+set_timer.8
+VDR/vdrshutdown
+nvram-wakeup.conf
Modified: general/nvram-wakeup/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/install?rev=7597&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/install (original)
+++ general/nvram-wakeup/trunk/debian/install Mon Apr 13 11:54:38 2009
@@ -1,5 +1,4 @@
nvram-wakeup usr/sbin/
-set_timer usr/sbin/
rtc usr/sbin/
biosinfo usr/sbin/
guess usr/sbin/
Modified: general/nvram-wakeup/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/manpages?rev=7597&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/manpages (original)
+++ general/nvram-wakeup/trunk/debian/manpages Mon Apr 13 11:54:38 2009
@@ -4,5 +4,4 @@
cat_nvram.8
guess.8
rtc.8
-set_timer.8
guess-helper.8
More information about the pkg-vdr-dvb-changes
mailing list