debian/0000755000000000000000000000000011375413045007171 5ustar debian/source/0000755000000000000000000000000011375376355010505 5ustar debian/source/format0000644000000000000000000000001411375376355011713 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000002111375376355010051 0ustar README.IMPORTANT debian/control0000644000000000000000000000167511375412435010607 0ustar # -*- coding: utf-8 -*- Source: avr-evtd Section: misc Priority: optional Maintainer: Rogério Brito Build-Depends: debhelper (>= 5) Standards-Version: 3.8.4 Homepage: http://sourceforge.net/projects/ppc-evtd DM-Upload-Allowed: yes Package: avr-evtd Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Description: AVR watchdog daemon for Linkstation/Kuroboxes avr-evtd is a simple and small user space interface to the Linkstation AVR micro-controller. It doesn't have a lot of special features, but it's main task is to provide 'keep-alive' messages to the Linkstation's on-board AVR device. . This device controls/monitors the fan, various LEDs, timed power up and two buttons. This daemon provides the necessary initialisation to the device and also stimulates the LEDs depending on various fault conditions. It also monitors a power button (located at the front) and a reset button (located at the rear). debian/compat0000644000000000000000000000000211375376355010403 0ustar 5 debian/copyright0000644000000000000000000000245511375376355011146 0ustar Author: Bob Perry Author: Rogério Brito Download: http://sourceforge.net/projects/ppc-evtd Files: * Copyright: Copyright © 2006 Bob Perry Copyright: Copyright © 2008-2010 Rogério Brito License: GPL-2+ 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. . 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. Files: debian/* Copyright: Copyright © 2008-2010 Rogério Brito License: GPL-2+ The Debian packaging is released under the same license as the upstream program. debian/watch0000644000000000000000000000007011375376355010233 0ustar version=3 http://sf.net/ppc-evtd/avr-evtd-(.*)\.tar\.gz debian/rules0000755000000000000000000000263711375376355010275 0ustar #!/usr/bin/make -f # -*- makefile -*- TARGETDIR=$(CURDIR)/debian/avr-evtd CFLAGS = -Wall -Wextra -g ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -Os endif configure: configure-stamp configure-stamp: dh_testdir touch $@ build: build-stamp cp -l Install/avr-evtd.init debian/avr-evtd.init build-stamp: configure-stamp dh_testdir $(CC) $(CFLAGS) -o avr-evtd avr-evtd.c touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp dh_clean avr-evtd debian/avr-evtd.init install: build dh_testdir dh_testroot dh_clean -k dh_installdirs #$(MAKE) DESTDIR=$(CURDIR)/debian/avr-evtd install install avr-evtd $(TARGETDIR)/usr/sbin install -m 755 Install/EventScript $(TARGETDIR)/etc/avr-evtd/ install -m 644 Install/emergency-eth0 $(TARGETDIR)/etc/avr-evtd/ install -m 644 Install/recovery.tar $(TARGETDIR)/etc/avr-evtd/ install -m 644 Install/avr-evtd.config $(TARGETDIR)/etc/default/avr-evtd binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs Changelog.old dh_installdocs dh_installexamples dh_installinit -- start 12 2 3 4 5 . stop 95 0 1 6 . dh_installman Install/avr-evtd.8 dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure real-clean debian/NEWS0000644000000000000000000000061511375376355007706 0ustar avr-evtd (1.7.4-1) unstable; urgency=low Please, note that as of version 1.7.4-1, avr-evtd has changed its binary names and related directories from avr_evtd to avr-evtd. In particular, the configuration from /etc/avr_evtd should be read and migrated to /etc/avr-evtd if the defaults are not the desired values. -- Rogério Brito Tue, 18 Aug 2009 16:29:46 -0300 debian/changelog0000644000000000000000000000731511375412721011051 0ustar avr-evtd (1.7.7-2) unstable; urgency=low * Restrict build architectures to linux-any -- Rogério Brito Fri, 21 May 2010 02:10:24 -0300 avr-evtd (1.7.7-1) unstable; urgency=low * Upstream version 1.7.7: + fix syntax error in the init script -- Rogério Brito Fri, 21 May 2010 00:26:05 -0300 avr-evtd (1.7.6-1) unstable; urgency=low * New upstream release: + Code cleanup. * Update Standards-Version to 3.8.4 (no changes). * Minor cleanup of the rules file. * Convert to source format "3.0 (quilt)" -- Rogério Brito Thu, 20 May 2010 05:09:09 -0300 avr-evtd (1.7.5-3) unstable; urgency=low * debian/rules: + call dh_installinit with levels that match the headers of the initscript. -- Rogério Brito Tue, 15 Sep 2009 03:37:20 -0300 avr-evtd (1.7.5-2) unstable; urgency=low * Sanitize the runlevels of the init script. Really Closes: #541380. (Tks Petter Reinholdtsen) -- Rogério Brito Mon, 14 Sep 2009 19:21:44 -0300 avr-evtd (1.7.5-1) unstable; urgency=low * New upstream release: fixes some brown-paper bag bugs. * debian/control: + updated to Standards-Version 3.8.3 (no changes required). * debian/watch: + remove useless comments. -- Rogério Brito Fri, 28 Aug 2009 05:51:32 -0300 avr-evtd (1.7.4-1) unstable; urgency=low * New upstream release. + Fixes the runlevels of the init script. Closes: #541380. (Tks Petter Reinholdtsen) * debian/copyright: update my copyright. * debian/control: + included comment (allowed by policy). + updated the long description a little. + updated to Standards-Version 3.8.2 (no changes required). * debian/dirs: change avr_evtd to avr-evtd. * debian/rules: + change avr_evtd to avr-evtd. + remove some comments. + ship upstream changelog. -- Rogério Brito Tue, 18 Aug 2009 16:24:08 -0300 avr-evtd (1.7.3-2) unstable; urgency=low * copyright: list that I am upstream too. -- Rogério Brito Tue, 30 Sep 2008 17:08:08 -0300 avr-evtd (1.7.3-1) unstable; urgency=low * New upstream release. * control: included DM-Upload-Allowed field, since I am a DM now. * watch: modify to the way that I will use for new releases. * copyright: list that I am upstream too. -- Rogério Brito Fri, 26 Sep 2008 14:05:15 -0300 avr-evtd (1.7.3~svn24-1) unstable; urgency=low * New upstream version (I'm now upstream). * New configuration file which doesn't shutdown the Kuro automatically. * Still keeping in the quilt things, as I may use them sometimes. -- Rogério Brito Fri, 19 Sep 2008 01:39:37 -0300 avr-evtd (1.7.2-1) unstable; urgency=low * Initial release (Closes: #497882) * avr_evtd.8: fixed the section and the date of the manpage. * avr_evtd.8: used a spell-checker to fix some broken English. * avr_evtd.8: capitalized the name of the program/page. * avr_evtd.8: re-formatted the file for lines shorter than 80 columns. * avr_evtd.c: fix verification of return of the open function. * avr_evtd.c: close a file descriptor to avoid leaking open files. * control: upgraded standards version to 3.8.0. No changes required. * control: build depends on quilt, for patch management. * debian/patches: created directory for use with quilt * init.d: LBS-ize the file and cleaned it a bit. * init.d: add support to force-reload. * rules: use -Os instead of -O2 (Thanks Charles Plessy). * copyright: use machine-parseable format (Thanks Charles Plessy). * watch: create watch file for sourceforge.net. -- Rogério Brito Fri, 29 Aug 2008 09:13:18 -0300 debian/dirs0000644000000000000000000000005511375376355010071 0ustar etc/avr-evtd etc/default etc/init.d usr/sbin