r7486 - in /general/nvram-wakeup/trunk/debian: README.Debian changelog config control copyright examples patches/ po/ rules templates
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Nov 23 14:22:45 UTC 2008
Author: tiber-guest
Date: Sun Nov 23 14:22:45 2008
New Revision: 7486
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7486
Log:
* New upstream release (Closes: #484680, #433929)
* 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
* Updated debian/copyright
Added:
general/nvram-wakeup/trunk/debian/examples
Removed:
general/nvram-wakeup/trunk/debian/config
general/nvram-wakeup/trunk/debian/patches/
general/nvram-wakeup/trunk/debian/po/
general/nvram-wakeup/trunk/debian/templates
Modified:
general/nvram-wakeup/trunk/debian/README.Debian
general/nvram-wakeup/trunk/debian/changelog
general/nvram-wakeup/trunk/debian/control
general/nvram-wakeup/trunk/debian/copyright
general/nvram-wakeup/trunk/debian/rules
Modified: general/nvram-wakeup/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/README.Debian?rev=7486&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/README.Debian (original)
+++ general/nvram-wakeup/trunk/debian/README.Debian Sun Nov 23 14:22:45 2008
@@ -1,5 +1,21 @@
nvram-wakeup for Debian
------------------------
+=======================
+
+nvram access methods
+--------------------
+
+There are two ways the NVRAM can be accessed. To use direct I/O access you
+will have to specify the --directisa option. Alternatively you can use the
+nvram kernel module. If this kernel module is available, but not loaded,
+you may need to perform these steps:
+
+ - modprobe nvram
+ - add nvram to /etc/modules
+ - alternatively you can use modconf to reach the same result
+
+
+VDR integration
+---------------
The original nvram-wakeup package has been created for the c't VDR project,
where an additional package vdr-addon-nvram-wakeup installed the necessary
@@ -16,4 +32,5 @@
SPECIALSHUTDOWN="lilo -R PowerOff ; shutdown -r now"
- -- Tobias Grimm <tg at e-tobi.net>, Sun, 04 Jul 2004 12:54:00 +0200
+ -- Tobias Grimm <etobi at debian.org> Sun, 23 Nov 2008 13:40:08 +0100
+
Modified: general/nvram-wakeup/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/changelog?rev=7486&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/changelog (original)
+++ general/nvram-wakeup/trunk/debian/changelog Sun Nov 23 14:22:45 2008
@@ -1,24 +1,26 @@
-nvram-wakeup (0.97-16) UNRELEASED; urgency=low
-
- * Switched to using cdbs
+nvram-wakeup (0.99b-1) UNRELEASED; urgency=low
+
+ [ Tobias Grimm ]
+ * New upstream release (Closes: #484680, #433929)
* Changed my maintainer email address
- * COMPAT=5
* 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)
-
- -- Tobias Grimm <etobi at debian.org> Sun, 23 Nov 2008 13:30:50 +0100
-
-nvram-wakeup (0.97-15) UNRELEASED; urgency=low
-
+ * 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
+ * Updated debian/copyright
+
+ [ Thomas Schmidt ]
* Do not create /dev/rtc and /dev/nvram in postinst anymore - these devices
should be automatically created on every installation (closes: #428694)
* Using COMPAT=5 now
* Bumped Standards-Version to 3.8.0
* Switched Build-System to cdbs, Build-Depend on cdbs
-
- -- Thomas Schmidt <tschmidt at debian.org> Fri, 15 Jun 2007 17:52:54 +0200
+ -- Tobias Grimm <etobi at debian.org> Sun, 23 Nov 2008 15:20:42 +0100
nvram-wakeup (0.97-14) unstable; urgency=low
Modified: general/nvram-wakeup/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/control?rev=7486&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/control (original)
+++ general/nvram-wakeup/trunk/debian/control Sun Nov 23 14:22:45 2008
@@ -3,14 +3,14 @@
Priority: optional
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Tobias Grimm <etobi at debian.org>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>> 4.1.16), cdbs, dpatch, po-debconf
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>> 4.1.16), cdbs
+Standards-Version: 3.8.0
XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/general/nvram-wakeup/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/
Package: nvram-wakeup
Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, makedev
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A tool to read/write the WakeUp time from/to the BIOS
nvram-wakeup can read and write the wake up time in the BIOS
(via /dev/nvram on recent 2.4.x kernels or direct I/O port access).
Modified: general/nvram-wakeup/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/copyright?rev=7486&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/copyright (original)
+++ general/nvram-wakeup/trunk/debian/copyright Sun Nov 23 14:22:45 2008
@@ -1,30 +1,36 @@
-This package was debianized by Tobias Grimm <tg at e-tobi.net> on
-Sat, 6 Dec 2003 16:29:23 +0200.
+Upstream Homepage:
+ http://sourceforge.net/projects/nvram-wakeup
-It was downloaded from http://sourceforge.net/projects/nvram-wakeup
-
-Upstream Author: Sergei Haller <Sergei.Haller at math.uni-giessen.de>
+Upstream Author:
+ Sergei Haller <Sergei.Haller at math.uni-giessen.de>
Debian Maintainers:
-
- Tobias Grimm <etobi at debian.org>
- Thomas Schmidt <tschmidt at debian.org>
+ Tobias Grimm <tg at e-tobi.net>
+ Thomas Schmidt <tschmidt at debian.org>
Copyright:
+ (C) 2001 - 2006 Sergei Haller
+ (C) 2002 Bernhard "Bero" Rosenkraenzer <bero at arklinux.org>
+ (C) 1996 Paul Gortmaker
+ (C) 2004 - 2008 Tobias Grimm
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
+Copyright (Debian packaging):
+ (C) 2003 - 2008 Tobias Grimm, Thomas Schmidt
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+License:
+ This program is free software; you can redistribute it and/or modify
+ t under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- see /usr/share/common-licenses/GPL
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ see /usr/share/common-licenses/GPL
Added: general/nvram-wakeup/trunk/debian/examples
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/examples?rev=7486&op=file
==============================================================================
--- general/nvram-wakeup/trunk/debian/examples (added)
+++ general/nvram-wakeup/trunk/debian/examples Sun Nov 23 14:22:45 2008
@@ -1,0 +1,1 @@
+set_timer
Modified: general/nvram-wakeup/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/nvram-wakeup/trunk/debian/rules?rev=7486&op=diff
==============================================================================
--- general/nvram-wakeup/trunk/debian/rules (original)
+++ general/nvram-wakeup/trunk/debian/rules Sun Nov 23 14:22:45 2008
@@ -1,10 +1,15 @@
-#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
+#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+# include /usr/share/cdbs/1/rules/dpatch.mk
DEB_INSTALL_CHANGELOGS_ALL = HISTORY
-clean::
- debconf-updatepo
+#
+# TODO: This breaks DEB_BUILD_OPTIONS,
+# Better hardcode the essential compiler switches in the upstream source
+# instead of making them overrideable in user overridable variables like
+# CFLAGS!
+#
+DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)
More information about the pkg-vdr-dvb-changes
mailing list