From 6e56d1995c0b25e27895c1862a17f0bd4973dc44 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Tue, 10 Oct 2017 13:36:31 -0700 Subject: [PATCH] debian: remove transitional git-core package It has been obsolete for a while now. Fixes: https://bugs.debian.org/878189 Requested-by: Holger Levsen Signed-off-by: Jonathan Nieder --- debian/changelog | 7 +++++++ debian/control | 19 ------------------- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8bf0b660e..368b07215d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git (1:2.15.0~rc0-1.1) unstable; urgency=low + + * remove transitional git-core package (thx Holger Levsen; + closes: #878189). + + -- Jonathan Nieder Tue, 10 Oct 2017 13:35:38 -0700 + git (1:2.15.0~rc0-1) unstable; urgency=low * new upstream release candidate (see RelNotes/2.15.0.txt). diff --git a/debian/control b/debian/control index 5c2eb2064a..76afc920b7 100644 --- a/debian/control +++ b/debian/control @@ -78,25 +78,6 @@ Description: fast, scalable, distributed revision control system (manual pages) This package provides reference documentation for use by the 'man' utility and the 'git help' command. -Package: git-core -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends}, git (>> 1:1.7.0.2) -Description: fast, scalable, distributed revision control system (obsolete) - Git is popular version control system designed to handle very large - projects with speed and efficiency; it is used for many high profile - open source projects, most notably the Linux kernel. - . - Git falls in the category of distributed source code management tools. - Every Git working directory is a full-fledged repository with full - revision tracking capabilities, not dependent on network access or a - central server. - . - This is a transitional dummy package. The 'git-core' package has been - renamed to 'git', which has been installed automatically. This - git-core package is now obsolete, and can safely be removed from the - system if no other package depends on it. - Package: git-doc Section: doc Architecture: all -- 2.11.4.GIT