[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. 1b061a0344c5f3cc459e769e2ad0e62be6f570cb

Stefan Fritsch sf at sfritsch.de
Sat Mar 17 20:45:16 UTC 2012


The following commit has been merged in the next branch:
commit 0b21b984a043125e4dc27dd73577701b8b02cb98
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Mar 17 20:58:53 2012 +0100

    force removal of apache2.2-bin, apache2.2-common
    
    Use conflicts not breaks

diff --git a/debian/control b/debian/control
index eb2cc69..7332ac3 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Architecture: any
 Depends: ${misc:Depends}, lsb-base, procps [!hurd-i386],
  perl, mime-support, apache2-bin (= ${binary:Version}),
  apache2-data (= ${source:Version})
-Replaces: apache2.2-common (<< 2.3~)
-Breaks: apache2.2-common (<< 2.3~)
+Replaces: apache2.2-common
+Conflicts: apache2.2-common
 Recommends: ssl-cert
 Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom,
  apache2-utils
@@ -36,6 +36,7 @@ Package: apache2-data
 Architecture: all
 Depends: ${misc:Depends}
 Replaces: apache2.2-common
+Conflicts: apache2.2-common
 Description: Apache HTTP Server (common files)
  The Apache Software Foundation's goal is to build a secure, efficient and
  extensible HTTP server as standards-compliant open source software. The
@@ -50,8 +51,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
 # MODULE_MAGIC_NUMBER_MAJOR from apache2/include/ap_mmn.h
 Provides: ${apache2:API}
 Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom
-Replaces: apache2.2-bin (<< 2.3~), apache2.2-common (<< 2.3~),
-Breaks: apache2.2-bin (<< 2.3~), apache2.2-common (<< 2.3~),
+Replaces: apache2.2-bin, apache2.2-common
+Conflicts: apache2.2-bin, apache2.2-common
 Description: Apache HTTP Server (binary files and modules)
  The Apache Software Foundation's goal is to build a secure, efficient and
  extensible HTTP server as standards-compliant open source software. The

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list