[SCM] KDevelop PHP plugin documentation packaging branch, master, updated. debian/1.7.2-1-6-g8e043e5
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Fri May 6 02:42:30 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-php-docs.git;a=commitdiff;h=75f9fcd
The following commit has been merged in the master branch:
commit 75f9fcd91e87e81ea6feb1a358900f83fce63d95
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Thu May 5 23:32:57 2016 -0300
Improve debian/watch.
---
debian/changelog | 4 ++++
debian/watch | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0e7a4b6..5ba0c08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
kdevelop-php-docs (1.7.2-2) UNRELEASED; urgency=medium
+ [ Lisandro Damián Nicanor Pérez Meyer ]
+ * Improve debian/watch to search for different compression methods in
+ tarballs and to repack the tarball with xz compression if necessary.
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 05 May 2016 23:20:50 -0300
kdevelop-php-docs (1.7.2-1) unstable; urgency=medium
diff --git a/debian/watch b/debian/watch
index a4587cb..667efbc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
-http://download.kde.org/stable/kdevelop/([\d.]+)/src/kdevelop-php-docs-([\d.]+).tar.xz
+opts="repack,compression=xz"
+http://download.kde.org/stable/kdevelop/([\d.]+)/src/kdevelop-php-docs-([\d.]+).tar.(?:xz|bz2|gz)
--
KDevelop PHP plugin documentation packaging
More information about the pkg-kde-commits
mailing list