[Pkg-zsh-commits] [zsh] 01/01: Switch the zsh and zsh-common binary stanzas to get README.Debian installed again

Axel Beckert abe at deuxchevaux.org
Tue Oct 21 00:47:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit b33dd34f8afa3f0515d545c50aa8feeb64343fe2
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Oct 21 02:39:01 2014 +0200

    Switch the zsh and zsh-common binary stanzas to get README.Debian installed again
---
 debian/control | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index e3fc701..384fbbd 100644
--- a/debian/control
+++ b/debian/control
@@ -29,22 +29,6 @@ Homepage: http://www.zsh.org/
 Vcs-Git: git://anonscm.debian.org/collab-maint/zsh.git -b debian
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/zsh.git
 
-Package: zsh
-Architecture: any
-Depends: zsh-common (= ${source:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Recommends: ${shlibs:Recommends}
-Suggests: zsh-doc
-Description: shell with lots of features
- Zsh is a UNIX command interpreter (shell) usable as an
- interactive login shell and as a shell script command
- processor. Of the standard shells, zsh most closely resembles
- ksh but includes many enhancements. Zsh has command-line editing,
- built-in spelling correction, programmable command completion,
- shell functions (with autoloading), a history mechanism, and a
- host of other features.
-
 Package: zsh-common
 Architecture: all
 Depends: ${misc:Depends}
@@ -63,6 +47,22 @@ Description: architecture independent files for Zsh
  This package contains the common zsh files shared by all
  architectures.
 
+Package: zsh
+Architecture: any
+Depends: zsh-common (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: ${shlibs:Recommends}
+Suggests: zsh-doc
+Description: shell with lots of features
+ Zsh is a UNIX command interpreter (shell) usable as an
+ interactive login shell and as a shell script command
+ processor. Of the standard shells, zsh most closely resembles
+ ksh but includes many enhancements. Zsh has command-line editing,
+ built-in spelling correction, programmable command completion,
+ shell functions (with autoloading), a history mechanism, and a
+ host of other features.
+
 Package: zsh-doc
 Architecture: all
 Section: doc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list