[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.1-3-16-g07ac173

David Paleino dapal at debian.org
Wed Jun 16 17:09:36 UTC 2010


The following commit has been merged in the master branch:
commit 336c7a9d09db47c83fe802dbd7805c8a4b309983
Author: David Paleino <dapal at debian.org>
Date:   Wed Jun 16 18:28:18 2010 +0200

    debian/control: rewrapped dependency fields

diff --git a/debian/control b/debian/control
index 4e015d9..8706956 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: shells
 Priority: standard
 Maintainer: Bash Completion Maintainers <bash-completion-devel at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~)
+Build-Depends:
+ debhelper (>= 7.0.50)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/bash-completion/debian.git
@@ -12,10 +13,12 @@ Homepage: http://bash-completion.alioth.debian.org
 
 Package: bash-completion
 Architecture: all
-Depends: bash (>= 3.1dfsg-9),
- ${misc:Depends}
+Depends:
+ bash (>= 3.2)
+ , ${misc:Depends}
 Conflicts: xen-tools (<= 4.1-1)
-Replaces: bash (<< 3.1dfsg-9)
+Replaces:
+ bash (<< 3.1dfsg-9)
  , xen-tools (<= 4.1-1)
 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