r38295 - in /desktop/unstable/gnome-user-share/debian: changelog control control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Jun 1 18:31:43 UTC 2013


Author: pochu
Date: Sat Jun  1 18:31:42 2013
New Revision: 38295

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38295
Log:
* debian/control.in:
  + Remove obsolete build dependency on scrollkeeper.
  + Switch apache2.2-bin dependency to apache2-bin for the Apache 2.4
    transition. Closes: #669729.
  + Bump minimum dependency on libapache2-mod-dnssd to 0.6-3.1~
    to get Apache 2.4 support.

Modified:
    desktop/unstable/gnome-user-share/debian/changelog
    desktop/unstable/gnome-user-share/debian/control
    desktop/unstable/gnome-user-share/debian/control.in

Modified: desktop/unstable/gnome-user-share/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/changelog?rev=38295&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/changelog [utf-8] Sat Jun  1 18:31:42 2013
@@ -1,6 +1,11 @@
 gnome-user-share (3.8.0-2) UNRELEASED; urgency=low
 
-  * Remove obsolete build dependency on scrollkeeper.
+  * debian/control.in:
+    + Remove obsolete build dependency on scrollkeeper.
+    + Switch apache2.2-bin dependency to apache2-bin for the Apache 2.4
+      transition. Closes: #669729.
+    + Bump minimum dependency on libapache2-mod-dnssd to 0.6-3.1~
+      to get Apache 2.4 support.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 12 May 2013 12:38:51 +0200
 

Modified: desktop/unstable/gnome-user-share/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/control?rev=38295&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/control [utf-8] Sat Jun  1 18:31:42 2013
@@ -33,8 +33,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         apache2.2-bin,
-         libapache2-mod-dnssd (>= 0.6),
+         apache2-bin (>= 2.4),
+         libapache2-mod-dnssd (>= 0.6-3.1~),
          obex-data-server [linux-any],
          gnome-bluetooth [linux-any]
 Description: User level public file sharing via WebDAV or ObexFTP

Modified: desktop/unstable/gnome-user-share/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/control.in?rev=38295&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/control.in [utf-8] Sat Jun  1 18:31:42 2013
@@ -28,8 +28,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         apache2.2-bin,
-         libapache2-mod-dnssd (>= 0.6),
+         apache2-bin (>= 2.4),
+         libapache2-mod-dnssd (>= 0.6-3.1~),
          obex-data-server [linux-any],
          gnome-bluetooth [linux-any]
 Description: User level public file sharing via WebDAV or ObexFTP




More information about the pkg-gnome-commits mailing list