summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules6
3 files changed, 11 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 76cb793..b4fffb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+genbackupdata (1.5) squeeze; urgency=low
+
+ * New upstream version.
+ * Bump Standards-Version. No other changes required.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 12 Jun 2011 12:55:28 +0100
+
genbackupdata (1.4) squeeze; urgency=low
* debian/control: Add dependency on python-cliapp.
diff --git a/debian/control b/debian/control
index 6e545c4..11f7adc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: genbackupdata
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), python (>= 2.5)
-XS-Python-Version: all
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
Package: genbackupdata
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.9)
-XB-Python-Version: ${python:Versions}
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
diff --git a/debian/rules b/debian/rules
index 48a507c..46bf560 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=python_distutils
-
-override_dh_auto_clean:
- $(MAKE) clean
- dh_auto_clean --buildsystem=python_distutils
+ dh $@ --with=python2 --buildsystem=python_distutils