[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.12.1-2-g53cfe85

Modestas Vainius modax at alioth.debian.org
Tue May 17 07:35:58 UTC 2011


The following commit has been merged in the master branch:
commit 53cfe85349bc077d91db27604df5b434e468022b
Author: Modestas Vainius <modax at debian.org>
Date:   Tue May 17 02:17:52 2011 +0300

    pkgkde-vcs tag: allow 'stable' in the changelog distribution field.
---
 debian/changelog |    1 +
 pkgkde-vcs       |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 900bdb3..d41567d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pkg-kde-tools (0.12.2) UNRELEASED; urgency=low
 
+  * pkgkde-vcs tag: allow 'stable' in the changelog distribution field.
 
  -- Modestas Vainius <modax at debian.org>  Tue, 17 May 2011 02:16:16 +0300
 
diff --git a/pkgkde-vcs b/pkgkde-vcs
index d81d6a8..e5bc198 100755
--- a/pkgkde-vcs
+++ b/pkgkde-vcs
@@ -132,7 +132,7 @@ is_distribution_valid()
 {
     local distro
     test -n "$1" || distro="$DEB_DISTRIBUTION"
-    if [ "$(expr match "$distro" '^\(\(stable\|testing\)\(-security\|-proposed-updates\)\|\(lenny\|squeeze\)-backports\|unstable\|experimental\)$')" = "$distro" ]; then
+    if [ "$(expr match "$distro" '^\(\(stable\|testing\)\(-security\|-proposed-updates\)\|\(lenny\|squeeze\)-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