--- memtester-4.1.3.orig/memtester.8 +++ memtester-4.1.3/memtester.8 @@ -3,7 +3,7 @@ memtester \- stress test to find memory subsystem faults. .SH SYNOPSIS .B memtester -[\f -p PHYSADDR\fR] +[\fI-p PHYSADDR\fR] <\fIMEMORY\fR> [\fIITERATIONS\fR] .SH DESCRIPTION @@ -45,7 +45,7 @@ .PP .SH OPTIONS .TP -\f -p PHYSADDR\fR +\fI-p PHYSADDR\fR tells memtester to test a specific region of memory starting at physical address PHYSADDR (given in hex), by mmap(2)ing /dev/mem. This is mostly of use to hardware developers, for testing memory-mapped I/O devices and similar. --- memtester-4.1.3.orig/debian/docs +++ memtester-4.1.3/debian/docs @@ -0,0 +1,3 @@ +BUGS +README.tests +README --- memtester-4.1.3.orig/debian/copyright +++ memtester-4.1.3/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by: + + Oliver Kurth on Wed, 12 Jun 2002 11:45:20 +0200. + +It was downloaded from: + + http://pyropus.ca/software/memtester/ + +Upstream Author: + + Charles Cazabon + +Copyright: + + Copyright (C) 1999-2010 Charles Cazabon + Copyright (C) 1999 Simon Kirby + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright (C) 2007-2010, Gürkan Sengün + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- memtester-4.1.3.orig/debian/dirs +++ memtester-4.1.3/debian/dirs @@ -0,0 +1 @@ +usr/bin --- memtester-4.1.3.orig/debian/rules +++ memtester-4.1.3/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +build: build-stamp + +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + cp -p memtester $(CURDIR)/debian/memtester/usr/bin + +# 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_installman memtester.8 + 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 --- memtester-4.1.3.orig/debian/changelog +++ memtester-4.1.3/debian/changelog @@ -0,0 +1,69 @@ +memtester (4.1.3-1) unstable; urgency=low + + * New upstream version. + * debian/copyright: correct license, fix my umlauts in my name. + * Bump standards version to 3.8.4. + * Added debian/watch file. + * debian/control: added ${misc-Depends}. + * Fix lintian warning about extended-description-is-probably-too-short. + + -- Gürkan Sengün Mon, 08 Mar 2010 13:57:36 +0100 + +memtester (4.1.2-1) unstable; urgency=low + + * New upstream version. + * Update my email address. + * Bump standards version. + * Bump debhelper version. + * Updated debian/copyright. + + -- Gürkan Sengün Fri, 31 Jul 2009 11:15:22 +0200 + +memtester (4.0.8-1) unstable; urgency=low + + * New upstream version. + + -- Gürkan Sengün Sun, 25 Nov 2007 04:00:30 +0100 + +memtester (4.0.7-1) unstable; urgency=low + + * New maintainer. (Closes: #452190) + * New upstream version. (Closes: #330126) + + debian/dirs: Removed usr/sbin. (Closes: #382165) + + debian/copyright: Updated. + + debian/compat: Added. + + debian/control: Updated and extended. + + debian/rules: Cleaned up. + + debian/docs: Updated. + + -- Gürkan Sengün Tue, 20 Nov 2007 23:03:24 +0100 + +memtester (2.93.1-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Adjust Conflicts: sysutils to the recent package split (closes: #339481); + no further changes applied for now, leaving any updates to the maintainer + + -- Florian Ernst Wed, 4 Jan 2006 02:16:10 +0100 + +memtester (2.93.1-3) unstable; urgency=low + + * closes: #213546 (memtest breaks if asked to test less than one page) + * changed copyright to GPL-2 only (closes: #296524) + * change maintainer address to debian.org + + -- Oliver Kurth Tue, 21 Jun 2005 10:19:42 -0700 + +memtester (2.93.1-2) unstable; urgency=low + + * added patch, from #126776 in sysutils (Missing prototypes) + * added ABOUT file + * new package, closes #155035 (ITP) + + -- Oliver Kurth Wed, 7 Aug 2002 12:34:21 +0200 + +memtester (2.93.1-1) unstable; urgency=low + + * Initial Release. + + -- Oliver Kurth Wed, 12 Jun 2002 11:45:20 +0200 --- memtester-4.1.3.orig/debian/control +++ memtester-4.1.3/debian/control @@ -0,0 +1,18 @@ +Source: memtester +Section: utils +Priority: optional +Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +Homepage: http://pyropus.ca/software/memtester/ + +Package: memtester +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A utility for testing the memory subsystem + This is a userspace utility for testing the memory subsystem for faults. + In comparison to memtest86 you do not need to reboot the computer to test + for memory faults. + . + Memtester can also be told to test memory starting at a particular + physical address. --- memtester-4.1.3.orig/debian/watch +++ memtester-4.1.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pyropus.ca/software/memtester/old-versions/ memtester-([\d\.]+)\.tar\.gz --- memtester-4.1.3.orig/debian/compat +++ memtester-4.1.3/debian/compat @@ -0,0 +1 @@ +7