summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-23 11:07:25 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-23 11:07:25 +0100
commita5d69058b57cae53352125cb4779aa390ce29c42 (patch)
tree10657270ebc76677a345291e38dbd46ecfaf374e
parent435135e43cb8e1767ce98009ed5bf341ae9e4a96 (diff)
downloadobnam-a5d69058b57cae53352125cb4779aa390ce29c42.tar.gz
Add dependency on python-all-dbg.
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a0be1ac0..83005430 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ obnam (0.21-1) unstable; urgency=low
* First upload to Debian. (Closes: #636444)
* debian/control: Update python-cliapp versioned dependency to match
the version that provides dump_memory_profile.
+ * debian/control: Add dependency on python-all-dbg.
- -- Lars Wirzenius <liw@liw.fi> Mon, 22 Aug 2011 21:26:09 +0100
+ -- Lars Wirzenius <liw@liw.fi> Tue, 23 Aug 2011 10:51:07 +0100
obnam (0.20.1-1) squeeze; urgency=low
diff --git a/debian/control b/debian/control
index 8c0bd81b..31791ef8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7.3.8),
python-all-dev (>= 2.6.3~3),
+ python-all-dbg (>= 2.6.3~3),
python-coverage-test-runner,
python-larch (>= 0.21~),
python-ttystatus (>= 0.8),