[Blends-commit] [SCM] website branch, master, updated. 72759d663082261ad75ec47ce8ebb5b756cc4454

Andreas Tille tille at debian.org
Tue Sep 29 09:34:50 UTC 2015


The following commit has been merged in the master branch:
commit 72759d663082261ad75ec47ce8ebb5b756cc4454
Author: Andreas Tille <tille at debian.org>
Date:   Tue Sep 29 11:34:10 2015 +0200

    If there is a backport it should be up to date

diff --git a/misc/sql/gis-thermometer.sh b/misc/sql/gis-thermometer.sh
index 1b298fa..26f5cad 100755
--- a/misc/sql/gis-thermometer.sh
+++ b/misc/sql/gis-thermometer.sh
@@ -60,7 +60,7 @@ SELECT b.source,
        wnpp,
        tasks.tasks,
        CASE WHEN stable.version >= unstable.version OR replace(stable_bpo.version, '~bpo.*', '') >= unstable.version THEN 'upToDate'
-            WHEN stable.version <  unstable.version THEN 'debianOutOfDate'
+            WHEN stable.version <  unstable.version OR replace(stable_bpo.version, '~bpo.*', '') <  unstable.version THEN 'debianOutOfDate'
             WHEN stable.version IS NOT NULL AND unstable.version IS NULL THEN 'obsolete'
             WHEN stable.version IS NULL AND testing.version IS NULL AND unstable.version IS NULL AND new.version IS NULL THEN 'unpackaged'
             WHEN new.version IS NULL AND (experimental.version IS NOT NULL OR unreleased.version IS NOT NULL) THEN 'workInProgress'
diff --git a/webtools/thermometer.py b/webtools/thermometer.py
index 6081ded..faa2f45 100755
--- a/webtools/thermometer.py
+++ b/webtools/thermometer.py
@@ -106,7 +106,8 @@ def main():
            tasks.tasks,
            CASE WHEN stable.version >= unstable.version
                   OR replace(stable_bpo.version, '~bpo.*', '') >= unstable.version THEN 'upToDate'
-                WHEN stable.version <  unstable.version THEN 'debianOutOfDate'
+                WHEN stable.version <  unstable.version
+                  OR replace(stable_bpo.version, '~bpo.*', '') <  unstable.version THEN 'debianOutOfDate'
                 WHEN stable.version IS NOT NULL AND unstable.version IS NULL THEN 'obsolete'
                 WHEN stable.version IS NULL AND testing.version IS NULL AND unstable.version IS NULL AND new.version IS NULL THEN 'unpackaged'
                 WHEN new.version IS NULL AND (experimental.version IS NOT NULL OR unreleased.version IS NOT NULL) THEN 'workInProgress'

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list