summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Paleino <d.paleino@gmail.com>2009-10-10 18:04:51 +0200
committerDavid Paleino <d.paleino@gmail.com>2009-10-10 18:04:51 +0200
commitce31ca08ae08b1cf17a9fc6455b18c5a8c81fd05 (patch)
tree13e4844cc89be0596a683954745d89d2d348f0a0
parent664c6f927ac9740eac271c90a967efd6da2fd978 (diff)
downloadbash-completion-ce31ca08ae08b1cf17a9fc6455b18c5a8c81fd05.tar.gz
added ${misc:Depends} dependency
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cc967e28..389b34fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,11 +31,12 @@ bash-completion (1:1.1-1) UNRELEASED; urgency=low
* debian/control:
- debhelper Build-Dependency bumped to >= 7.0.50
- removed quilt Build-Dependency, no more used
+ - added ${misc:Depends} dependency
* debian/compat bumped to 7
* debian/docs added
* debian/install updated, using upstream buildsystem
- -- David Paleino <d.paleino@gmail.com> Sat, 10 Oct 2009 17:50:40 +0200
+ -- David Paleino <d.paleino@gmail.com> Sat, 10 Oct 2009 18:04:34 +0200
bash-completion (1:1.0-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d6287dcd..6f58f85b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Homepage: http://bash-completion.alioth.debian.org
Package: bash-completion
Architecture: all
-Depends: bash (>= 3.1dfsg-9)
+Depends: bash (>= 3.1dfsg-9),
+ ${misc:Depends}
Replaces: bash (<< 3.1dfsg-9)
Description: programmable completion for the bash shell
bash completion extends bash's standard completion behavior to achieve