From 2b83ee9944726f29b3f6679fba24a902bcd33c56 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 7 Sep 2007 11:17:16 -0600 Subject: [PATCH] Imported Debian patch 1.2.0b-1 --- CHANGES | 13 +- README | 15 +- build | 2 +- debian/changelog | 10 + debian/control | 2 +- debian/rules | 10 +- docs/pdf/splat.pdf | Bin 49565 -> 49565 bytes docs/postscript/splat.ps | 2 +- docs/text/spanish/splat.txt | 503 ++++++++++++++++++++++++++++ splat-1.2.0.lsm => splat-1.2.0b.lsm | 6 +- splat-1.2.0b.tar.gz | Bin 0 -> 45 bytes splat.cpp | 24 +- utils/build | 8 +- 13 files changed, 564 insertions(+), 31 deletions(-) create mode 100644 docs/text/spanish/splat.txt rename splat-1.2.0.lsm => splat-1.2.0b.lsm (94%) create mode 100644 splat-1.2.0b.tar.gz diff --git a/CHANGES b/CHANGES index ff13656..138b18a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Release 1.2.0b: +By John A. Magliacane, (15-Mar-2007): + +* Two bugs affecting the plotting of Fresnel zones were identified and fixed. + +* A bug that produced some erroneous elevation angles in SPLAT! Path Loss + Output (-plo option) files was identified and fixed. + +* Text documentation in Spanish was added (thanks to Charles Esobar). + +---------------------------------------------------------------------------- + Release 1.2.0: By John A. Magliacane, (22-Dec-2006): @@ -203,4 +215,3 @@ Release 1.0.0: by John A. Magliacane (08-Apr-2002): * First public release of SPLAT! - diff --git a/README b/README index cb612ac..114a4b9 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Requirements ============ SPLAT! requires the libbzip2-1.0.1 (or later) compression library and header files for successful compilation. bzip2/libbzip2 is available -at: http://sources.redhat.com/bzip2/ +at: http://www.bzip.org/ SPLAT! also requires the zlib general purpose compression library. Any recent version included with your Linux distribution should work @@ -39,13 +39,13 @@ Unpack the tar.gz file in a source code directory (such as /usr/src under Slackware) as 'root': cd /usr/src - tar xvfz splat-1.2.0.tar.gz + tar xvfz splat-1.2.0a.tar.gz -This action will generate a subdirectory named splat-1.2.0. +This action will generate a subdirectory named splat-1.2.0a. Next, cd into the directory: - cd splat-1.2.0 + cd splat-1.2.0a Invoke the configure script to build SPLAT! and related utilities: @@ -61,7 +61,7 @@ will be prompted to su to 'root' and invoke the install script manually: exit Before running SPLAT!, carefully read the documentation located under -the splat-1.2.0/docs directory for information on the use of the program. +the splat-1.2.0a/docs directory for information on the use of the program. REMEMBER: Topography data must be downloaded and SPLAT Data Files must be generated using the included srtm2sdf, postdownload, or usgs2sdf @@ -91,7 +91,7 @@ $HOME/.splat_path file so SPLAT! can easily find them. Please read the README file under the utils directory for information on the utilities included with SPLAT!. -Please read the documentation under the splat-1.2.0/docs directory, +Please read the documentation under the splat-1.2.0a/docs directory, or consult the program's man page for more information and examples of SPLAT! use. @@ -102,4 +102,5 @@ can be found on the SPLAT! Web Site: -- John A. Magliacane, KD2BD -December 20, 2006 +January 2007 + diff --git a/build b/build index 9714df6..5fc2aa9 100755 --- a/build +++ b/build @@ -7,7 +7,7 @@ build_splat() { echo -n "Compiling SPLAT!... " - g++ -Wall -O3 -s -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat + g++ -Wall -O3 -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat echo "Done!" } diff --git a/debian/changelog b/debian/changelog index b86dfa2..a9f1868 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +splat (1.2.0b-1) unstable; urgency=low + + * new upstream version + * patch from tbm to fix compilation with gcc 4.3, closes: #417063 + * don't let build scripts strip binaries or ignore errors, by not using + the build scripts at all and instead using debian/rules as the Makefile, + closes: #438037, #417064 + + -- Bdale Garbee Fri, 07 Sep 2007 11:17:16 -0600 + splat (1.2.0-1) unstable; urgency=low * new upstream version diff --git a/debian/control b/debian/control index c633e6d..a262a4b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: hamradio Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>> 5), libbz2-dev, zlib1g-dev -Standards-Version: 3.7.2.1 +Standards-Version: 3.7.2.2 Package: splat Architecture: any diff --git a/debian/rules b/debian/rules index 50a6268..a9c003c 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,15 @@ build: build-stamp build-stamp: dh_testdir - ./build all + g++ -Wall -O3 -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat + (cd utils ; \ + cc -Wall -O3 -fomit-frame-pointer citydecoder.c -o citydecoder) + (cd utils ; \ + cc -Wall -O3 -fomit-frame-pointer usgs2sdf.c -o usgs2sdf) + (cd utils ; \ + cc -Wall -O3 -lbz2 -fomit-frame-pointer srtm2sdf.c -o srtm2sdf) + (cd utils ; \ + cc -Wall -O3 -lz -fomit-frame-pointer fontdata.c -o fontdata) touch build-stamp clean: diff --git a/docs/pdf/splat.pdf b/docs/pdf/splat.pdf index b12fbbf726612f4504b8ac4d21e59b4b36ceba24..10d7a669c6bdfeaec02e70a9486fd9d3caa1cacd 100644 GIT binary patch delta 92 zcmbQ+%sjW5c|*Z&HFE<)LrX(b6C*<-O)h=k{1lhOl2i>BDBD Abrir), el archivo KLM exhibirá las localizaciones de los sitios de transmisión y recepción en el mapa. Los puntos de vista de la imagen serán desde la posición del sitio de transmisión mirando hacia la localización del receptor. La trayectoria punto-a-punto entre los sitios será presentada como una línea blanca, mientras que la trayectoria de linea-de-vista RF será presentada en verde. Las herramientas de navegación de Google Earth la permiten al usuario "volar" alrededor de la trayectoria, identificando señales, caminos, y otras características contenidas. + + +INFORMACIÓN ADICIONAL +Invocar SPLAT! sin ningún argumento desplegará todas las opciones de línea de comando disponibles del programa con una breve descripción de cada una de ellas. + +Las últimas noticias e información respecto al programa SPLAT! está disponible a través de la página web oficial localizada en: http://www.qsl.net/kd2bd/splat.html. + +AUTORES + John A. Magliacane, KD2BD + Creator, Lead Developer + + Doug McDonald + Longley-Rice Model integration + + Ron Bentley + Fresnel Zone plotting and clearance determination + +KD2BD Software 20 December 2006 SPLAT!(1) + + +Traducción del manual al español por Charles Escobar (chescobar@gmail.com) diff --git a/splat-1.2.0.lsm b/splat-1.2.0b.lsm similarity index 94% rename from splat-1.2.0.lsm rename to splat-1.2.0b.lsm index bd7e003..d1f438d 100644 --- a/splat-1.2.0.lsm +++ b/splat-1.2.0b.lsm @@ -1,7 +1,7 @@ Begin3 Title: SPLAT! -Version: 1.2.0 -Entered-date: 22DEC06 +Version: 1.2.0b +Entered-date: 15MAR07 Description: SPLAT! is a terrestrial RF propagation analysis tool for the spectrum between 20 MHz and 20 GHz. SPLAT! provides site engineering data such as the great circle distances @@ -31,7 +31,7 @@ Author: kd2bd@amsat.org (John A. Magliacane) (Creator, Lead Developer) mcdonald@scs.uiuc.edu (Doug McDonald) (L-R Model Integration) ronbentley@earthlink.net (Ron Bentley) (Fresnel Zone Plotting) Maintained-by: kd2bd@amsat.org (John A. Magliacane) -Primary-site: ftp.ibiblio.org /pub/Linux/apps/ham/splat-1.2.0.tar.gz +Primary-site: ftp.ibiblio.org /pub/Linux/apps/ham/splat-1.2.0b.tar.gz Original-site: http://www.qsl.net/kd2bd/splat.html Platforms: Linux/Unix Copying-policy: GPL diff --git a/splat-1.2.0b.tar.gz b/splat-1.2.0b.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4e37b802fe212adec95c1cdbcb3c1040e3e39b6e GIT binary patch literal 45 vcmb2|=3sc%`_q+y`RzeQUIqq+Lkqt9=kl2^05Tz