--- stress-1.0.1.orig/debian/docs +++ stress-1.0.1/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- stress-1.0.1.orig/debian/compat +++ stress-1.0.1/debian/compat @@ -0,0 +1 @@ +6 --- stress-1.0.1.orig/debian/info +++ stress-1.0.1/debian/info @@ -0,0 +1 @@ +doc/stress.info --- stress-1.0.1.orig/debian/rules +++ stress-1.0.1/debian/rules @@ -0,0 +1,81 @@ +#!/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 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #/usr/bin/docbook-to-man debian/stress.sgml > stress.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + dh_clean + dh_auto_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/stress. + $(MAKE) install prefix=$(CURDIR)/debian/stress/usr + + +# 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_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installmenu + dh_installcron + dh_installman + dh_installchangelogs ChangeLog + 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 --- stress-1.0.1.orig/debian/control +++ stress-1.0.1/debian/control @@ -0,0 +1,20 @@ +Source: stress +Section: devel +Priority: extra +Maintainer: Amos Waterland +Build-Depends: debhelper (>> 7.3.11) +Standards-Version: 3.8.2.0 + +Package: stress +Architecture: any +Depends: ${shlibs:Depends} +Description: A tool to impose load on and stress test a computer system + 'stress' is a tool that imposes a configurable amount of CPU, memory, I/O, + or disk stress on a POSIX-compliant operating system and reports any errors + it detects. + . + 'stress' is not a benchmark. It is a tool used by system administrators to + evaluate how well their systems will scale, by kernel programmers to evaluate + perceived performance characteristics, and by systems programmers to expose + the classes of bugs which only or more frequently manifest themselves when + the system is under heavy load. --- stress-1.0.1.orig/debian/copyright +++ stress-1.0.1/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by its upstream author Amos Waterland + on Sat, 26 Feb 2005 15:39:53 -0500. + +It was downloaded from: http://weather.ou.edu/~apw/projects/stress/ + +Copyright: + +This software is copyright (c) 2001, 2002, 2003, 2004, 2005 +Amos Waterland + +You are free to distribute this software under the terms of the GNU General +Public License. On Debian systems, the complete text of the GNU General +Public License can be found in the file `/usr/share/common-licenses/GPL'. --- stress-1.0.1.orig/debian/changelog +++ stress-1.0.1/debian/changelog @@ -0,0 +1,36 @@ +stress (1.0.1-1ubuntu1) saucy; urgency=low + + * Fix build to build twice (by cleaning autoconf files) (LP: #1190233) + + -- Wookey Wed, 12 Jun 2013 14:23:54 +0100 + +stress (1.0.1-1build1) precise; urgency=low + + * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + + -- Adam Conrad Fri, 02 Dec 2011 21:24:42 -0700 + +stress (1.0.1-1) unstable; urgency=low + + * Move to latest upstream version; closes: #541007 + + -- Amos Waterland Tue, 11 Aug 2009 20:34:41 -0400 + +stress (0.18.9-1) unstable; urgency=low + + * Update to upstream latest version, fix lintian warnings. + + -- Amos Waterland Wed, 17 Jan 2007 19:46:31 -0500 + +stress (0.18.6-1) unstable; urgency=low + + * Update to upstream latest version, fix standard version lintian warning. + + -- Amos Waterland Tue, 09 Aug 2005 16:48:14 -0500 + +stress (0.18.4-1) unstable; urgency=low + + * Initial Release (Closes: #269512). + + -- Amos Waterland Wed, 09 Mar 2005 20:27:18 -0500 +