[Blends-commit] [SCM] science branch, master, updated. 07c74f4b69ff3970259f05c34cc1aececace0adb

2015-05-28 Thread Ole Streicher
The following commit has been merged in the master branch:
commit 07c74f4b69ff3970259f05c34cc1aececace0adb
Author: Ole Streicher 
Date:   Thu May 28 10:13:03 2015 +0200

Add astromatic, scamp to astronomy

diff --git a/debian/changelog b/debian/changelog
index 26ffe69..12c47ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ debian-science (1.5) UNRELEASED; urgency=medium
   [ Ole Streicher ]
   * Add psfex, swarp, stiff, missfits, fitscut, astlib, glueviz,
 cpl-plugin-muse, cpl-plugin-naco, cpl-plugin-visir, pyavm, siril,
-gnudatalanguage to astronomy
+gnudatalanguage, scamp, astromatic to astronomy
   * Removed orbfit and linoccult from astronomy
   * Replaced libcfitsio3-dev with libcfitsio-dev in astronomy-dev
 
diff --git a/tasks/astronomy b/tasks/astronomy
index 16a0d5f..52bf8e0 100644
--- a/tasks/astronomy
+++ b/tasks/astronomy
@@ -11,6 +11,9 @@ Why: Celestial Mechanics computations
 
 Depends: astronomical-almanac, lightspeed, openuniverse
 
+Depends: astromatic
+WNPP: 786894
+
 Depends: sextractor, swarp
 
 Depends: psfex
@@ -22,6 +25,9 @@ WNPP: 777599
 Depends: missfits
 WNPP: 778236
 
+Depends: scamp
+WNPP: 786901
+
 Depends: worldwind
 
 Depends: wcstools, wcslib-tools, funtools, qfits-tools
@@ -118,7 +124,6 @@ Pkg-Description: a gtk front-end for the starchart program
  Paeth, updated in 1990 by Craig Counterman) which generates high-quality
  postscript charts of any chosen region of the sky. It also prints the current
  Julian date and gives positions of the planets.
- .
 Remark: Removed from Debian due to licensing issues.
 
 Suggests: pdl, pgplot5, python-scientific

-- 
Debian Science Blend

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] science branch, master, updated. 6bd3336c404cec077c02a4295f6913096ba6d08a

2015-05-28 Thread Ole Streicher
The following commit has been merged in the master branch:
commit 6bd3336c404cec077c02a4295f6913096ba6d08a
Author: Ole Streicher 
Date:   Thu May 28 10:36:40 2015 +0200

Add eso-pipelines to astronomy

diff --git a/debian/changelog b/debian/changelog
index 12c47ad..5b55546 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ debian-science (1.5) UNRELEASED; urgency=medium
   [ Ole Streicher ]
   * Add psfex, swarp, stiff, missfits, fitscut, astlib, glueviz,
 cpl-plugin-muse, cpl-plugin-naco, cpl-plugin-visir, pyavm, siril,
-gnudatalanguage, scamp, astromatic to astronomy
+gnudatalanguage, scamp, astromatic, eso-pipelines to astronomy
   * Removed orbfit and linoccult from astronomy
   * Replaced libcfitsio3-dev with libcfitsio-dev in astronomy-dev
 
diff --git a/tasks/astronomy b/tasks/astronomy
index 52bf8e0..fd1504e 100644
--- a/tasks/astronomy
+++ b/tasks/astronomy
@@ -94,6 +94,9 @@ Depends: python-pyavm, python3-pyavm
 Depends: python-astlib, python3-astlib
 WNPP: 777600
 
+Depends: eso-pipelines
+WNPP: 787058
+
 Depends: esorex, python-cpl
 Suggests: cpl-plugin-amber, cpl-plugin-fors, cpl-plugin-giraf,
  cpl-plugin-hawki, cpl-plugin-sinfo, cpl-plugin-kmos,

-- 
Debian Science Blend

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] website branch, master, updated. 84f1530c8a2fe80d55aaf753fd8537506dd92858

2015-05-28 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 84f1530c8a2fe80d55aaf753fd8537506dd92858
Author: Andreas Tille 
Date:   Thu May 28 10:07:47 2015 +0200

Use upstream table instead of dehs to detect new upstream versions; dehs is 
orphaned and not updated any more

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 9d31440..5e168ed 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -316,7 +316,7 @@ query = """PREPARE query_pkgs (text[],text[]) AS
  changed_by text,
   enhanced text[],
   releases text[], versions text[], architectures text[],
- unstable_upstream text, unstable_parsed_version text, unstable_status 
dehs_status, experimental_parsed_version text, experimental_status dehs_status,
+ unstable_upstream text, unstable_parsed_version text, unstable_status 
text,
   vote int, recent int, -- popcon
   debtags text[],
   screenshot_versions text[], image text[], icon text[],
@@ -1654,7 +1654,7 @@ class TaskDependencies:
 
dep.screenshots.append({'version':row['screenshot_versions'][i], 
'url':row['image'][i]})
 
 # it might be that the new upstream goes to experimental - 
this should be ignored here
-if row['experimental_status'] != 'uptodate' and 
row['unstable_parsed_version']:
+if row['unstable_parsed_version']:
 dep.outdated['release']   = 'upstream'
 dep.outdated['version']   = row['unstable_upstream']
 dep.outdated['architectures'] = ''

-- 
Static and dynamic websites for Debian Pure Blends

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit