Lintian Fixes - php-memcache

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 93ad00b..16eb8cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -197,7 +197,7 @@ php-memcache (3.0.9~20160311.4991c2f-2) unstable; urgency=medium
 php-memcache (3.0.9~20160311.4991c2f-1) unstable; urgency=medium
 
   * Move the package under pkg-php
-  * Imported Upstream version 3.0.9~20160311.4991c2f  
+  * Imported Upstream version 3.0.9~20160311.4991c2f
   * Improve d/rules so it can be used with both single or multiple PECL
     upstream versions, controlled by looking for package-MAJOR.MINOR.xml,
     package-MAJOR.xml and package.xml in this order
@@ -334,11 +334,11 @@ php-memcache (3.0.5-1) unstable; urgency=low
 
   * New upstream release
     - Fixed PECL bug #16059 (Build error: 'MSG_NOSIGNAL' undeclared)
-    - Added method MemcachePool::findServer(key) 
+    - Added method MemcachePool::findServer(key)
       which returns the server a key hashes to
-    - Changed MemcachePool::findServer() to return 
+    - Changed MemcachePool::findServer() to return
       only "hostname:port" since tcp port is significant
-    - Fixed PECL bug #16536 (Weight of 0 causes SegFault 
+    - Fixed PECL bug #16536 (Weight of 0 causes SegFault
       on memcache_add_server)
     - Fixed PECL bug #17566 (3.0.4 cache delete bug)
     - Fixed PECL Bug #16442 (memcache_set fail with integer value)
@@ -448,4 +448,3 @@ php-memcache (2.0.1-1) unstable; urgency=low
   * Initial release (closes: #320744).
 
  -- Pierre Habouzit <madcoder@debian.org>  Thu, 13 Apr 2006 00:12:19 +0200
-
diff --git a/debian/copyright b/debian/copyright
index 8798e46..fcf2909 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: memcache
 Upstream-Contact: Antony Dovgal <tony2001@phpclub.net>
 Source: http://pecl.php.net/package/memcache/
diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides
similarity index 100%
rename from debian/source.lintian-overrides
rename to debian/source/lintian-overrides
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..298afc2
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/websupport-sk/pecl-memcache/issues
+Bug-Submit: https://github.com/websupport-sk/pecl-memcache/issues/new
+Repository-Browse: https://github.com/websupport-sk/pecl-memcache
diff --git a/debian/watch b/debian/watch
index 26c45c2..3826c31 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://pecl.php.net/package/memcache /get/memcache-(.+)\.tgz

Run locally

More details

Full run details