debian/0000755000000000000000000000000012050563257007173 5ustar debian/docs0000644000000000000000000000000712050502262010030 0ustar README debian/changelog0000644000000000000000000000026112050545524011041 0ustar flashbench (62-1) unstable; urgency=low * Initial release (Closes: #693156) (LP: #1078488) -- Dmitrijs Ledkovs Tue, 13 Nov 2012 17:34:35 +0000 debian/rules0000755000000000000000000000042112050505016010235 0ustar #!/usr/bin/make -f -include /usr/share/dpkg/pkg-info.mk %: dh $@ get-orig-source: bzr export --per-file-timestamps \ -r$(DEB_VERSION_UPSTREAM) \ --root=$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM) \ $(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz \ "lp:$(DEB_SOURCE)" debian/control0000644000000000000000000000145212050506102010562 0ustar Source: flashbench Section: utils Priority: optional Maintainer: Dmitrijs Ledkovs Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Homepage: http://git.linaro.org/gitweb?p=people/arnd/flashbench.git;a=summary Vcs-Bzr: lp:~ubuntu-core-dev/flashbench/debian Vcs-Browser: https://code.launchpad.net/~ubuntu-core-dev/flashbench/debian/ Package: flashbench Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: identify flash storage properties This utility helps to identify properties of SD cards and flash based storage. In particular it can be used to discover page and segement sizes and maximum number of concurrently open segments. These properties can then be used to better align paritions and tune filesystem options for maximum performance. debian/source/0000755000000000000000000000000012050563257010473 5ustar debian/source/format0000644000000000000000000000001412050502262011666 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012050563257010622 5ustar debian/patches/series0000644000000000000000000000005112050561507012027 0ustar fix-clean-target.patch fix-lwn-url.patch debian/patches/fix-lwn-url.patch0000644000000000000000000000102212050561527014020 0ustar Description: fix url Author: Dmitrijs Ledkovs --- flashbench-62.orig/README +++ flashbench-62/README @@ -107,7 +107,7 @@ can in random mode. [1] https://wiki.linaro.org/WorkingGroups/KernelConsolidation/Projects/FlashCardSurvey [2] git clone git://git.linaro.org/people/arnd/flashbench.git -[3] http://lwn.net/Articles/428XXX FIXME +[3] http://lwn.net/Articles/428584 Feel free to reach the author by email for any questions about the latest version, Arnd Bergmann , debian/patches/fix-clean-target.patch0000644000000000000000000000072212050505246014770 0ustar Description: fix clean target Author: Dmitrijs Ledkovs Index: b/Makefile =================================================================== --- a/Makefile +++ b/Makefile @@ -14,5 +14,9 @@ erase: erase.o +install: + install -D -m 0755 flashbench $(DESTDIR)/usr/bin/flashbench + install -D -m 0755 erase $(DESTDIR)/usr/bin/flashbench-erase + clean: - rm flashbench flashbench.o dev.o vm.o + rm -f flashbench flashbench.o dev.o vm.o debian/copyright0000644000000000000000000000207312050504273011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: flashbench Source: http://git.linaro.org/gitweb?p=people/arnd/flashbench.git;a=summary Files: * Copyright: 2010-2012 Arnd Bergmann License: GPL-2 Files: debian/* Copyright: 2012 Dmitrijs Ledkovs License: GPL-2 License: GPL-2 This package 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; either version 2 of the License. . This package 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, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/compat0000644000000000000000000000000212050504073010360 0ustar 9