From 8892185507e102334bb6cddb2b4bea40e633d9cc Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 31 Oct 2016 22:44:21 -0400 Subject: [PATCH] debian: gitweb: Add version to Breaks: apache2.2-common (<< 2.3~) Signed-off-by: Anders Kaseorg --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 73f931d0bb..e706170fb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ git (1:2.10.2-2) UNRELEASED; urgency=medium * Add missing upstream changelog entries from v2.10.2. + * gitweb: Add version to Breaks: apache2.2-common (<< 2.3~). -- Anders Kaseorg Mon, 31 Oct 2016 23:32:46 -0400 diff --git a/debian/control b/debian/control index 7444dd79f2..2b72607dda 100644 --- a/debian/control +++ b/debian/control @@ -340,7 +340,7 @@ Depends: ${misc:Depends}, git (>> ${source:Upstream-Version}), git (<< ${source: perl Pre-Depends: ${misc:Pre-Depends} Recommends: ${misc:Recommends}, libhttp-date-perl | libtime-modules-perl -Breaks: apache2.2-common +Breaks: apache2.2-common (<< 2.3~) Suggests: httpd-cgi | libcgi-fast-perl, git-doc Description: fast, scalable, distributed revision control system (web interface) Git is popular version control system designed to handle very large -- 2.11.4.GIT