Package: stress
Version: 1.0.1-1
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
As you are apparently the maintainer of Debian package and the upstream author
of stress, you know that there is a new upstream release 1.0.4 available ;)
Also, please find attached a debdiff which propose such improvements in your
package (1.0.1 and 1.0.4 successfully tested).
- -- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages stress depends on:
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
stress recommends no packages.
stress suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJLzM85AAoJEJmGUYuaqqClA3EP/i+HlF8LvCeSIawqaOYkcywh
PaKZ4m0DV0e+03wlA0vWERnnYPQr10GD9DZVGghO3LTTCN0Bd8jZB901NUtjLB0+
NWNxa3jUj61tOXbB0cKc7pmP2o28V+7RFIau0rcHXr9V6BAAYAQLoHshmMbMACoT
KuxU6dWMFMbyMGmYt87ZrTUoSKuSeENuFyvMFuXilCWgidD7E8/rEIGWmXTDHTDZ
d5QIl2bAH8hhBtO1/FzXCMXm4M2X5I1Lz9jxGKIfhtbusYn4PuDgX3X04Jo52fGr
aJageowBSUS3199WQpsoaEX/hFV6WAQp+kii8Ck6UuOjsSsZvd0DwaZ1z70a/cMq
KXcLHNgRLPvhMFAwlikE7G/pi6KoGoTyJZB77caqKok4J1J8SLKc7HSMZxBNeqgD
FE4M3WkVUPa8QAup5mQLlhKc94zB43ZQeOgYnmZhrxBMpJLas+o7TEv1mF5k27ZV
neuG/6WcLe9dLCTwxT8tJ2AVvrcHfONBF8hbvw7wyICIpn9IiaRTsPwN9anUxgpF
9U5ql5q8QBWxnnUEtceiKPE1pl/Vs08GBUNaCWrsJhRyUEWI4TgSUQbwbwfSHX0p
YRL8e9Gr1BMSk0gnI3MaGK1WXclC+bz/CGM2F3JPoILE9ssZUfQ6iaa4vp0HCUby
+VQPUADBjA9PRfLMeWVk
=9GCu
-----END PGP SIGNATURE-----
diff -Nru stress-1.0.1/debian/changelog stress-1.0.1/debian/changelog
--- stress-1.0.1/debian/changelog 2010-04-19 21:35:33.000000000 +0000
+++ stress-1.0.1/debian/changelog 2010-04-19 21:35:03.000000000 +0000
@@ -1,3 +1,20 @@
+stress (1.0.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Add debian/watch file
+ * debian/control:
+ + Bump to debhelper 7 and Standards-Version 3.8.4
+ + Add Homepage field
+ + Add dependency on dpkg | install-info and ${misc:Depends}
+ * Switch to dpkg-source 3.0 (quilt) format
+ * debian/rules:
+ + make distclean and rm config.log in clean rule
+ + Delete /usr/share/info/dir in install rule
+ + Replace dh_clean -k with dh_prep
+ + Add dh_installinfo
+
+ -- Guillaume Delacour <[email protected]> Mon, 19 Apr 2010 20:17:12 +0000
+
stress (1.0.1-1) unstable; urgency=low
* Move to latest upstream version; closes: #541007
diff -Nru stress-1.0.1/debian/compat stress-1.0.1/debian/compat
--- stress-1.0.1/debian/compat 2010-04-19 21:35:33.000000000 +0000
+++ stress-1.0.1/debian/compat 2010-04-19 20:20:18.000000000 +0000
@@ -1 +1 @@
-6
+7
diff -Nru stress-1.0.1/debian/control stress-1.0.1/debian/control
--- stress-1.0.1/debian/control 2010-04-19 21:35:33.000000000 +0000
+++ stress-1.0.1/debian/control 2010-04-19 20:32:13.000000000 +0000
@@ -2,12 +2,13 @@
Section: devel
Priority: extra
Maintainer: Amos Waterland <[email protected]>
-Build-Depends: debhelper (>> 7.3.11)
-Standards-Version: 3.8.2.0
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+Homepage: http://weather.ou.edu/~apw/projects/stress/
Package: stress
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
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
diff -Nru stress-1.0.1/debian/rules stress-1.0.1/debian/rules
--- stress-1.0.1/debian/rules 2010-04-19 21:35:33.000000000 +0000
+++ stress-1.0.1/debian/rules 2010-04-19 21:00:47.000000000 +0000
@@ -37,6 +37,8 @@
clean:
dh_testdir
dh_testroot
+ [ ! -f Makefile ] || $(MAKE) distclean
+ rm -f config.log
rm -f build-stamp
# Add here commands to clean up after the build process.
@@ -46,12 +48,15 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/stress.
$(MAKE) install prefix=$(CURDIR)/debian/stress/usr
+ # Delete /usr/share/info/dir.gz
+ rm -f $(CURDIR)/debian/stress/usr/share/info/dir
+
# Build architecture-independent files here.
binary-indep: build install
@@ -66,6 +71,7 @@
dh_installmenu
dh_installcron
dh_installman
+ dh_installinfo
dh_installchangelogs ChangeLog
dh_link
dh_strip
diff -Nru stress-1.0.1/debian/source/format stress-1.0.1/debian/source/format
--- stress-1.0.1/debian/source/format 1970-01-01 00:00:00.000000000 +0000
+++ stress-1.0.1/debian/source/format 2010-04-19 21:35:33.000000000 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru stress-1.0.1/debian/watch stress-1.0.1/debian/watch
--- stress-1.0.1/debian/watch 1970-01-01 00:00:00.000000000 +0000
+++ stress-1.0.1/debian/watch 2010-04-19 20:18:42.000000000 +0000
@@ -0,0 +1,3 @@
+version=3
+http://weather.ou.edu/~apw/projects/stress/ \
+stress-([\d\.]*)\.tar\.gz