[Pkg-owncloud-commits] [php-sabredav] 05/05: Release 1.8.12-4
Mathieu Parent
sathieu at moszumanska.debian.org
Sat Dec 9 20:22:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
sathieu pushed a commit to branch 1.8
in repository php-sabredav.
commit 6b95c1fc6ea2308f20583bc48cfc9fbf0e0dd35e
Author: Mathieu Parent <math.parent at gmail.com>
Date: Sat Dec 9 21:01:57 2017 +0100
Release 1.8.12-4
---
debian/changelog | 16 ++++++++++++++++
lib/Sabre/autoload.php | 25 -------------------------
2 files changed, 16 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f574913..87d49cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+php-sabredav (1.8.12-4) unstable; urgency=medium
+
+ [ David Prévot ]
+ * Drop unneeded php-cli dep and test-dep
+
+ [ Nishanth Aravamudan ]
+ * Fix autopkgtest failure (Closes: #828918) (LP: #1568026)
+
+ [ Mathieu Parent ]
+ * d/control: Add me to uploaders
+ * d/control: Standards-Version: 4.1.1, no change
+ * PHPUnit's units of code are now namespaced (Closes: #882939)
+ * d/watch: Update URL to https
+
+ -- Mathieu Parent <sathieu at debian.org> Sat, 09 Dec 2017 21:15:52 +0100
+
php-sabredav (1.8.12-3) unstable; urgency=medium
* Team upload
diff --git a/lib/Sabre/autoload.php b/lib/Sabre/autoload.php
deleted file mode 100644
index 6882472..0000000
--- a/lib/Sabre/autoload.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/**
- * SabreDAV's autoloader
- *
- * This file is kept for backwards compatibility purposes.
- * SabreDAV now uses the composer autoloader.
- *
- * You should stop including this file, and include 'vendor/autoload.php'
- * instead.
- *
- * @deprecated Will be removed in a future version!
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
- * @author Evert Pot (http://evertpot.com/)
- * @license http://sabre.io/license/ Modified BSD License
- */
-
-/**
- * We are assuming that the composer autoloader is just 2 directories up.
- *
- * This is not the case when sabredav is installed as a dependency. But, in
- * those cases it's not expected that people will look for this file anyway.
- */
-
-require __DIR__ . '/../../vendor/autoload.php';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list