[cpl-plugin-hawki] 01/08: Merge branch 'debian-template' into debian
Ole Streicher
olebole-guest at moszumanska.debian.org
Sun Jan 12 17:28:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a commit to branch debian
in repository cpl-plugin-hawki.
commit 36eb74407bbecc001cb4086a29932914c2b925e7
Merge: 940a967 612fc70
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Dec 31 14:53:41 2013 +0100
Merge branch 'debian-template' into debian
Conflicts:
debian/control
debian/control | 14 ++++++-
...ugin.doc-base.in => cpl-plugin-doc.doc-base.in} | 6 +--
.../{cpl-plugin.docs.in => cpl-plugin-doc.docs.in} | 0
...ugin.manpages.in => cpl-plugin-doc.manpages.in} | 0
debian/create_sphinx.py | 1 +
debian/patches/serial-tests | 47 ++++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 19 +++++----
8 files changed, 76 insertions(+), 12 deletions(-)
diff --cc debian/control
index f61291f,9ef51f7..27d57eb
--- a/debian/control
+++ b/debian/control
@@@ -12,33 -10,40 +12,43 @@@ Build-Depends: debhelper (>= 9)
python-cpl,
python-pyfits,
python-sphinx
- Standards-Version: 3.9.4
+ Standards-Version: 3.9.5
-Homepage: http://www.eso.org/sci/software/pipelines/template
-Vcs-Git: git://git.debian.org/git/debian-science/packages/cpl-plugin-template.git
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/cpl-plugin-template.git
+Homepage: http://www.eso.org/sci/software/pipelines/hawki
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/cpl-plugin-hawki.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/cpl-plugin-hawki.git
-Package: cpl-plugin-template
+Package: cpl-plugin-hawki
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
- Recommends: esorex|python-cpl
-Recommends: esorex|python-cpl, cpl-plugin-template-doc
-Suggests: cpl-plugin-template-calib
++Recommends: esorex|python-cpl, cpl-plugin-hawki-doc
+Suggests: cpl-plugin-hawki-calib (= ${binary:Version})
Multi-Arch: same
-Description: ESO data reduction pipeline template
- This is the data reduction pipeline for the Template instrument of the
+Description: ESO data reduction pipeline for HAWK-I
+ This is the data reduction pipeline for the HAWK-I instrument of the
Very Large Telescope (VLT) from the European Southern Observatory (ESO).
.
- This package is used as a template for the other ESO recipes. It is not
- meant to built as a package.
+ HAWK-I is a near-infrared (0.85-2.5 μm ) wide-field imager. It is being
+ offered for the first time in Period 81. The instrument is cryogenic (120 K,
+ detectors at 80 K) and has a full reflective design. The light passes four
+ mirrors and two filter wheels before hitting a mosaic of four Hawaii 2RG 2048
+ * 2048 pixels detectors. The final F-ratio is F/4.36 ( 1 arcsec on the sky
+ corresponds to 169 μm on the detector).
-Package: cpl-plugin-template-doc
++Package: cpl-plugin-hawki-doc
+ Architecture: all
+ Multi-Arch: foreign
+ Depends: ${misc:Depends}
+ Section: doc
-Description: ESO data reduction pipeline documentation template
++Description: ESO data reduction pipeline documentation for HAWK-I
+ This package contains the HTML documentation and manpages for the data
- reduction pipeline for the Template instrument of the Very Large Telescope
++ reduction pipeline for the HAWK-I instrument of the Very Large Telescope
+ (VLT) from the European Southern Observatory (ESO).
+
-Package: cpl-plugin-template-calib
+Package: cpl-plugin-hawki-calib
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, cpl-plugin-template, wget
-Section: contrib/science
-Description: ESO data reduction pipeline calibration data downloader template
- This package downloads calibration and other static data of the
- data reduction pipeline for the Template instrument of the
- Very Large Telescope (VLT) from the European Southern Observatory (ESO).
+Depends: ${misc:Depends}, cpl-plugin-hawki, wget
+Description: ESO data reduction pipeline calibration data downloader for HAWK-I
+ This package downloads calibration data of the data reduction pipeline for
+ the HAWK-I instrument of the Very Large Telescope (VLT) from the European
+ Southern Observatory (ESO).
diff --cc debian/patches/serial-tests
index 0000000,616e45e..f16529d
mode 000000,100644..100644
--- a/debian/patches/serial-tests
+++ b/debian/patches/serial-tests
@@@ -1,0 -1,47 +1,47 @@@
+ Author: Ole Streicher <debian at liska.ath.cx>
+ Description: Force serial-tests to get better verbose output
+ Bug: http://bugs.debian.org/715204
---- a/recipes/tests/Makefile.am
-+++ b/recipes/tests/Makefile.am
++--- a/tests/Makefile.am
+++++ b/tests/Makefile.am
+ @@ -17,7 +17,7 @@
+ ## along with this program; if not, write to the Free Software
- ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
++ ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
--AUTOMAKE_OPTIONS = 1.8 foreign
++-AUTOMAKE_OPTIONS = 1.6 foreign
+ +AUTOMAKE_OPTIONS = 1.13 foreign serial-tests
+
- DISTCLEANFILES = *~ .logfile
++ DISTCLEANFILES = *~
+
---- a/template/tests/Makefile.am
-+++ b/template/tests/Makefile.am
++--- a/hawki/tests/Makefile.am
+++++ b/hawki/tests/Makefile.am
+ @@ -17,7 +17,7 @@
+ ## along with this program; if not, write to the Free Software
+ ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
--AUTOMAKE_OPTIONS = 1.6 foreign
++-AUTOMAKE_OPTIONS = 1.8 foreign
+ +AUTOMAKE_OPTIONS = 1.13 foreign serial-tests
+
- DISTCLEANFILES = *~ .logfile
++ DISTCLEANFILES = *~
+
+ --- a/regtests/tests/Makefile.am
+ +++ b/regtests/tests/Makefile.am
+ @@ -17,7 +17,7 @@
+ ## along with this program; if not, write to the Free Software
- ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
++ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
+
+ -AUTOMAKE_OPTIONS = 1.8 foreign
+ +AUTOMAKE_OPTIONS = 1.13 foreign serial-tests
+
+ DISTCLEANFILES = *~
+
+ --- a/irplib/tests/Makefile.am
+ +++ b/irplib/tests/Makefile.am
+ @@ -17,7 +17,7 @@
+ ## along with this program; if not, write to the Free Software
+ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
+
+ -AUTOMAKE_OPTIONS = 1.8 foreign
+ +AUTOMAKE_OPTIONS = 1.13 foreign serial-tests
+
+ DISTCLEANFILES = *~
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-hawki.git
More information about the debian-science-commits
mailing list