[Pkg-owncloud-commits] [SCM] php-sabredav.git branch, master, updated. debian/1.6.3-1-19-gdc2ed96

David Prévot taffit at debian.org
Thu Mar 28 20:57:00 UTC 2013


The following commit has been merged in the master branch:
commit 572b25bc6fe70a48e4fcaf53db14ac86a7c21ea8
Author: David Prévot <taffit at debian.org>
Date:   Thu Mar 28 15:47:48 2013 -0400

    Rename the binary package as php-sabre-dav
    
    That follows upstream advice, and looks saner. The dummy php-sabredav
    package is provided just in case, and should safely be dropped before
    Jessie gets released.

diff --git a/debian/changelog b/debian/changelog
index f052e9b..ee9b0ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ php-sabredav (1.7.5+dfsg-1) UNRELEASED; urgency=low
     - Drop now useless DMUA
     - Bump Standards-Version to 3.9.4, no change needed
     - Depends on php-sabre-vobject 
+    - Rename the binary package as php-sabre-dav following upstream advice
+    - Provide a transitional dummy package 
 
  -- David Prévot <taffit at debian.org>  Mon, 25 Mar 2013 23:50:31 -0400
 
diff --git a/debian/control b/debian/control
index 9d984ea..79ca897 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,12 @@ Homepage: http://code.google.com/p/sabredav/
 Vcs-Git: git://git.debian.org/pkg-owncloud/php-sabredav.git
 Vcs-Browser: http://git.debian.org/?p=pkg-owncloud/php-sabredav.git;a=summary
 
-Package: php-sabredav
+Package: php-sabre-dav
 Architecture: all
 Depends: php5 | php5-cli, php-sabre-vobject, ${misc:Depends}
+Provides: php-sabredav
+Replaces: php-sabredav (<< 1.7)
+Breaks: php-sabredav (<< 1.7)
 Description: SabreDAV allows you to easily add WebDAV support to a PHP application
  SabreDAV is meant to cover the entire standard, and attempts to allow 
  integration using an easy to understand API.
@@ -41,3 +44,9 @@ Description: SabreDAV allows you to easily add WebDAV support to a PHP applicati
   * draft-daboo-carddav-directory-gateway: CardDAV directory gateway
   * CalDAV ctag, CalDAV-proxy.
 
+Package: php-sabredav
+Depends: php-sabre-dav, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
diff --git a/debian/php-sabredav.examples b/debian/php-sabre-dav.examples
similarity index 100%
rename from debian/php-sabredav.examples
rename to debian/php-sabre-dav.examples
diff --git a/debian/php-sabredav.install b/debian/php-sabre-dav.install
similarity index 100%
rename from debian/php-sabredav.install
rename to debian/php-sabre-dav.install

-- 
php-sabredav.git



More information about the Pkg-owncloud-commits mailing list