[SCM] kdevelop-python packaging branch, master, updated. debian/1.7.2-2-5-gccfa24b

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri May 6 21:43:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=c89615e

The following commit has been merged in the master branch:
commit c89615e7a598013e309838d562c99f466e49ab14
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri May 6 18:40:50 2016 -0300

    Improve debian/watch.
---
 debian/changelog | 2 ++
 debian/watch     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 78e086e..bf28158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ kdevelop-python (1.7.3-1) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
   * Bump python build dependency to python3.5 (Closes: #820186).
+  * 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>  Fri, 06 May 2016 18:38:08 -0300
 
diff --git a/debian/watch b/debian/watch
index 8bf5a51..9f9b85d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://download.kde.org/stable/kdevelop/([\d.]+)/src/kdev-python-([\d.]+)-py3.tar.xz
+opts="repack,compression=xz"
+http://download.kde.org/stable/kdevelop/([\d.]+)/src/kdev-python-([\d.]+)-py3.tar.(?:xz|bz2|gz)

-- 
kdevelop-python packaging



More information about the pkg-kde-commits mailing list