debian/0000755000000000000000000000000011624412016007163 5ustar debian/copyright0000644000000000000000000000167511624412016011127 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: genbackupdata Upstream-Contact: Lars Wirzenius Source: http://code.liw.fi/genbackupdata/bzr/trunk/ Files: * Copyright: 2007-2011, Lars Wirzenius License: GPL-3+ 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, either version 3 of the License, or (at your option) any later version. . 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, see . . On a Debian system, you can find a copy of GPL version 3 at /usr/share/common-licenses/GPL-3 . debian/rules0000755000000000000000000000015511624412016010244 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 --buildsystem=python_distutils override_dh_auto_build: $(MAKE) debian/dirs0000644000000000000000000000002311624412016010042 0ustar usr/share/man/man1 debian/control0000644000000000000000000000172211624412016010570 0ustar Source: genbackupdata Maintainer: Lars Wirzenius Section: devel Priority: optional Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-ttystatus, python-cliapp X-Python-Version: >= 2.6 Package: genbackupdata Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.9), python-ttystatus Homepage: http://braawi.org/genbackupdata/ Description: generate test data sets for backup software genbackupdata creates or modifies directory trees in ways that simulate real filesystems sufficiently well for performance testing of backup software. For example, it can create files that are a mix of small text files and big binary files, with the binary files containing random binary junk which compresses badly. This can then be backed up, and later the directory tree can be changed by creating new files, modifying files, or deleting or renaming files. The backup can then be run again. debian/source/0000755000000000000000000000000011624412016010463 5ustar debian/source/format0000644000000000000000000000001411624412016011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000415511624412016011042 0ustar genbackupdata (1.6-1) unstable; urgency=low * First upload to Debian. (Closes: #636445) * New upstream version. * Add missing Depends and Build-Depends on python-ttystatus. * Remove useless debian/pycompat. * Use 3.0 (quilt) format. * Add Homapage header. * Use DEP5 for debian/copyright. * Added missing Build-Depends on python-cliapp. -- Lars Wirzenius Mon, 22 Aug 2011 09:10:28 +0100 genbackupdata (1.5) squeeze; urgency=low * New upstream version. * Bump Standards-Version. No other changes required. -- Lars Wirzenius Sun, 12 Jun 2011 12:55:28 +0100 genbackupdata (1.4) squeeze; urgency=low * debian/control: Add dependency on python-cliapp. -- Lars Wirzenius Wed, 06 Apr 2011 11:02:05 +0100 genbackupdata (1.3.1) squeeze; urgency=low * New upstream release. - include genbackupdatalib in the package -- Lars Wirzenius Wed, 06 Apr 2011 11:02:05 +0100 genbackupdata (1.3) squeeze; urgency=low * New upstream release. This is a rewrite. It is not as functional as the old code. But it is functional enough, and I'm the only known user, so... -- Lars Wirzenius Tue, 01 Feb 2011 21:50:34 +0000 genbackupdata (1.2) squeeze; urgency=low * New upstream release. This release uses a new way to generate binary junk, which is faster than the previous one, and does not result in repetition of existing binary blocks. Obnam is now so good in noticing duplication that it would store a one gigabyte data set from genbackupdata in 132 kilobytes. * Update my e-mail address in Maintainer. -- Lars Wirzenius Thu, 02 Dec 2010 15:17:05 +0000 genbackupdata (1.1.1) squeeze; urgency=low * Upload to my squeeze repository. -- Lars Wirzenius Tue, 18 May 2010 18:54:12 +1200 genbackupdata (1.1) karmic; urgency=low * New upstream version. * Convert packaging to be native, and use dh. -- Lars Wirzenius Sat, 20 Mar 2010 18:44:05 +1300 genbackupdata (1.0-1) unstable; urgency=low * First version. -- Lars Wirzenius Fri, 13 Jul 2007 00:33:00 +0300 debian/compat0000644000000000000000000000000211624412016010361 0ustar 7