On Mon, Sep 03, 2007 at 12:21:30PM +0200, Vincent Fourmond wrote: > On 9/3/07, Gerrit Pape <[EMAIL PROTECTED]> wrote: > > Hi Vincent, I'm not sure what imrovement you like to see, please suggest > > changes. > > > > apt-cache search ^git > > apt-cache show git-core > > > > looks fine to me. > > I was wondering about this: > > This package provides the git core components. > > This in my opinion makes it unclear whether git-core is enough by > itself, or if you need to install another package to have basic git > functionality. What about adding something like this: > > It is enough to get a functional git with the usual commands. > > What do you think ? I just remember when I had to install git, I > wasn't quite sure whether git-core would be enough.
Hi Vincent, is this okay?: diff --git a/debian/control b/debian/control index 2c7eb68..da4b7c2 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,10 @@ Description: fast, scalable, distributed revision control system revision tracking capabilities, not dependent on network access or a central server. . - This package provides the git core components. + This package provides the git main components with minimal dependencies. + Additional functionality, e.g. a graphical user interface and revision + tree visualizer, tools for interoprating with other VCS's, or a web + interface, are provided as separate git-* packages. Package: git-doc Section: doc Regards, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

