Tags 379495 + pending
Thanks
I have prepared an NMU with the patch provided by Luca, and I'm going to
upload it.
I'm attaching the interdiff of the prepared package and the previously
uploaded one.
--
Love,
Marga
diff -u predict-2.2.2/debian/rules predict-2.2.2/debian/rules
--- predict-2.2.2/debian/rules
+++ predict-2.2.2/debian/rules
@@ -25,7 +25,7 @@
(cd utils/geosat ; cc -Wall -O6 -s -lm geosat.c -o geosat )
(cd utils/moontracker ; cc -Wall -O6 -s -lm moontracker.c -o
moontracker )
(cd clients/earthtrack ; cc -Wall -O6 -s -lm earthtrack.c -o earthtrack
)
- (cd clients/map; cc -Wall -O3 -s -o predict-map map.c map_cb.c
map_main.c -I/usr/X11R6/include/X11 -L/usr/X11R6/lib -lforms -lX11 -lm)
+ (cd clients/map; cc -Wall -O3 -s -o predict-map map.c map_cb.c
map_main.c -I/usr/include/X11 -L/usr/X11R6/lib -lforms -lX11 -lm)
(cd clients/gsat-1.1.0 ; ./configure --prefix=/usr ; make )
(cd clients/gsat-1.1.0/plugins ; make )
(cd clients/kep_reload ; \
diff -u predict-2.2.2/debian/changelog predict-2.2.2/debian/changelog
--- predict-2.2.2/debian/changelog
+++ predict-2.2.2/debian/changelog
@@ -1,3 +1,11 @@
+predict (2.2.2-6.1) unstable; urgency=low
+
+ * Non-Maintainer Upload to fix Failure to Build From Source due to a change
+ in the location of forms.h. Thanks to Luca Bruno for the patch.
+ (Closes: #379495).
+
+ -- Margarita Manterola <[EMAIL PROTECTED]> Mon, 31 Jul 2006 01:54:49 -0300
+
predict (2.2.2-6) unstable; urgency=low
* Correct errno use in gsat application (Closes: #326399)