[Bash-completion-commits] [SCM] debian-package branch, master, updated. upstream/1.1-35-g0f9a429

David Paleino d.paleino at gmail.com
Sat Oct 10 16:08:25 UTC 2009


The following commit has been merged in the master branch:
commit ce31ca08ae08b1cf17a9fc6455b18c5a8c81fd05
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat Oct 10 18:04:51 2009 +0200

    added ${misc:Depends} dependency

diff --git a/debian/changelog b/debian/changelog
index cc967e2..389b34f 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 at gmail.com>  Sat, 10 Oct 2009 17:50:40 +0200
+ -- David Paleino <d.paleino at 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 d6287dc..6f58f85 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

-- 
debian-package



More information about the Bash-completion-commits mailing list