[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.15.7

Modestas Vainius modax at alioth.debian.org
Sun May 19 22:05:34 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=eac5e08

The following commit has been merged in the master branch:
commit eac5e081041debe4c3a11b1f5f8f988b6117becb
Author: Modestas Vainius <modax at debian.org>
Date:   Mon May 20 01:00:15 2013 +0300

    pkgkde-vcs: replace support for lenny-backports with wheezy-backports.
---
 debian/changelog |    1 +
 pkgkde-vcs       |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 14dcdc6..7bd46f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pkg-kde-tools (0.15.7) UNRELEASED; urgency=low
 
+  * pkgkde-vcs: replace support for lenny-backports with wheezy-backports.
 
  -- Modestas Vainius <modax at debian.org>  Mon, 20 May 2013 00:58:36 +0300
 
diff --git a/pkgkde-vcs b/pkgkde-vcs
index d390bbd..5ddb4f5 100755
--- a/pkgkde-vcs
+++ b/pkgkde-vcs
@@ -153,7 +153,7 @@ is_distribution_valid()
 {
     local distro
     test -n "$1" || distro="$DEB_DISTRIBUTION"
-    if [ "$(expr match "$distro" '^\(\(stable\|testing\)\(-security\|-proposed-updates\)\|\(lenny\|squeeze\)-backports\|stable\|unstable\|experimental\)$')" = "$distro" ]; then
+    if [ "$(expr match "$distro" '^\(\(stable\|testing\)\(-security\|-proposed-updates\)\|\(squeeze\|wheezy\)-backports\|stable\|unstable\|experimental\)$')" = "$distro" ]; then
         return 0
     fi
     return 1

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list