mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCH 20/28] etherwake: clean up patches
Date: Sun, 30 Oct 2011 23:00:51 +0100	[thread overview]
Message-ID: <1320012059-24971-20-git-send-email-r.schwebel@pengutronix.de> (raw)
In-Reply-To: <1320012059-24971-1-git-send-email-r.schwebel@pengutronix.de>

[-- Attachment #1: Type: text/plain, Size: 25747 bytes --]

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 .../0001-etherwake_1.09-1.diff.patch               |  477 ++++++++++++++++++++
 patches/etherwake-1.09.orig/etherwake_1.09-1.diff  |  411 -----------------
 patches/etherwake-1.09.orig/series                 |    1 -
 3 files changed, 477 insertions(+), 412 deletions(-)
 create mode 100644 patches/etherwake-1.09.orig/0001-etherwake_1.09-1.diff.patch
 delete mode 100644 patches/etherwake-1.09.orig/etherwake_1.09-1.diff
 delete mode 100644 patches/etherwake-1.09.orig/series

diff --git a/patches/etherwake-1.09.orig/0001-etherwake_1.09-1.diff.patch b/patches/etherwake-1.09.orig/0001-etherwake_1.09-1.diff.patch
new file mode 100644
index 0000000..386578f
--- /dev/null
+++ b/patches/etherwake-1.09.orig/0001-etherwake_1.09-1.diff.patch
@@ -0,0 +1,477 @@
+From 9c38c5d58c21710c4ebe988759b155ea16739df1 Mon Sep 17 00:00:00 2001
+From: unknown author <unknown.author@example.com>
+Date: Sat, 29 Oct 2011 19:17:46 +0200
+Subject: [PATCH] etherwake_1.09-1.diff
+
+---
+ Makefile         |   12 +++++++
+ debian/changelog |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ debian/control   |   18 +++++++++++
+ debian/copyright |   12 +++++++
+ debian/dirs      |    1 +
+ debian/manpages  |    1 +
+ debian/postinst  |   47 +++++++++++++++++++++++++++++
+ debian/postrm    |   36 ++++++++++++++++++++++
+ debian/preinst   |   42 ++++++++++++++++++++++++++
+ debian/prerm     |   37 +++++++++++++++++++++++
+ debian/rules     |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 11 files changed, 378 insertions(+), 0 deletions(-)
+ create mode 100644 Makefile
+ create mode 100644 debian/changelog
+ create mode 100644 debian/control
+ create mode 100644 debian/copyright
+ create mode 100644 debian/dirs
+ create mode 100644 debian/manpages
+ create mode 100644 debian/postinst
+ create mode 100644 debian/postrm
+ create mode 100644 debian/preinst
+ create mode 100644 debian/prerm
+ create mode 100644 debian/rules
+
+diff --git a/Makefile b/Makefile
+new file mode 100644
+index 0000000..671514d
+--- /dev/null
++++ b/Makefile
+@@ -0,0 +1,12 @@
++CFLAGS 	= -Wall
++INSTALL = /usr/bin/install
++CC 	= gcc
++
++all: 
++	$(CC) $(CFLAGS) -o etherwake ether-wake.c
++
++clean:
++	rm etherwake
++	
++install:
++	$(INSTALL) etherwake $(DESTDIR)/usr/sbin
+diff --git a/debian/changelog b/debian/changelog
+new file mode 100644
+index 0000000..8d7053d
+--- /dev/null
++++ b/debian/changelog
+@@ -0,0 +1,86 @@
++etherwake (1.09-1) unstable; urgency=low
++
++  * New Upstream
++
++ -- Alain Schroeder <alain@debian.org>  Sun, 10 Jul 2005 20:53:02 +0200
++
++etherwake (1.08-1) unstable; urgency=low
++
++  * New Upstream.
++    * Beautified Help Texts.
++    * Cleans (PF_INET,SOCK_PACKET) problems (Closes: #171051)
++  * Renamed ether-wake.8 to etherwake.8 (Closes: #185134)
++  * Revisioned the manpage (Closes: #179290)
++  * Cleaned my helptext from multiline strings, Thanks to Daniel Schepler
++    <schepler@math.berkeley.edu> (Closes: #194909)
++  * Upped Standart Version to 3.5.10.0
++
++ -- Alain Schroeder <alain@debian.org>  Fri,  6 Jun 2003 21:02:11 +0200
++
++etherwake (1.06-2) unstable; urgency=low
++
++  * Reamped description to explain what WOL is (Closes: #135420).
++  * Reamped manpage a bit.
++  * Upped Standart Version to 3.5.6.0.
++
++ -- Alain Schroeder <alain@debian.org>  Sun, 24 Feb 2002 00:45:07 +0100
++
++etherwake (1.06-1) unstable; urgency=low
++
++  * New Upstream.
++
++ -- Alain Schroeder <alain@parkautomat.net>  Fri, 15 Feb 2002 19:15:07 +0100
++
++etherwake (1.05-6) unstable; urgency=low
++
++  * Fix etherwake to use sockets correctly - removes "uses obsolete
++    (PF_INET,SOCK_PACKET)" message. (Closes: #111681)
++
++ -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 21:51:06 +0100
++
++etherwake (1.05-5) unstable; urgency=low
++
++  * Improve description again. (Closes: #124604)
++
++ -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 20:22:16 +0100
++
++etherwake (1.05-4) unstable; urgency=low
++
++  * Removed more typos in description. (Again thanks to Carlos Valdivia
++    Yag�e)
++
++ -- Alain Schroeder <alain@debian.org>  Thu, 10 May 2001 15:55:48 +0200
++ 
++etherwake (1.05-3) unstable; urgency=low
++
++  * Removed typo in description. (Closes: #95946)
++
++ -- Alain Schroeder <alain@debian.org>  Tue,  1 May 2001 21:14:41 +0200
++
++etherwake (1.05-2) unstable; urgency=low
++
++  * Upload with diff. It was incidentally uploaded as a native 
++    Debian package.
++  * Fixed issues with new libc. The old sys/socket.h did not include
++    bits/uio.h, which it does now. This unfortunately causes that
++    ether-wake wasn�t build anymore. I just commented specific part as
++    a quick fix for now. It seems that everything works even with the old
++    libc, closes #87014.
++
++ -- Alain Schroeder <alain@debian.org>  Fri, 23 Feb 2001 00:27:02 +0100
++
++etherwake (1.05-1) unstable; urgency=low
++
++  * New upstream (help was added).
++  * Modified manpage to reflect upstream changes.
++  * Changed binary name to original.
++
++ -- Alain Schroeder <alain@debian.org>  Tue, 20 Feb 2001 11:39:03 +0100
++
++etherwake (1.03-1) unstable; urgency=low
++
++  * Added a manpage.
++  * Added a Makefile.
++  * Initial Release.
++
++ -- Alain Schroeder <alain@debian.org>  Thu,  7 Dec 2000 10:00:24 +0100
+diff --git a/debian/control b/debian/control
+new file mode 100644
+index 0000000..51677a8
+--- /dev/null
++++ b/debian/control
+@@ -0,0 +1,18 @@
++Source: etherwake
++Section: net
++Priority: optional
++Maintainer: Alain Schroeder <alain@debian.org>
++Build-Depends: debhelper (>> 3.0)
++Standards-Version: 3.6.2
++
++Package: etherwake
++Architecture: any
++Depends: ${shlibs:Depends}
++Description: A little tool to send magic Wake-on-LAN packets
++ You can wake up WOL compliant Computers which have been powered down to
++ sleep mode or start WOL compliant Computers with a BIOS feature.
++ .
++ WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you 
++ to turn on a computer from another location over a network connection.
++ .
++ etherwake also supports WOL passwords.
+diff --git a/debian/copyright b/debian/copyright
+new file mode 100644
+index 0000000..3d5b08c
+--- /dev/null
++++ b/debian/copyright
+@@ -0,0 +1,12 @@
++This package was debianized by Alain Schroeder <alain@debian.org> on
++Thu,  7 Dec 2000 10:00:24 +0100.
++
++It was downloaded from http://www.scyld.com/expert/wake-on-lan.html
++
++Upstream Author: Donald Becker <becker@scyld.com>
++
++Copyright:
++
++  You are free to distribute this software under the terms of the GNU 
++  General Public License. The full text of this license can be found 
++  in the file /usr/share/common-licenses/GPL.
+diff --git a/debian/dirs b/debian/dirs
+new file mode 100644
+index 0000000..236670a
+--- /dev/null
++++ b/debian/dirs
+@@ -0,0 +1 @@
++usr/sbin
+diff --git a/debian/manpages b/debian/manpages
+new file mode 100644
+index 0000000..2b9d71b
+--- /dev/null
++++ b/debian/manpages
+@@ -0,0 +1 @@
++etherwake.8
+diff --git a/debian/postinst b/debian/postinst
+new file mode 100644
+index 0000000..128be98
+--- /dev/null
++++ b/debian/postinst
+@@ -0,0 +1,47 @@
++#! /bin/sh
++# postinst script for etherwake
++#
++# see: dh_installdeb(1)
++
++set -e
++
++# summary of how this script can be called:
++#        * <postinst> `configure' <most-recently-configured-version>
++#        * <old-postinst> `abort-upgrade' <new version>
++#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
++#          <new-version>
++#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
++#          <failed-install-package> <version> `removing'
++#          <conflicting-package> <version>
++# for details, see /usr/share/doc/packaging-manual/
++#
++# quoting from the policy:
++#     Any necessary prompting should almost always be confined to the
++#     post-installation script, and should be protected with a conditional
++#     so that unnecessary prompting doesn't happen if a package's
++#     installation fails and the `postinst' is called with `abort-upgrade',
++#     `abort-remove' or `abort-deconfigure'.
++
++case "$1" in
++    configure)
++
++    ;;
++
++    abort-upgrade|abort-remove|abort-deconfigure)
++
++    ;;
++
++    *)
++        echo "postinst called with unknown argument \`$1'" >&2
++        exit 0
++    ;;
++esac
++
++# dh_installdeb will replace this with shell code automatically
++# generated by other debhelper scripts.
++
++#DEBHELPER#
++
++exit 0
++
++
+diff --git a/debian/postrm b/debian/postrm
+new file mode 100644
+index 0000000..a0a0337
+--- /dev/null
++++ b/debian/postrm
+@@ -0,0 +1,36 @@
++#! /bin/sh
++# postrm script for etherwake
++#
++# see: dh_installdeb(1)
++
++set -e
++
++# summary of how this script can be called:
++#        * <postrm> `remove'
++#        * <postrm> `purge'
++#        * <old-postrm> `upgrade' <new-version>
++#        * <new-postrm> `failed-upgrade' <old-version>
++#        * <new-postrm> `abort-install'
++#        * <new-postrm> `abort-install' <old-version>
++#        * <new-postrm> `abort-upgrade' <old-version>
++#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
++# for details, see /usr/share/doc/packaging-manual/
++
++case "$1" in
++       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
++
++
++        ;;
++
++    *)
++        echo "postrm called with unknown argument \`$1'" >&2
++        exit 0
++
++esac
++
++# dh_installdeb will replace this with shell code automatically
++# generated by other debhelper scripts.
++
++#DEBHELPER#
++
++
+diff --git a/debian/preinst b/debian/preinst
+new file mode 100644
+index 0000000..b3126b8
+--- /dev/null
++++ b/debian/preinst
+@@ -0,0 +1,42 @@
++#! /bin/sh
++# preinst script for etherwake
++#
++# see: dh_installdeb(1)
++
++set -e
++
++# summary of how this script can be called:
++#        * <new-preinst> `install'
++#        * <new-preinst> `install' <old-version>
++#        * <new-preinst> `upgrade' <old-version>
++#        * <old-preinst> `abort-upgrade' <new-version>
++#
++# For details see /usr/share/doc/packaging-manual/
++
++case "$1" in
++    install|upgrade)
++#        if [ "$1" = "upgrade" ]
++#        then
++#            start-stop-daemon --stop --quiet --oknodo  \
++#                --pidfile /var/run/etherwake.pid  \
++#                --exec /usr/sbin/etherwake 2>/dev/null || true
++#        fi
++    ;;
++
++    abort-upgrade)
++    ;;
++
++    *)
++        echo "preinst called with unknown argument \`$1'" >&2
++        exit 0
++    ;;
++esac
++
++# dh_installdeb will replace this with shell code automatically
++# generated by other debhelper scripts.
++
++#DEBHELPER#
++
++exit 0
++
++
+diff --git a/debian/prerm b/debian/prerm
+new file mode 100644
+index 0000000..0862b02
+--- /dev/null
++++ b/debian/prerm
+@@ -0,0 +1,37 @@
++#! /bin/sh
++# prerm script for etherwake
++#
++# see: dh_installdeb(1)
++
++set -e
++
++# summary of how this script can be called:
++#        * <prerm> `remove'
++#        * <old-prerm> `upgrade' <new-version>
++#        * <new-prerm> `failed-upgrade' <old-version>
++#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
++#        * <deconfigured's-prerm> `deconfigure' `in-favour'
++#          <package-being-installed> <version> `removing'
++#          <conflicting-package> <version>
++# for details, see /usr/share/doc/packaging-manual/
++
++case "$1" in
++    remove|upgrade|deconfigure)
++#       install-info --quiet --remove /usr/info/etherwake.info.gz
++        ;;
++    failed-upgrade)
++        ;;
++    *)
++        echo "prerm called with unknown argument \`$1'" >&2
++        exit 0
++    ;;
++esac
++
++# dh_installdeb will replace this with shell code automatically
++# generated by other debhelper scripts.
++
++#DEBHELPER#
++
++exit 0
++
++
+diff --git a/debian/rules b/debian/rules
+new file mode 100644
+index 0000000..f90bc3f
+--- /dev/null
++++ b/debian/rules
+@@ -0,0 +1,86 @@
++#!/usr/bin/make -f
++# Sample debian/rules that uses debhelper.
++# GNU copyright 1997 to 1999 by Joey Hess.
++
++# Uncomment this to turn on verbose mode.
++export DH_VERBOSE=1
++
++# This is the debhelper compatability version to use.
++export DH_COMPAT=2
++
++configure: configure-stamp
++configure-stamp:
++	dh_testdir
++	# Add here commands to configure the package.
++	
++
++	touch configure-stamp
++
++build: configure-stamp build-stamp
++build-stamp:
++	dh_testdir
++
++	# Add here commands to compile the package.
++	$(MAKE)
++	#/usr/bin/docbook-to-man debian/etherwake.sgml > etherwake.1
++
++	touch build-stamp
++
++clean:
++	dh_testdir
++	dh_testroot
++	rm -f build-stamp configure-stamp
++
++	# Add here commands to clean up after the build process.
++	-$(MAKE) clean
++
++	dh_clean
++
++install: build
++	dh_testdir
++	dh_testroot
++	dh_clean -k
++	dh_installdirs
++#	Fix below...
++#	mkdir -p debian/tmp/usr/sbin
++
++	# Add here commands to install the package into debian/tmp.
++	$(MAKE) install DESTDIR=`pwd`/debian/etherwake
++
++# Build architecture-independent files here.
++binary-indep: build install
++# We have nothing to do by default.
++
++# Build architecture-dependent files here.
++binary-arch: build install
++#	dh_testversion
++	dh_testdir
++	dh_testroot
++#	dh_installdebconf	
++	dh_installdocs
++	dh_installexamples
++	dh_installmenu
++#	dh_installemacsen
++#	dh_installpam
++#	dh_installinit
++	dh_installcron
++	dh_installman
++	dh_installinfo
++#	dh_undocumented
++	dh_installchangelogs 
++	dh_link
++	dh_strip
++	dh_compress
++	dh_fixperms
++	# You may want to make some executables suid here.
++#	dh_suidregister
++#	dh_makeshlibs
++	dh_installdeb
++#	dh_perl
++	dh_shlibdeps
++	dh_gencontrol
++	dh_md5sums
++	dh_builddeb
++
++binary: binary-indep binary-arch
++.PHONY: build clean binary-indep binary-arch binary install configure
+-- 
+1.7.7
+
diff --git a/patches/etherwake-1.09.orig/etherwake_1.09-1.diff b/patches/etherwake-1.09.orig/etherwake_1.09-1.diff
deleted file mode 100644
index f6d8d9d..0000000
--- a/patches/etherwake-1.09.orig/etherwake_1.09-1.diff
+++ /dev/null
@@ -1,411 +0,0 @@
---- etherwake-1.09.orig/Makefile
-+++ etherwake-1.09/Makefile
-@@ -0,0 +1,12 @@
-+CFLAGS 	= -Wall
-+INSTALL = /usr/bin/install
-+CC 	= gcc
-+
-+all: 
-+	$(CC) $(CFLAGS) -o etherwake ether-wake.c
-+
-+clean:
-+	rm etherwake
-+	
-+install:
-+	$(INSTALL) etherwake $(DESTDIR)/usr/sbin
---- etherwake-1.09.orig/debian/changelog
-+++ etherwake-1.09/debian/changelog
-@@ -0,0 +1,86 @@
-+etherwake (1.09-1) unstable; urgency=low
-+
-+  * New Upstream
-+
-+ -- Alain Schroeder <alain@debian.org>  Sun, 10 Jul 2005 20:53:02 +0200
-+
-+etherwake (1.08-1) unstable; urgency=low
-+
-+  * New Upstream.
-+    * Beautified Help Texts.
-+    * Cleans (PF_INET,SOCK_PACKET) problems (Closes: #171051)
-+  * Renamed ether-wake.8 to etherwake.8 (Closes: #185134)
-+  * Revisioned the manpage (Closes: #179290)
-+  * Cleaned my helptext from multiline strings, Thanks to Daniel Schepler
-+    <schepler@math.berkeley.edu> (Closes: #194909)
-+  * Upped Standart Version to 3.5.10.0
-+
-+ -- Alain Schroeder <alain@debian.org>  Fri,  6 Jun 2003 21:02:11 +0200
-+
-+etherwake (1.06-2) unstable; urgency=low
-+
-+  * Reamped description to explain what WOL is (Closes: #135420).
-+  * Reamped manpage a bit.
-+  * Upped Standart Version to 3.5.6.0.
-+
-+ -- Alain Schroeder <alain@debian.org>  Sun, 24 Feb 2002 00:45:07 +0100
-+
-+etherwake (1.06-1) unstable; urgency=low
-+
-+  * New Upstream.
-+
-+ -- Alain Schroeder <alain@parkautomat.net>  Fri, 15 Feb 2002 19:15:07 +0100
-+
-+etherwake (1.05-6) unstable; urgency=low
-+
-+  * Fix etherwake to use sockets correctly - removes "uses obsolete
-+    (PF_INET,SOCK_PACKET)" message. (Closes: #111681)
-+
-+ -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 21:51:06 +0100
-+
-+etherwake (1.05-5) unstable; urgency=low
-+
-+  * Improve description again. (Closes: #124604)
-+
-+ -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 20:22:16 +0100
-+
-+etherwake (1.05-4) unstable; urgency=low
-+
-+  * Removed more typos in description. (Again thanks to Carlos Valdivia
-+    Yag�e)
-+
-+ -- Alain Schroeder <alain@debian.org>  Thu, 10 May 2001 15:55:48 +0200
-+ 
-+etherwake (1.05-3) unstable; urgency=low
-+
-+  * Removed typo in description. (Closes: #95946)
-+
-+ -- Alain Schroeder <alain@debian.org>  Tue,  1 May 2001 21:14:41 +0200
-+
-+etherwake (1.05-2) unstable; urgency=low
-+
-+  * Upload with diff. It was incidentally uploaded as a native 
-+    Debian package.
-+  * Fixed issues with new libc. The old sys/socket.h did not include
-+    bits/uio.h, which it does now. This unfortunately causes that
-+    ether-wake wasn�t build anymore. I just commented specific part as
-+    a quick fix for now. It seems that everything works even with the old
-+    libc, closes #87014.
-+
-+ -- Alain Schroeder <alain@debian.org>  Fri, 23 Feb 2001 00:27:02 +0100
-+
-+etherwake (1.05-1) unstable; urgency=low
-+
-+  * New upstream (help was added).
-+  * Modified manpage to reflect upstream changes.
-+  * Changed binary name to original.
-+
-+ -- Alain Schroeder <alain@debian.org>  Tue, 20 Feb 2001 11:39:03 +0100
-+
-+etherwake (1.03-1) unstable; urgency=low
-+
-+  * Added a manpage.
-+  * Added a Makefile.
-+  * Initial Release.
-+
-+ -- Alain Schroeder <alain@debian.org>  Thu,  7 Dec 2000 10:00:24 +0100
---- etherwake-1.09.orig/debian/copyright
-+++ etherwake-1.09/debian/copyright
-@@ -0,0 +1,12 @@
-+This package was debianized by Alain Schroeder <alain@debian.org> on
-+Thu,  7 Dec 2000 10:00:24 +0100.
-+
-+It was downloaded from http://www.scyld.com/expert/wake-on-lan.html
-+
-+Upstream Author: Donald Becker <becker@scyld.com>
-+
-+Copyright:
-+
-+  You are free to distribute this software under the terms of the GNU 
-+  General Public License. The full text of this license can be found 
-+  in the file /usr/share/common-licenses/GPL.
---- etherwake-1.09.orig/debian/control
-+++ etherwake-1.09/debian/control
-@@ -0,0 +1,18 @@
-+Source: etherwake
-+Section: net
-+Priority: optional
-+Maintainer: Alain Schroeder <alain@debian.org>
-+Build-Depends: debhelper (>> 3.0)
-+Standards-Version: 3.6.2
-+
-+Package: etherwake
-+Architecture: any
-+Depends: ${shlibs:Depends}
-+Description: A little tool to send magic Wake-on-LAN packets
-+ You can wake up WOL compliant Computers which have been powered down to
-+ sleep mode or start WOL compliant Computers with a BIOS feature.
-+ .
-+ WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you 
-+ to turn on a computer from another location over a network connection.
-+ .
-+ etherwake also supports WOL passwords.
---- etherwake-1.09.orig/debian/dirs
-+++ etherwake-1.09/debian/dirs
-@@ -0,0 +1 @@
-+usr/sbin
---- etherwake-1.09.orig/debian/rules
-+++ etherwake-1.09/debian/rules
-@@ -0,0 +1,86 @@
-+#!/usr/bin/make -f
-+# Sample debian/rules that uses debhelper.
-+# GNU copyright 1997 to 1999 by Joey Hess.
-+
-+# Uncomment this to turn on verbose mode.
-+export DH_VERBOSE=1
-+
-+# This is the debhelper compatability version to use.
-+export DH_COMPAT=2
-+
-+configure: configure-stamp
-+configure-stamp:
-+	dh_testdir
-+	# Add here commands to configure the package.
-+	
-+
-+	touch configure-stamp
-+
-+build: configure-stamp build-stamp
-+build-stamp:
-+	dh_testdir
-+
-+	# Add here commands to compile the package.
-+	$(MAKE)
-+	#/usr/bin/docbook-to-man debian/etherwake.sgml > etherwake.1
-+
-+	touch build-stamp
-+
-+clean:
-+	dh_testdir
-+	dh_testroot
-+	rm -f build-stamp configure-stamp
-+
-+	# Add here commands to clean up after the build process.
-+	-$(MAKE) clean
-+
-+	dh_clean
-+
-+install: build
-+	dh_testdir
-+	dh_testroot
-+	dh_clean -k
-+	dh_installdirs
-+#	Fix below...
-+#	mkdir -p debian/tmp/usr/sbin
-+
-+	# Add here commands to install the package into debian/tmp.
-+	$(MAKE) install DESTDIR=`pwd`/debian/etherwake
-+
-+# Build architecture-independent files here.
-+binary-indep: build install
-+# We have nothing to do by default.
-+
-+# Build architecture-dependent files here.
-+binary-arch: build install
-+#	dh_testversion
-+	dh_testdir
-+	dh_testroot
-+#	dh_installdebconf	
-+	dh_installdocs
-+	dh_installexamples
-+	dh_installmenu
-+#	dh_installemacsen
-+#	dh_installpam
-+#	dh_installinit
-+	dh_installcron
-+	dh_installman
-+	dh_installinfo
-+#	dh_undocumented
-+	dh_installchangelogs 
-+	dh_link
-+	dh_strip
-+	dh_compress
-+	dh_fixperms
-+	# You may want to make some executables suid here.
-+#	dh_suidregister
-+#	dh_makeshlibs
-+	dh_installdeb
-+#	dh_perl
-+	dh_shlibdeps
-+	dh_gencontrol
-+	dh_md5sums
-+	dh_builddeb
-+
-+binary: binary-indep binary-arch
-+.PHONY: build clean binary-indep binary-arch binary install configure
---- etherwake-1.09.orig/debian/postinst
-+++ etherwake-1.09/debian/postinst
-@@ -0,0 +1,47 @@
-+#! /bin/sh
-+# postinst script for etherwake
-+#
-+# see: dh_installdeb(1)
-+
-+set -e
-+
-+# summary of how this script can be called:
-+#        * <postinst> `configure' <most-recently-configured-version>
-+#        * <old-postinst> `abort-upgrade' <new version>
-+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-+#          <new-version>
-+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-+#          <failed-install-package> <version> `removing'
-+#          <conflicting-package> <version>
-+# for details, see /usr/share/doc/packaging-manual/
-+#
-+# quoting from the policy:
-+#     Any necessary prompting should almost always be confined to the
-+#     post-installation script, and should be protected with a conditional
-+#     so that unnecessary prompting doesn't happen if a package's
-+#     installation fails and the `postinst' is called with `abort-upgrade',
-+#     `abort-remove' or `abort-deconfigure'.
-+
-+case "$1" in
-+    configure)
-+
-+    ;;
-+
-+    abort-upgrade|abort-remove|abort-deconfigure)
-+
-+    ;;
-+
-+    *)
-+        echo "postinst called with unknown argument \`$1'" >&2
-+        exit 0
-+    ;;
-+esac
-+
-+# dh_installdeb will replace this with shell code automatically
-+# generated by other debhelper scripts.
-+
-+#DEBHELPER#
-+
-+exit 0
-+
-+
---- etherwake-1.09.orig/debian/postrm
-+++ etherwake-1.09/debian/postrm
-@@ -0,0 +1,36 @@
-+#! /bin/sh
-+# postrm script for etherwake
-+#
-+# see: dh_installdeb(1)
-+
-+set -e
-+
-+# summary of how this script can be called:
-+#        * <postrm> `remove'
-+#        * <postrm> `purge'
-+#        * <old-postrm> `upgrade' <new-version>
-+#        * <new-postrm> `failed-upgrade' <old-version>
-+#        * <new-postrm> `abort-install'
-+#        * <new-postrm> `abort-install' <old-version>
-+#        * <new-postrm> `abort-upgrade' <old-version>
-+#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-+# for details, see /usr/share/doc/packaging-manual/
-+
-+case "$1" in
-+       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-+
-+
-+        ;;
-+
-+    *)
-+        echo "postrm called with unknown argument \`$1'" >&2
-+        exit 0
-+
-+esac
-+
-+# dh_installdeb will replace this with shell code automatically
-+# generated by other debhelper scripts.
-+
-+#DEBHELPER#
-+
-+
---- etherwake-1.09.orig/debian/preinst
-+++ etherwake-1.09/debian/preinst
-@@ -0,0 +1,42 @@
-+#! /bin/sh
-+# preinst script for etherwake
-+#
-+# see: dh_installdeb(1)
-+
-+set -e
-+
-+# summary of how this script can be called:
-+#        * <new-preinst> `install'
-+#        * <new-preinst> `install' <old-version>
-+#        * <new-preinst> `upgrade' <old-version>
-+#        * <old-preinst> `abort-upgrade' <new-version>
-+#
-+# For details see /usr/share/doc/packaging-manual/
-+
-+case "$1" in
-+    install|upgrade)
-+#        if [ "$1" = "upgrade" ]
-+#        then
-+#            start-stop-daemon --stop --quiet --oknodo  \
-+#                --pidfile /var/run/etherwake.pid  \
-+#                --exec /usr/sbin/etherwake 2>/dev/null || true
-+#        fi
-+    ;;
-+
-+    abort-upgrade)
-+    ;;
-+
-+    *)
-+        echo "preinst called with unknown argument \`$1'" >&2
-+        exit 0
-+    ;;
-+esac
-+
-+# dh_installdeb will replace this with shell code automatically
-+# generated by other debhelper scripts.
-+
-+#DEBHELPER#
-+
-+exit 0
-+
-+
---- etherwake-1.09.orig/debian/manpages
-+++ etherwake-1.09/debian/manpages
-@@ -0,0 +1 @@
-+etherwake.8
---- etherwake-1.09.orig/debian/prerm
-+++ etherwake-1.09/debian/prerm
-@@ -0,0 +1,37 @@
-+#! /bin/sh
-+# prerm script for etherwake
-+#
-+# see: dh_installdeb(1)
-+
-+set -e
-+
-+# summary of how this script can be called:
-+#        * <prerm> `remove'
-+#        * <old-prerm> `upgrade' <new-version>
-+#        * <new-prerm> `failed-upgrade' <old-version>
-+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
-+#          <package-being-installed> <version> `removing'
-+#          <conflicting-package> <version>
-+# for details, see /usr/share/doc/packaging-manual/
-+
-+case "$1" in
-+    remove|upgrade|deconfigure)
-+#       install-info --quiet --remove /usr/info/etherwake.info.gz
-+        ;;
-+    failed-upgrade)
-+        ;;
-+    *)
-+        echo "prerm called with unknown argument \`$1'" >&2
-+        exit 0
-+    ;;
-+esac
-+
-+# dh_installdeb will replace this with shell code automatically
-+# generated by other debhelper scripts.
-+
-+#DEBHELPER#
-+
-+exit 0
-+
-+
diff --git a/patches/etherwake-1.09.orig/series b/patches/etherwake-1.09.orig/series
deleted file mode 100644
index 6827455..0000000
--- a/patches/etherwake-1.09.orig/series
+++ /dev/null
@@ -1 +0,0 @@
-etherwake_1.09-1.diff
-- 
1.7.7



[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2011-10-30 22:00 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-30 22:00 [ptxdist] Patch cleanup Robert Schwebel
2011-10-30 22:00 ` [ptxdist] [PATCH 01/28] canfestival: clean up patches Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 02/28] devicekit-disks: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 03/28] mplayer: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 04/28] policykit: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 05/28] sdl: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 06/28] sdl-mixer: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 07/28] atop: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 08/28] bing: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 09/28] bridge-utils: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 10/28] bzip2: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 11/28] cbmbasic: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 12/28] cpufrequtils: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 13/28] cvs: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 14/28] daemonize: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 15/28] dibbler: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 16/28] e2fsprogs: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 17/28] efax: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 18/28] eggdbus: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 19/28] elektra: remove orphaned package Robert Schwebel
2011-10-30 22:00   ` Robert Schwebel [this message]
2011-10-30 22:00   ` [ptxdist] [PATCH 21/28] fakeroot: clean up patches Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 22/28] fbtest: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 23/28] font-alias: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 24/28] freetype: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 25/28] glademm: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 26/28] gpsd: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 27/28] gst-plugins-gl: " Robert Schwebel
2011-10-30 22:00   ` [ptxdist] [PATCH 28/28] gtk: " Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1320012059-24971-20-git-send-email-r.schwebel@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox