[Pkg-owncloud-commits] [php-sabre-vobject] 340/341: CS fix

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:36:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit c562b23cedad6392b91fd76f1f71a1ac1aad81e3
Author: David Prévot <david at tilapin.org>
Date:   Wed Jul 29 14:57:48 2015 +0200

    CS fix
    
    Git-Dch: Ignore
---
 debian/patches/0003-CS-fix.patch | 21 +++++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0003-CS-fix.patch b/debian/patches/0003-CS-fix.patch
new file mode 100644
index 0000000..0a3b7b1
--- /dev/null
+++ b/debian/patches/0003-CS-fix.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?David_Pr=C3=A9vot?= <david at tilapin.org>
+Date: Wed, 29 Jul 2015 14:57:03 +0200
+Subject: CS fix
+
+---
+ lib/FreeBusyData.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/FreeBusyData.php b/lib/FreeBusyData.php
+index 487a0b3..00e7912 100644
+--- a/lib/FreeBusyData.php
++++ b/lib/FreeBusyData.php
+@@ -92,7 +92,7 @@ class FreeBusyData {
+         if ($this->data[$insertStartIndex - 1]['start'] === $start) {
+             // The old item starts at the exact same point as the new item.
+             $insertStartIndex--;
+-         }
++        }
+ 
+         // Now we know where to insert the item, we need to know where it
+         // starts overlapping with items on the tail end. We need to start
diff --git a/debian/patches/series b/debian/patches/series
index c8dbad4..629fddd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Use-homemade-autoloader.php.patch
 0002-Use-ClassLoader-from-Symfony-instead-of-autoLoader.patch
+0003-CS-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list