sispmctl (2.7-1) debian-dir only changes

Summary

 debian/changelog                       |   26 ++++++++++++++++
 debian/compat                          |    1 
 debian/control                         |   20 ++++++++++++
 debian/copyright                       |   51 +++++++++++++++++++++++++++++++++
 debian/docs                            |    2 +
 debian/patches/10_version_number.patch |   11 +++++++
 debian/rules                           |    9 +++++
 7 files changed, 120 insertions(+)

    
download this patch

Patch contents

--- sispmctl-2.7.orig/debian/changelog
+++ sispmctl-2.7/debian/changelog
@@ -0,0 +1,26 @@
+sispmctl (2.7-1) unstable; urgency=low
+
+  * New upstream release.
+    + Support for msis-pm (single socket) and sis-pm (device ID 0xfd13).
+    + Add -m switch for power status.
+  * debian/copyright: Switch to machine-readable format as specified at
+    http://wiki.debian.org/Proposals/CopyrightFormat.
+
+ -- Uwe Hermann <uwe@debian.org>  Sun, 18 May 2008 02:18:09 +0200
+
+sispmctl (2.5-1) unstable; urgency=low
+
+  * New upstream release.
+    + This fixes a segfault when using the -b option.
+  * Standards-Version: 3.7.3 (no changes required).
+  * debian/control: Add Homepage field.
+  * Versioned build-dependency on libusb-dev (>= 0.1.8) as per README.
+
+ -- Uwe Hermann <uwe@debian.org>  Wed, 12 Dec 2007 00:16:45 +0100
+
+sispmctl (2.4b-1) unstable; urgency=low
+
+  * Initial release (Closes: #415633).
+
+ -- Uwe Hermann <uwe@debian.org>  Sun,  8 Apr 2007 03:16:25 +0200
+
--- sispmctl-2.7.orig/debian/compat
+++ sispmctl-2.7/debian/compat
@@ -0,0 +1 @@
+5
--- sispmctl-2.7.orig/debian/control
+++ sispmctl-2.7/debian/control
@@ -0,0 +1,20 @@
+Source: sispmctl
+Section: admin
+Priority: extra
+Maintainer: Uwe Hermann <uwe@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libusb-dev (>= 0.1.8)
+Standards-Version: 3.7.3
+Homepage: http://sispmctl.sourceforge.net/
+
+Package: sispmctl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Control Gembird SIS-PM programmable power outlet strips
+ The sispmctl tool can control Gembird SIS-PM Silver Shield programmable
+ power outlet strips (also known under the name Revolt Intelli-Plug) from
+ the command line.
+ .
+ It can be used to switch on or off any of the programmable power sockets
+ of the SIS-PM via USB. It can also show the current status of each power
+ socket, and it can handle multiple SIS-PM devices, too.
+
--- sispmctl-2.7.orig/debian/docs
+++ sispmctl-2.7/debian/docs
@@ -0,0 +1,2 @@
+AUTHORS
+README
--- sispmctl-2.7.orig/debian/copyright
+++ sispmctl-2.7/debian/copyright
@@ -0,0 +1,51 @@
+This package was debianized by Uwe Hermann <uwe@debian.org> on
+Sun,  8 Apr 2007 03:16:25 +0200.
+
+The current Debian maintainer is Uwe Hermann <uwe@debian.org>.
+
+It was downloaded from:
+
+   http://sispmctl.sourceforge.net
+
+Upstream Authors:
+
+   Mondrian Nuessle <nuessle@uni-mannheim.de>
+   Andreas Neuper <aneuper@web.de>
+ 
+-------------------------------------------------------------------------------
+
+Files: *
+Copyright: © 2004-2006 Mondrian Nuessle <nuessle@uni-mannheim.de>
+           © 2005 Andreas Neuper <aneuper@web.de>
+License: GPL-2+
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+-------------------------------------------------------------------------------
+
+Files: src/nethelp.c
+Copyright: © 2003 Evan Buswell
+           © 1999 Jack Moffitt, Barath Raghavan, and Alexander Haväng
+License: GPL-2+
+
+-------------------------------------------------------------------------------
+
+Files: src/socket.c
+Copyright: © 2003 Evan Buswell
+License: GPL-2+
+
+-------------------------------------------------------------------------------
+
+Files: extras/sispmapplet.py:
+Copyright: © 2006 Mondrian Nuessle <nuessle@uni-mannheim.de>
+License: GPL-2+
+
+-------------------------------------------------------------------------------
+
+Files: debian/*
+Copyright: © 2007 - 2008 Uwe Hermann <uwe@debian.org>
+License: PD
+   The packaging done by Uwe Hermann <uwe@debian.org> is hereby
+   released as public domain.
+
--- sispmctl-2.7.orig/debian/rules
+++ sispmctl-2.7/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# We don't install the webserver at the moment.
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-webless
+
--- sispmctl-2.7.orig/debian/patches/10_version_number.patch
+++ sispmctl-2.7/debian/patches/10_version_number.patch
@@ -0,0 +1,11 @@
+--- src/main.c.orig	2008-05-17 23:49:51.000000000 +0200
++++ src/main.c	2008-05-17 23:49:56.000000000 +0200
+@@ -229,7 +229,7 @@
+ 
+ void print_disclaimer(char*name)
+ {
+-  fprintf(stderr, "\nSiS PM Control for Linux 2.6\n\n"
++  fprintf(stderr, "\nSiS PM Control for Linux 2.7\n\n"
+ 	 "(C) 2004, 2005, 2006, 2007, 2008 by Mondrian Nuessle, (C) 2005, 2006 by Andreas Neuper.\n"
+ 	 "This program is free software.\n"
+ 	 "%s comes with ABSOLUTELY NO WARRANTY; for details \n"