[Python-apps-commits] r13452 - in packages/kyklop/trunk/debian (5 files)

zklaus-guest at users.alioth.debian.org zklaus-guest at users.alioth.debian.org
Fri Jul 29 16:01:13 UTC 2016


    Date: Friday, July 29, 2016 @ 16:01:11
  Author: zklaus-guest
Revision: 13452

* Made Python Applications Packaging Team maintainer and myself uploader.
* Added vcs information.
* Bumped standards version to 3.9.8.
* Removed .git-dpm.
* Added man page for kyklop.
* Set distribution to unstable.
* Fixed typo in description.

Added:
  packages/kyklop/trunk/debian/kyklop.1
  packages/kyklop/trunk/debian/kyklop.manpages
Modified:
  packages/kyklop/trunk/debian/changelog
  packages/kyklop/trunk/debian/control
Deleted:
  packages/kyklop/trunk/debian/.git-dpm

Deleted: packages/kyklop/trunk/debian/.git-dpm
===================================================================
--- packages/kyklop/trunk/debian/.git-dpm	2016-07-28 21:15:23 UTC (rev 13451)
+++ packages/kyklop/trunk/debian/.git-dpm	2016-07-29 16:01:11 UTC (rev 13452)
@@ -1,8 +0,0 @@
-# see git-dpm(1) from git-dpm package
-bdca56efdef1b3d4a6c9f323c440eee293598734
-bdca56efdef1b3d4a6c9f323c440eee293598734
-71d6423e5b0ef0427a0f8f125c3a9a5a0210152e
-71d6423e5b0ef0427a0f8f125c3a9a5a0210152e
-kyklop_0.1.1.orig.tar.gz
-1c566bb98f0ff0c6dad9fe31716a38b2071636bc
-5769

Modified: packages/kyklop/trunk/debian/changelog
===================================================================
--- packages/kyklop/trunk/debian/changelog	2016-07-28 21:15:23 UTC (rev 13451)
+++ packages/kyklop/trunk/debian/changelog	2016-07-29 16:01:11 UTC (rev 13452)
@@ -1,3 +1,15 @@
+kyklop (0.1.1-3) unstable; urgency=medium
+
+  * Made Python Applications Packaging Team maintainer and myself uploader.
+  * Added vcs information.
+  * Bumped standards version to 3.9.8.
+  * Removed .git-dpm.
+  * Added man page for kyklop.
+  * Set distribution to unstable.
+  * Fixed typo in description.
+
+ -- Klaus Zimmermann <klaus_zimmermann at gmx.de>  Fri, 29 Jul 2016 11:32:29 +0200
+
 kyklop (0.1.1-2) UNRELEASED; urgency=medium
 
   * Added more details to debian/control.

Modified: packages/kyklop/trunk/debian/control
===================================================================
--- packages/kyklop/trunk/debian/control	2016-07-28 21:15:23 UTC (rev 13451)
+++ packages/kyklop/trunk/debian/control	2016-07-29 16:01:11 UTC (rev 13452)
@@ -1,20 +1,24 @@
 Source: kyklop
 Section: science
 Priority: optional
-Maintainer: Klaus Zimmermann <klaus_zimmermann at gmx.de>
-Standards-Version: 3.9.6
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Klaus Zimmermann <klaus_zimmermann at gmx.de>
+Standards-Version: 3.9.8
 Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python-setuptools-scm
 Homepage: https://github.com/fuentesfranco/kyklop
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/kyklop/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/kyklop/trunk/
 
 Package: kyklop
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Finds, tracks, and characterizes tropical cyclones in simulation data
  Kyklop analyses the output of climate models to examine tropical cyclones.
  At the moment it is limited to analysis of RegCM[1] output.
  It can find tropical cyclones, perform tracking, that is connect cyclones in
  successive time steps to form tracks, and measure various properties, like
- like their maximal wind speed.
+ their maximal wind speed.
+ .
  This package provides the kyklop command line tool.
  .
  [1] https://www.ictp.it/research/esp/models/regcm4.aspx

Added: packages/kyklop/trunk/debian/kyklop.1
===================================================================
--- packages/kyklop/trunk/debian/kyklop.1	                        (rev 0)
+++ packages/kyklop/trunk/debian/kyklop.1	2016-07-29 16:01:11 UTC (rev 13452)
@@ -0,0 +1,77 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2016 Klaus Zimmermann <klaus_zimmermann at gmx.de>
+.de URL
+\\$2 \(laURL: \\$1 \(ra\\$3
+..
+.if \n[.g] .mso www.tmac
+.TH KYKLOP 1 "July 29 2016"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+kyklop \- a tropical cyclone detector, tracker, and analyzer
+.SH SYNOPSIS
+.B kyklop
+.RI regcm4.nc
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B kyklop
+command.
+.PP
+.B kyklop
+examines the output of RegCM4[1] for tropical cyclones.
+It detects cyclones in individual time steps and connects them across
+time steps to find cyclone tracks.
+Furthermore, it characterizes them in terms of maximal wind speed and
+minimal pressure.
+The output is written as a table to the
+.I tcs\&.dat
+file.
+.PP
+The columns of the table are:
+.br
+.nr step 1 1
+.IP \n[step] 3
+time
+.IP \n+[step]
+longitude
+.IP \n+[step]
+latitude
+.IP \n+[step]
+maximal wind speed
+.IP \n+[step]
+minimal pressure
+.IP \n+[step]
+track number
+.PP
+If you use kyklop in a scientific publication, please cite [3].
+.SH AUTHOR
+Kyklop was written by Ramon Fuentes Franco <rfuentes at ictp.it> and
+Klaus Zimmermann <klaus_zimmermann at gmx.de>.
+This man page was written by Klaus Zimmermann <klaus_zimmermann at gmx.de>.
+.SH SEE ALSO
+Some more documentation may be found at the kyklop homepage[2].
+.SH REFERENCES
+[1]
+.URL "https://www.ictp.it/research/esp/models/regcm4.aspx" "RegCM4" " "
+.br
+[2]
+.URL "https://github.com/fuentesfranco/kyklop" "Kyklop" " "
+.br
+[3]
+Fuentes-Franco R, Giorgi F, Coppola E, Zimmermann K.
+"Sensitivity of Tropical Cyclones to Resolution, Convection Scheme and
+Ocean Flux Parameterization over Eastern Tropical Pacific and Tropical
+North Atlantic Oceans in the RegCM4 model."
+.I Submitted to Climate Dynamics,
+April 2016

Added: packages/kyklop/trunk/debian/kyklop.manpages
===================================================================
--- packages/kyklop/trunk/debian/kyklop.manpages	                        (rev 0)
+++ packages/kyklop/trunk/debian/kyklop.manpages	2016-07-29 16:01:11 UTC (rev 13452)
@@ -0,0 +1 @@
+debian/kyklop.1




More information about the Python-apps-commits mailing list