From b3a87011fe064f2f002e2246e523a6638c66d456 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:09:14 +0100 Subject: Update version number for release. --- genbackupdatalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genbackupdatalib/__init__.py b/genbackupdatalib/__init__.py index e055c57..549bfba 100644 --- a/genbackupdatalib/__init__.py +++ b/genbackupdatalib/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -__version__ = '1.3' +__version__ = '1.6' from generator import DataGenerator from names import NameGenerator -- cgit v1.2.1 From edca1e66f9f3fda01cd8ebb576aa6fcf144b6041 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:12:06 +0100 Subject: Update NEWS for release. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 4bede84..8bf1129 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ NEWS for genbackupdata ====================== +Version 1.6, released 2011-08-22 +-------------------------------- + +* Manual page's SYNOPSIS and OPTIONS sections are now generated automatically + by cliapp's `--generate-manpage`. + Version 1.5, released 2011-06-12 -------------------------------- -- cgit v1.2.1 From 771f26287656daada2074caec7b6370eb289f74c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:12:13 +0100 Subject: Update debian/changelog for release. --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index b4fffb4..b946e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +genbackupdata (1.6-1) unstable; urgency=low + + * First upload to Debian. (Closes: #636445) + * New upstream version. + * Add missing Depends and Build-Depens on python-ttystatus. + * Remove useless debian/pycompat. + + -- Lars Wirzenius Mon, 22 Aug 2011 09:10:28 +0100 + genbackupdata (1.5) squeeze; urgency=low * New upstream version. -- cgit v1.2.1 From 82698b22d9a3e19a8f1f64a035c6cbdb442fede1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:12:38 +0100 Subject: Use 3.0 (quilt) source format. --- debian/source/format | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/source/format diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.1 From b068a0dc3f5dd8ec6df78d07115868ca9ae52b4b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:15:06 +0100 Subject: Add Homepage header. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index b946e42..93c8d61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ genbackupdata (1.6-1) unstable; urgency=low * New upstream version. * Add missing Depends and Build-Depens on python-ttystatus. * Remove useless debian/pycompat. + * Use 3.0 (quilt) format. + * Add Homapage header. -- Lars Wirzenius Mon, 22 Aug 2011 09:10:28 +0100 -- cgit v1.2.1 From d35468da487db45ae13a85dd97746a9d98e14711 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:15:15 +0100 Subject: Oops. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index f0d6831..5e6b685 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ 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 -- cgit v1.2.1 From a571bf37ea2866ea19ad854daa8003a87c839192 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:15:46 +0100 Subject: Use DEP5 for debian/copyright. --- debian/changelog | 1 + debian/copyright | 45 ++++++++++++++++++++++----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93c8d61..ab47b0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ genbackupdata (1.6-1) unstable; urgency=low * Remove useless debian/pycompat. * Use 3.0 (quilt) format. * Add Homapage header. + * Use DEP5 for debian/copyright. -- Lars Wirzenius Mon, 22 Aug 2011 09:10:28 +0100 diff --git a/debian/copyright b/debian/copyright index b196870..28da461 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,24 +1,23 @@ -genbackupdata was originally written and packaged as a .deb by Lars -Wirzenius . +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: genbackupdata +Upstream-Contact: Lars Wirzenius +Source: http://code.liw.fi/genbackupdata/bzr/trunk/ -It was downloaded from http://braawi.org/genbackupdata.html - -genbackupdata is licensed under the GNU General Public License, or any later -version. On Debian systems, you can find version 2 of the license at -/usr/share/common-licenses/GPL-2 . - -# Copyright (C) 2007 Lars Wirzenius -# -# 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 2 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, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +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 . -- cgit v1.2.1 From 4df8e3aa679a3efa9cc9b46f873c6ae5a3035890 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:16:48 +0100 Subject: Add project.meta for unperish. --- project.meta | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 project.meta diff --git a/project.meta b/project.meta new file mode 100644 index 0000000..cdeba85 --- /dev/null +++ b/project.meta @@ -0,0 +1,2 @@ +[config] +basetgz = /home/pbuilder-tgz/sid-amd64-pristine.tgz -- cgit v1.2.1 From 25d9c26ebb278fdc7a46df5d97e4543c2a64eac6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:21:38 +0100 Subject: Install manpage with setup.py. --- debian/install | 1 - setup.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 debian/install diff --git a/debian/install b/debian/install deleted file mode 100644 index 19bf924..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -genbackupdata.1 usr/share/man/man1 diff --git a/setup.py b/setup.py index fc7e96e..ed08d63 100644 --- a/setup.py +++ b/setup.py @@ -36,4 +36,5 @@ benchmark backup software than distributing very large test sets. license='GNU General Public License, version 3 or later', packages=['genbackupdatalib'], scripts=['genbackupdata'], + data_files=[('usr/share/man/man1', ['genbackupdata.1'])], ) -- cgit v1.2.1 From 9caeb015cb93cd5fd96c83b06dfd5fd3777cfb0e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:23:40 +0100 Subject: Build using upstream makefile. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 46bf560..fca92d4 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,5 @@ %: dh $@ --with=python2 --buildsystem=python_distutils +override_dh_auto_build: + $(MAKE) -- cgit v1.2.1 From b286e173d3fbe91074a82ef4961e844b1ff36037 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:25:36 +0100 Subject: * Add missing Depends and Build-Depends on python-ttystatus. * Added missing Build-Depends on python-cliapp. --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab47b0b..1073750 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,11 +2,12 @@ genbackupdata (1.6-1) unstable; urgency=low * First upload to Debian. (Closes: #636445) * New upstream version. - * Add missing Depends and Build-Depens on python-ttystatus. + * 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 diff --git a/debian/control b/debian/control index 5e6b685..345b278 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: devel Priority: optional Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), - python-ttystatus + python-ttystatus, python-cliapp X-Python-Version: >= 2.6 Package: genbackupdata -- cgit v1.2.1 From 7741732ea5efd8486d5d70d8cd1c0f011a02bdcb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 09:29:51 +0100 Subject: Install manpage in right directory. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed08d63..e2786cc 100644 --- a/setup.py +++ b/setup.py @@ -36,5 +36,5 @@ benchmark backup software than distributing very large test sets. license='GNU General Public License, version 3 or later', packages=['genbackupdatalib'], scripts=['genbackupdata'], - data_files=[('usr/share/man/man1', ['genbackupdata.1'])], + data_files=[('share/man/man1', ['genbackupdata.1'])], ) -- cgit v1.2.1