[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.15.24-5-gd13502d
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Aug 26 19:31:49 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=d13502d
The following commit has been merged in the master branch:
commit d13502d969d2c98d3d4ad08cc5fd740f1f337da8
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Aug 26 22:27:18 2017 +0300
pkgkde-vcs: Add jessie and stretch to supported distributions.
Closes: #873243.
Thanks to Sandro Knauß for the initial patch.
---
debian/changelog | 4 ++++
pkgkde-vcs | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1cf37d8..ff89bb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ pkg-kde-tools (0.15.25) UNRELEASED; urgency=medium
[ Maximiliano Curia ]
* (l10n-packages.mk) Add missing ast and eo langs
+ [ Dmitry Shachnev ]
+ * pkgkde-vcs: Add jessie and stretch to supported distributions (Closes:
+ #873243). Thanks to Sandro Knauß for the initial patch.
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 27 Jun 2017 15:44:05 +0300
pkg-kde-tools (0.15.24) unstable; urgency=medium
diff --git a/pkgkde-vcs b/pkgkde-vcs
index 5ddb4f5..98f5368 100755
--- a/pkgkde-vcs
+++ b/pkgkde-vcs
@@ -153,7 +153,9 @@ is_distribution_valid()
{
local distro
test -n "$1" || distro="$DEB_DISTRIBUTION"
- if [ "$(expr match "$distro" '^\(\(stable\|testing\)\(-security\|-proposed-updates\)\|\(squeeze\|wheezy\)-backports\|stable\|unstable\|experimental\)$')" = "$distro" ]; then
+ if [ "$(expr match "$distro" '^\(\(wheezy\|jessie\|stretch\)\(-security\|-backports\|-backports-sloppy\)\?\)$')" = "$distro" ]; then
+ return 0
+ elif [ "$(expr match "$distro" '^\(testing\(-proposed-updates\)\?\|unstable\|experimental\)$')" = "$distro" ]; then
return 0
fi
return 1
--
Debian Qt/KDE packaging tools
More information about the pkg-kde-commits
mailing list