[Blends-commit] [SCM] website branch, master, updated. 1e94d67a74d68c2d4c528f18c36c205469444327
Andreas Tille
tille at debian.org
Mon Jun 3 14:04:00 UTC 2013
The following commit has been merged in the master branch:
commit 1e94d67a74d68c2d4c528f18c36c205469444327
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 3 16:04:15 2013 +0200
GIS Thermometer is also featuring homepage
diff --git a/misc/sql/gis-thermometer.sh b/misc/sql/gis-thermometer.sh
index 1c080b3..1347f55 100755
--- a/misc/sql/gis-thermometer.sh
+++ b/misc/sql/gis-thermometer.sh
@@ -20,9 +20,10 @@ SELECT b.source,
experimental.version AS experimental,
ubuntu.version AS ubuntu,
d.unstable_upstream AS upstream,
- d.unstable_status AS status
+ d.unstable_status AS status,
+ homepage
FROM (
- SELECT DISTINCT p.source FROM packages p
+ SELECT DISTINCT p.source, p.homepage FROM packages p
JOIN blends_dependencies bd ON bd.package = p.package
JOIN releases r ON p.release = r.release
WHERE bd.blend = '$1' AND
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list