crashme (2.4-9) debian-dir only changes

Summary

 debian/README.debian |   23 +++++++++++++++
 debian/changelog     |   75 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat        |    1 
 debian/control       |   17 +++++++++++
 debian/copyright     |   25 +++++++++++++++++
 debian/rules         |   46 +++++++++++++++++++++++++++++++
 6 files changed, 187 insertions(+)

    
download this patch

Patch contents

--- crashme-2.4.orig/debian/copyright
+++ crashme-2.4/debian/copyright
@@ -0,0 +1,25 @@
+This package was created by Jay Kominek <jkominek@debian.org> on Sunday
+the 7th of June, 1998.
+
+The copyright for crashme is as follows, taken verbatim from crashme.c:
+
+ *
+ *             COPYRIGHT (c) 1990-1994 BY        *
+ *  GEORGE J. CARRETTE, CONCORD, MASSACHUSETTS.  *
+ *             ALL RIGHTS RESERVED               *
+
+Permission to use, copy, modify, distribute and sell this software
+and its documentation for any purpose and without fee is hereby
+granted, provided that the above copyright notice appear in all copies
+and that both that copyright notice and this permission notice appear
+in supporting documentation, and that the name of the author
+not be used in advertising or publicity pertaining to distribution
+of the software without specific, written prior permission.
+
+THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+HE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
--- crashme-2.4.orig/debian/README.debian
+++ crashme-2.4/debian/README.debian
@@ -0,0 +1,23 @@
+                    _                    
+  ___ _ __ __ _ ___| |__  _ __ ___   ___ 
+ / __| '__/ _` / __| '_ \| '_ ` _ \ / _ \
+| (__| | | (_| \__ \ | | | | | | | |  __/
+ \___|_|  \__,_|___/_| |_|_| |_| |_|\___|
+                  ... for Debian!
+
+ So, you want to crash your computer, but pulling the processor out is
+getting boring? crashme is for you! crashme works by generating strings of
+random bytes, and then (here is the fun part) trying to execute the
+bytes!
+
+*** WARNING ***
+ If you run crashme, your system could very well crash. YOU COULD LOSE
+YOUR ALL OF YOUR DATA!!! I (Jay Kominek), the author of crashme, Debian,
+SPI and its officers take no responsibility if you lose data by running
+crashme. Note: crashme is installed into /usr/bin, world executable.
+Joe Random User could very well execute it and crash your system!
+
+
+  --- Jay Kominek
+       jkominek@debian.org
+       jfk@acm.org
--- crashme-2.4.orig/debian/compat
+++ crashme-2.4/debian/compat
@@ -0,0 +1 @@
+4
--- crashme-2.4.orig/debian/rules
+++ crashme-2.4/debian/rules
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# Originally generated by debmake, and then converted to use debhelper
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+build: crashme
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	rm -f crashme
+
+	dh_clean
+
+binary-indep:
+# Nothing to do
+
+binary-arch:	build
+	dh_testdir
+	dh_testroot
+	dh_clean
+	dh_installdirs
+	dh_install crashme usr/bin
+	dh_installdocs crashme.html
+	dh_installman crashme.1
+	dh_installchangelogs
+	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
--- crashme-2.4.orig/debian/control
+++ crashme-2.4/debian/control
@@ -0,0 +1,17 @@
+Source: crashme
+Section: devel
+Priority: optional
+Maintainer: Aurélien GÉRÔME <ag@roxor.cx>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4)
+
+Package: crashme
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Stress tests operating system stability
+ crashme generates strings of random bytes and then attempts to execute
+ them. Used to test kernel stability.
+ .
+ **WARNING** While Linux has been known to survive days and weeks of crashme,
+ IT IS NOT GUARANTEED THAT YOUR SYSTEM WILL SURVIVE! DO NOT USE THIS PROGRAM
+ UNLESS YOU REALLY WANT TO CRASH YOUR COMPUTER
--- crashme-2.4.orig/debian/changelog
+++ crashme-2.4/debian/changelog
@@ -0,0 +1,75 @@
+crashme (2.4-9) unstable; urgency=low
+
+  * Adopt the package (Closes: #353388).
+  * Conform to policy with CFLAGS set to "-O2 -g -Wall".
+  * Fix resulting gcc warnings from turning on "-Wall".
+
+ -- Aurélien GÉRÔME <ag@roxor.cx>  Mon, 31 Jul 2006 14:41:43 +0200
+
+crashme (2.4-8) unstable; urgency=low
+
+  * QA upload.
+  * debian/postinst: Remove; /usr/doc already handled by the old prerm.
+  * debian/rules:
+    - Add support for DEB_BUILD_OPTIONS=noopt.
+    - Use dh_install.
+
+ -- Matej Vela <vela@debian.org>  Sun, 30 Jul 2006 22:14:56 +0200
+
+crashme (2.4-7) unstable; urgency=low
+
+  * QA upload.
+  * s/PAQUETE/crashme/g in postinst. Sorry 
+
+ -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 21:44:04 +0200
+
+crashme (2.4-6) unstable; urgency=low
+
+  * QA upload.
+  * This package is orphaned as of #353388, so setting the Maintainer field
+    accordingly to QA.
+  * Fix typo in package description (Closes: #363215).
+  * Get rid of the /usr/doc link (Closes: #359371).
+  * Stop echoing warnings and stuff on console in postinst. Debconf should be
+    used instead. Somebody please fix this.
+  * Bumped Standards version to 3.7.2. No changes needed.
+  * Fixed manual section 
+
+ -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 18:47:31 +0200
+
+crashme (2.4-5) unstable; urgency=low
+
+  * New maintainer (Closes: #81889)
+  * Bump up Standards-Version
+  * Add Build-Depends (Closes: #70344)
+  * Remove pddet from the package since it has no manpage and does not seem to
+    be useful, even for the build process.
+
+ -- Aaron Lehmann <aaronl@vitelus.com>  Wed, 10 Jan 2001 19:29:36 -0800
+
+crashme (2.4-4) unstable; urgency=low
+
+  * Replaced execl call with execlp. (Fixes bug #37304)
+  * Removed access to an obsolete structure member. (Fixes bug #37446)
+
+ -- Jay Kominek <jay.kominek@colorado.edu>  Tue, 25 May 1999 09:32:17 -0600
+
+crashme (2.4-3) unstable; urgency=low
+
+  * Switched binary-arch and binary-indep to what they should be.
+    (Fixes bug #25452)
+
+ -- Jay Kominek <jkominek@debian.org>  Thu,  6 Aug 1998 03:34:49 -0600
+
+crashme (2.4-2) unstable; urgency=low
+
+  * Changed extended package description to format sanely in dselect.
+    (Fixes bug #23666)
+
+ -- Jay Kominek <jkominek@debian.org>  Thu, 18 Jun 1998 02:57:30 -0400
+
+crashme (2.4-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jay Kominek <jkominek@debian.org>  Sat,  6 Jun 1998 19:12:44 -0400