tags 455369 + pending
quit
On Sun, Dec 09, 2007 at 05:02:36PM -0500, Andrew Moise wrote:
> Hello.
> git-core Recommends: git-doc, but it does not seem that installing a
> package without accompanying documentation in /usr/share/doc is all that
> unusual. IMHO this dependency should be a Suggests:.
Hi Andrew, I agree, and will change that with the next upload.
Thanks, Gerrit.
* debian/control: for all packages: Suggests: git-doc instead of
Recommends: (thx Andrew Moise, closes: #455369).
---
debian/changelog | 7 +++++++
debian/control | 23 +++++++++++------------
2 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f76bc78..e35cee4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-core (1:1.5.3.7-1.1) unstable; urgency=low
+
+ * debian/control: for all packages: Suggests: git doc instead of
+ Recommends: (thx Andrew Moise, closes: #455369).
+
+ -- Gerrit Pape <[EMAIL PROTECTED]> Mon, 10 Dec 2007 14:38:10 +0000
+
git-core (1:1.5.3.7-1) unstable; urgency=low
* new upstream point release.
diff --git a/debian/control b/debian/control
index 7452b9f..6563f36 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Standards-Version: 3.7.2.0
Package: git-core
Architecture: any
Depends: ${shlibs:Depends}, perl-modules, liberror-perl, libdigest-sha1-perl,
cpio
-Recommends: git-doc, patch, less, rsync, curl, ssh-client
-Suggests: git-arch, git-cvs, git-svn, git-email, git-daemon-run, git-gui,
gitk, gitweb
+Recommends: patch, less, rsync, curl, ssh-client
+Suggests: git-doc, git-arch, git-cvs, git-svn, git-email, git-daemon-run,
git-gui, gitk, gitweb
Replaces: cogito (<< 0.16rc2-0), git-completion
Conflicts: git (<< 4.3.20-11), qgit (<< 1.5.5), git-completion
Provides: git-completion
@@ -47,8 +47,7 @@ Description: fast, scalable, distributed revision control
system (documentation)
Package: git-arch
Architecture: all
Depends: git-core (>> ${source:Upstream-Version}), git-core (<<
${source:Upstream-Version}-.), tla
-Recommends: git-doc
-Suggests: bazaar
+Suggests: git-doc, bazaar
Replaces: cogito (<< 0.16rc2-0)
Description: fast, scalable, distributed revision control system (arch
interoperability)
Git is popular version control system designed to handle very large
@@ -66,8 +65,7 @@ Description: fast, scalable, distributed revision control
system (arch interoper
Package: git-cvs
Architecture: all
Depends: git-core (>> ${source:Upstream-Version}), git-core (<<
${source:Upstream-Version}-.), cvsps (>> 2.1-0), libdbd-sqlite3-perl
-Recommends: git-doc
-Suggests: cvs
+Suggests: git-doc, cvs
Replaces: cogito (<< 0.16rc2-0)
Description: fast, scalable, distributed revision control system (cvs
interoperability)
Git is popular version control system designed to handle very large
@@ -86,8 +84,7 @@ Description: fast, scalable, distributed revision control
system (cvs interopera
Package: git-svn
Architecture: all
Depends: git-core (>> ${source:Upstream-Version}), git-core (<<
${source:Upstream-Version}-.), libsvn-perl | libsvn-core-perl, libwww-perl,
libterm-readkey-perl
-Recommends: git-doc
-Suggests: subversion
+Suggests: git-doc, subversion
Replaces: cogito (<< 0.16rc2-0)
Description: fast, scalable, distributed revision control system (svn
interoperability)
Git is popular version control system designed to handle very large
@@ -105,7 +102,8 @@ Description: fast, scalable, distributed revision control
system (svn interopera
Package: git-email
Architecture: all
Depends: git-core (>> ${source:Upstream-Version}), git-core (<<
${source:Upstream-Version}-.)
-Recommends: git-doc, libemail-valid-perl
+Recommends: libemail-valid-perl
+Suggests: git-doc
Replaces: cogito (<< 0.16rc2-0)
Description: fast, scalable, distributed revision control system (email add-on)
Git is popular version control system designed to handle very large
@@ -140,7 +138,8 @@ Package: git-gui
Architecture: all
Depends: git-core (>> ${source:Upstream-Version}), git-core (<<
${source:Upstream-Version}-.), tk8.4
Replaces: git-core (<< 1:1.5.2.2-3)
-Recommends: git-doc, gitk
+Recommends: gitk
+Suggests: git-doc
Description: fast, scalable, distributed revision control system (GUI)
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used mainly for various open
@@ -156,7 +155,7 @@ Description: fast, scalable, distributed revision control
system (GUI)
Package: gitk
Architecture: all
Depends: git-core (>> ${source:Upstream-Version}), git-core (<<
${source:Upstream-Version}-.), tk8.4
-Recommends: git-doc
+Suggests: git-doc
Replaces: cogito (<< 0.16rc2-0)
Description: fast, scalable, distributed revision control system (revision
tree visualizer)
Git is popular version control system designed to handle very large
@@ -173,7 +172,7 @@ Description: fast, scalable, distributed revision control
system (revision tree
Package: gitweb
Architecture: all
Depends: git-core (>> ${source:Upstream-Version}), git-core (<<
${source:Upstream-Version}-.), perl
-Recommends: git-doc
+Suggests: git-doc
Description: fast, scalable, distributed revision control system (web
interface)
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used mainly for various open
--
1.5.3.4
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]