[cpl-plugin-sinfo] 07/08: Merge branch 'debian-template' into debian

Ole Streicher olebole-guest at moszumanska.debian.org
Tue Dec 31 12:47:16 UTC 2013


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository cpl-plugin-sinfo.

commit 250ac348f382e72487dc34592d53bbfab51f3833
Merge: 8a411b1 612fc70
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Dec 31 13:39:16 2013 +0100

    Merge branch 'debian-template' into debian
    
    Conflicts:
    	debian/control
    	debian/patches/series

 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                            | 67 ++++++++++++----------
 debian/patches/serial-tests                        | 47 +++++++++++++++
 debian/patches/series                              |  1 +
 debian/repackage.sh                                |  2 +-
 debian/rules                                       | 19 +++---
 9 files changed, 113 insertions(+), 43 deletions(-)

diff --cc debian/control
index 6b8ca3c,9ef51f7..35332a8
--- a/debian/control
+++ b/debian/control
@@@ -10,38 -10,40 +10,48 @@@ 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/sinfoni/sinfo-pipe-recipes.html
 +Vcs-Git: git://anonscm.debian.org/debian-science/packages/cpl-plugin-sinfo.git
 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/cpl-plugin-sinfo.git
  
 -Package: cpl-plugin-template
 +Package: cpl-plugin-sinfo
  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-sinfo-doc
 +Suggests: cpl-plugin-sinfo-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 SINFONI
 + This is the data reduction pipeline for the SINFONI 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.
 + SINFONI is a near-infrared (1.1 - 2.45 µm) integral field spectrograph fed by
 + an adaptive optics module, currently installed at the Cassegrain focus of
 + UT4. The spectrograph operates with 4 gratings (J, H, K, H+K) providing a
 + spectral resolution around 2000, 3000, 4000 in J, H, K, respectively, and
 + 1500 in H+K - each wavelength band fitting fully on the 2048 pixels of the
 + Hawaii 2RG (2kx2k) detector in the dispersion direction. The spatial
 + resolution is selectable from 0.25", 0.1" to 0.025" per image slice, which
 + corresponds to a field-of-view of 8"x8", 3"x3", or 0.8"x0.8"
 + respectively. The instrument can be also used for seeing limited open loop
 + observations.
  
 -Package: cpl-plugin-template-doc
++Package: cpl-plugin-sinfo-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 SINFONI
+  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 SINFONI instrument of the Very Large Telescope
+  (VLT) from the European Southern Observatory (ESO).
+ 
 -Package: cpl-plugin-template-calib
 +Package: cpl-plugin-sinfo-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-sinfo, wget
 +Description: ESO data reduction pipeline calibration data downloader for SINFONI
 + This package downloads calibration data of the data reduction pipeline for
 + the SINFONI instrument of the Very Large Telescope (VLT) from the European
 + Southern Observatory (ESO).
diff --cc debian/patches/serial-tests
index 0000000,616e45e..2bee457
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
+ @@ -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 = *~ .logfile
+  
 ---- a/template/tests/Makefile.am
 -+++ b/template/tests/Makefile.am
++--- a/sinfoni/tests/Makefile.am
+++++ b/sinfoni/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.13 foreign serial-tests
+  
+  DISTCLEANFILES = *~ .logfile
+  
+ --- 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
+  
+ -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 = *~
+  
diff --cc debian/patches/series
index ab30d86,9839386..e1b6789
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,3 -1,4 +1,4 @@@
 -libadd_cpl.patch
  set_plugindir.patch
  use-std-paths-for-cpl.patch
 +explicite_function_declaration.patch
+ serial-tests

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-sinfo.git



More information about the debian-science-commits mailing list