debian/0000755000000000000000000000000012245666443007202 5ustar debian/control0000644000000000000000000000150212244650530010570 0ustar Source: zygrib Section: utils Priority: optional Maintainer: Alastair McKinstry Build-Depends: debhelper (>= 9), dh-buildinfo, libz-dev, libbz2-dev, libproj-dev, libqt4-dev, qt4-dev-tools, libqwt-dev, libnova-dev Standards-Version: 3.9.4 Homepage: http://www.zygrib.org/ Package: zygrib Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, zygrib-maps, fonts-liberation Description: Weather data visualization, GRIB file viewer This application, written with the Qt toolkit, enables: * Visualisation of meteo data from files in GRIB Format 1 * Automatic GRIB data download * Automatic Download from IAC (fleetcode) Data Package: zygrib-maps Architecture: all Depends: ${misc:Depends} Description: Maps for zyGrib weather visualization This contains maps and country names used by zyGrib. debian/zygrib.desktop0000644000000000000000000000035512034404311012062 0ustar [Desktop Entry] Encoding=UTF-8 Name=zyGrib GRIB file viewer GenericName=GRIB file viewer Comment=Meterological file viewer Exec=zyGrib Icon=zygrib.png Terminal=false Type=Application Categories=Application;Geoscience; StartupNotify=true debian/README0000644000000000000000000000254211403450112010040 0ustar * Visualisation of meteo data from files in GRIB Format 1 * Available meteo infos : o Surface Pressure o Wind 10 m above mean sea level o Temperature 10 m above mean sea level o Potential Temperature min - max 2 m above mean sea level o Relative Humidity 2 m above mean sea level o Total Precipitation (mm/h) o Total Cloud Cover (%) o Dew Point 2 m above mean sea level o 0C Isotherm o Snow (Depth - Risk) o CAPE (convective available potential energy) at earth level. * Automatic GRIB data download o Meteo Data from NOAA noaa.gif (GFS Model); o Specific GRIB files created by and for zyGrib; o Updates every 6 hours (depends on NOAA data availability); o Forecast up to 7 days by 3 hours steps; o Worldwild Cover (0.5°x0.5°). * Automatic Download from IAC (fleetcode) Data o Meteoro Data from NOAA; o Analysis and 24 hours Forecast, only for Europa und North Atlantic (pressure, isobar and fronts); o Daily four times update; o IAC (International Analysis Codem, fleetcode) files are very small and can be used with PSKmail (For any questions, please refer directly to PSKMail conceptors; I don't know anything about it). * Roh or compressed GRIB Data (gzip *.gz; bzip2 *.bz2) can be used * Bottom Worldmap Layer from GSHHS (Precision ≈ 100m ) (For quicker display, use of RANGS maps adapted by Rainer Feistel). debian/source/0000755000000000000000000000000011403450112010455 5ustar debian/source/include-binaries0000644000000000000000000000002211403450112013607 0ustar debian/zygrib.png debian/source/format0000644000000000000000000000001411403450112011663 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012244670721010622 5ustar debian/patches/paths.patch0000644000000000000000000000344012244670721012763 0ustar Author: Alastair McKinstry Desciption: Set the paths to locations on Debian Forwarded: not-needed Last-Updated: 2012-11-25 Index: zygrib-6.2.0/src/util/Util.h =================================================================== --- zygrib-6.2.0.orig/src/util/Util.h 2013-11-23 01:03:02.000000000 +0000 +++ zygrib-6.2.0/src/util/Util.h 2013-11-23 01:05:51.000000000 +0000 @@ -71,15 +71,15 @@ const QString &dir, const QString &filter=QString()); static QString pathData () {return "./";}; - static QString pathColors () {return pathData()+"data/colors/";} - static QString pathConfig () {return pathData()+"data/config/";} - static QString pathFonts () {return pathData()+"data/fonts/";} - static QString pathGis () {return pathData()+"data/gis/";} - static QString pathGshhs () {return pathData()+"data/maps/gshhs/";} - static QString pathStuff () {return pathData()+"data/stuff/";} + static QString pathColors () {return "/usr/share/zygrib/data/colors/";} + static QString pathConfig () {return "/usr/share/zygrib/data/config/";} + static QString pathFonts () {return "/usr/share/fonts/";} + static QString pathGis () {return "/usr/share/maps/gis/";} + static QString pathGshhs () {return "/usr/share/maps/gshhs/";} + static QString pathStuff () {return "/usr/share/zygrib/data/stuff/";} - static QString pathImg (const char *fname) {return pathData()+"data/img/"+fname;} - static QString pathTr (QString lang) {return pathData()+"data/tr/zyGrib_"+lang;} + static QString pathImg (const char *fname) {return ((QString) "/usr/share/icons/zygrib/") +fname;} + static QString pathTr (QString lang) {return "/usr/share/qt4/translations/zyGrib_"+lang;} static QString getServerName (); static void setSetting (const QString &key, const QVariant &value); debian/patches/series0000644000000000000000000000001412034423325012023 0ustar paths.patch debian/rules0000755000000000000000000000055112245665400010253 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 # The magic debhelper rule %: dh $@ export HOME=`pwd`/debian/tmp CFLAGS += -fPIC override_dh_auto_build: cd src ; qmake -o Makefile zyGrib.pro; $(MAKE) INSTALLDIR=$(INSTDIR) override_dh_auto_clean: dh_auto_clean rm -f src/objs/* src/zyGrib src/Makefile src/qwt-6.0.1/src/Makefile src/qwt-6.0.1/lib/libqwt.a debian/zygrib-maps.install0000644000000000000000000000010712243777617013040 0ustar data/maps/gshhs/* /usr/share/maps/gshhs data/gis/* /usr/share/maps/gis debian/zygrib.dirs0000644000000000000000000000023212034423200011342 0ustar /usr/share/icons/zygrib /usr/share/qt4/translations /usr/share/applications /usr/share/pixmaps /usr/share/zygrib/data/stuff /usr/share/zygrib/data/colors debian/compat0000644000000000000000000000000212242573527010375 0ustar 9 debian/zygrib.install0000644000000000000000000000041112244656773012100 0ustar data/tr/*.qm /usr/share/qt4/translations data/img/* /usr/share/icons/zygrib data/colors/* /usr/share/zygrib/data/colors src/zyGrib /usr/bin debian/zygrib.desktop /usr/share/applications debian/zygrib.png /usr/share/pixmaps data/stuff/* /usr/share/zygrib/data/stuff debian/zygrib.png0000644000000000000000000000501611403450112011173 0ustar PNG  IHDR00WsRGBbKGD pHYs  tIME|6 IDAThՙo|")(/YNlqM..S/~A8כߏy} lND&糘pN؄yc#.0  (xf/177ab&~jUן/dM3EQO^F/j0Py _fH2D"SU@(^x6^EQm,DYoVȄ/cQ(yI\b8(l;A&30 ㄁n[b0 q&j>(a:33d9LBQ"7say\uA@DTU%71Mő$rK@h|hUUqˀ/FfwloCDnm޾ݢZX]]5T5Dss$n=ǂmc{{H7,/JeP(^W΁0+pV˥Px+:633YyTK|u0 Iqd>1 {~+!iss !sC CZ-nA4$IB%AD Cuy-[[|oy㤉D۝J{~G~n;)6X]׉FD&e|qxvbyy;w'|?Mx&_v7ox){4MǶR))2i)l;A,f(ȲhSxjoW,Ytk "hL&~F6i6 躁iiXe%mcY 0dooZ.SSӬgn.K4X JX;Fb&ssT%VnCY1MbǝT*qҀ@xu|~El;yֹJ07|' $#y}>^vE^R)Sժ4 "DQDE!GGG<|=TQxqm Q.D3 hv6o BǼ-I2S,M.N}4M#3, Ӵ,{vfAY?e%ys^&5 F##zzrDTm( I!A$N?g<1 {|/سFǍUygYx׼ *j.IENDB`debian/changelog0000644000000000000000000000427712245653013011053 0ustar zygrib (6.2.1-2) unstable; urgency=low * Override use of $(HOME) in Makefiles that breaks sbuild. Closes: #730589. * Bugs closed by last release: Closes: #730147, #620102. -- Alastair McKinstry Thu, 28 Nov 2013 14:39:34 +0000 zygrib (6.2.1-1) unstable; urgency=low * New upstream release. * Now use debhelper only, no cdbs * Now require libnova-dev. * Move maps, gis data into more package-neutral /usr/share/maps dir -- Alastair McKinstry Sat, 23 Nov 2013 00:52:28 +0000 zygrib (6.0.2-2) unstable; urgency=low * New upstream release. * Standards-Version: 3.9.4 * Now use debhelper 9. -- Alastair McKinstry Tue, 19 Nov 2013 05:30:11 +0000 zygrib (6.0.2-1) unstable; urgency=low * New upstream release. Closes: #689721, 686527. * Now B-D on libqwt6-dev; Depend on fonts-liberation. * Standards-Version: 3.9.3 -- Alastair McKinstry Mon, 08 Oct 2012 19:30:33 +0100 zygrib (3.9.2-1) unstable; urgency=low * New Updatream release. Closes: #584897. -- Alastair McKinstry Mon, 07 Jun 2010 20:43:50 +0100 zygrib (3.8.6-2) unstable; urgency=low * zygrib.png does not need to be uuencoded in source format 3.0. Ship in debian/ directory. Closes: #576933. * Add DEP-3 tags to patches. -- Alastair McKinstry Thu, 08 Apr 2010 12:30:22 +0100 zygrib (3.8.6-1) unstable; urgency=low * New upstream release. * Include czech lang patch * Remove dutch lang patch; now included upstream. * Move to Standards-Version: 3.8.4. * Move to source format 3.0 * No longer need quilt dependency; add qt4-dev-tools for translation tools. -- Alastair McKinstry Tue, 06 Apr 2010 11:24:27 +0100 zygrib (3.5.0-1) unstable; urgency=low * Initial release. Closes: 531032. * Add Dutch support; translation taken from website www.zygrib.org * Use external zlib, bzip2, proj libraries. Source code not shipped with Debian version. * Add zygrib desktop entry and pixmap. * Clarify the copyright and upstream URL in debian/copyright. -- Alastair McKinstry Fri, 28 Aug 2009 09:39:25 +0100 debian/copyright0000644000000000000000000000346611403450112011121 0ustar This package was debianized by Alastair McKinstry , on Sat, 1 Aug 2009 16:22:04 +0100. It was downloaded from http://www. The Debian packaging is Copyright 2009, Alastair McKinstry , is licensed under the terms of the GNU GPL version 3. zyGrib Software is distributed under GNU GPL v3 The text of the license can be found in /usr/share/common-licenses/GPL-3 Copyright (C) 2009 Jacques Zaninetti - http://www.zygrib.org Upstream source: http://www.zygrib.org GSHHS ===== The application contains copies of GSHSS, the Global Self-consistant Hierarchical High-resolution Shorelines maps. These are distributed under the GNU Public License. SHA1 ==== The application includes the SHA1 library which contains the following license: Copyright (c) 2005 Michael D. Leonhard Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/TODO0000644000000000000000000000034511403450112007647 0ustar * Convert the GSHHS map reading code to read the gmt-coastline-low maps which are GSHHS maps in netCDF (rather than RANG) format. * Convert the country names using iso-codes where possible. * Add desktop Icon, add to menus, etc.