diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 17:55:07 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 17:55:07 +0200 |
commit | 4cbb6b9fabbd94ce38ed31e61289df69d8a06f3c (patch) | |
tree | c8368ee9bd96aea55f1fd5825319d9271203a19a | |
parent | 6629343a22a28600d73e61148b0e96a5f00570dc (diff) | |
download | zsh-4cbb6b9fabbd94ce38ed31e61289df69d8a06f3c.tar.gz zsh-4cbb6b9fabbd94ce38ed31e61289df69d8a06f3c.zip |
Fixed lintian warning "description-synopsis-starts-with-article"
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 481ac1ff6..e4d7440da 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Architecture: any Depends: ${shlibs:Depends} Recommends: ${shlibs:Recommends} Suggests: zsh-doc -Description: A shell with lots of features +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 @@ -42,7 +42,7 @@ Package: zsh-static Architecture: any Depends: ${shlibs:Depends}, zsh Suggests: zsh-doc -Description: A shell with lots of features (static link) +Description: shell with lots of features (static link) 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 @@ -56,7 +56,7 @@ Description: A shell with lots of features (static link) Package: zsh-dev Architecture: any Section: libdevel -Description: A shell with lots of features (development files) +Description: shell with lots of features (development files) 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 @@ -73,7 +73,7 @@ Architecture: any Section: debug Priority: extra Depends: zsh (= ${binary:Version}) -Description: A shell with lots of features (debugging symbols) +Description: shell with lots of features (debugging symbols) 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 |