summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2012-06-17 21:07:48 +0200
committerDavid Paleino <dapal@debian.org>2012-06-17 21:07:48 +0200
commitdb5d55b6cdd30ccb7faa9c84bb5a0651ecfee2b4 (patch)
tree2ee50fd5b99e132d27f87cc4517b72bfc488affc
parent9f7a44810c72dcbe0cbe1a202e63e5fb21207a49 (diff)
downloadbash-completion-db5d55b6cdd30ccb7faa9c84bb5a0651ecfee2b4.tar.gz
Added Pre-Depends on dpkg because of dpkg-maintscript-helper
-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 0e43e3a1..649860f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ bash-completion (1:2.0-1) UNRELEASED; urgency=low
- scp and rsync error on local path completion (LP: #772571)
* Standards-Version bump to 3.9.3, no changes needed
* Updated debian/copyright
+ * Added Pre-Depends on dpkg because of dpkg-maintscript-helper
[ Jonathan Nieder ]
* Replace /etc/bash_completion symlink with a shim script (Closes: #669180)
@@ -18,7 +19,7 @@ bash-completion (1:2.0-1) UNRELEASED; urgency=low
* Remove /etc/bash_completion symlink to make room for shim script
on upgrade from versions 1:1.99-2 and 1:1.99-3.
- -- David Paleino <dapal@debian.org> Sun, 17 Jun 2012 21:04:29 +0200
+ -- David Paleino <dapal@debian.org> Sun, 17 Jun 2012 21:07:32 +0200
bash-completion (1:1.99-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 8b4c55fc..f0d93ec9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Homepage: http://bash-completion.alioth.debian.org
Package: bash-completion
Architecture: all
+Pre-Depends: dpkg (>= 1.15.7.2~)
Depends:
bash (>= 3.2)
, ${misc:Depends}