[Git][debian-gis-team/gmtsar][master] 2 commits: New 0007-Clean.patch

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Jun 29 19:07:35 BST 2024



Antonio Valentino pushed to branch master at Debian GIS Project / gmtsar


Commits:
c041c5ea by Antonio Valentino at 2024-06-29T18:03:23+00:00
New 0007-Clean.patch

- - - - -
fa023c28 by Antonio Valentino at 2024-06-29T18:04:25+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0007-Clean.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
-gmtsar (6.5+ds-2) UNRELEASED; urgency=medium
+gmtsar (6.5+ds-2) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Remove generated files in clean target.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 29 Jun 2024 15:26:52 +0200
+  [ Antonio Valentino ]
+  * debian/patches:
+    - New 0007-Clean.patch.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 29 Jun 2024 18:04:03 +0000
 
 gmtsar (6.5+ds-1) unstable; urgency=medium
 


=====================================
debian/patches/0007-Clean.patch
=====================================
@@ -0,0 +1,679 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 29 Jun 2024 15:55:06 +0200
+Subject: Clean
+
+Forwarded: not-needed
+---
+ Makefile                                           |  5 +++--
+ preproc/ALOS_preproc/ALOS_fbd2fbs/Makefile         |  4 ++--
+ preproc/ALOS_preproc/ALOS_fbd2fbs_SLC/Makefile     |  4 ++--
+ preproc/ALOS_preproc/ALOS_fbd2ss/Makefile          |  4 ++--
+ preproc/ALOS_preproc/ALOS_merge/Makefile           |  4 ++--
+ preproc/ALOS_preproc/ALOS_pre_process/Makefile     |  6 +++---
+ preproc/ALOS_preproc/ALOS_pre_process_SLC/Makefile |  4 ++--
+ preproc/ALOS_preproc/ALOS_pre_process_SS/Makefile  |  4 ++--
+ preproc/ALOS_preproc/Makefile                      |  2 +-
+ preproc/CSK_preproc/Makefile                       |  5 +++--
+ preproc/CSK_preproc/src_raw/Makefile               |  6 +++---
+ preproc/CSK_preproc/src_slc/Makefile               |  6 +++---
+ preproc/ENVI_preproc/ASA_CAT/Makefile              |  4 ++--
+ preproc/ENVI_preproc/Dop_orbit/Makefile            |  4 ++--
+ preproc/ENVI_preproc/ENVI_decode/Makefile          |  4 ++--
+ preproc/ENVI_preproc/Makefile                      | 13 +++++++------
+ preproc/ERS_preproc/Makefile                       |  5 +++--
+ preproc/ERS_preproc/ers_line_fixer/Makefile        |  8 ++++----
+ preproc/ERS_preproc/read_data_file_ccrs/Makefile   | 10 +++++-----
+ preproc/ERS_preproc/read_data_file_dpaf/Makefile   |  8 ++++----
+ preproc/ERS_preproc/read_sarleader_ccrs/Makefile   | 10 +++++-----
+ preproc/ERS_preproc/read_sarleader_dpaf/Makefile   |  8 ++++----
+ preproc/GF3_preproc/Makefile                       |  1 +
+ preproc/GF3_preproc/src/Makefile                   |  4 ++--
+ preproc/LT1_preproc/Makefile                       |  1 +
+ preproc/LT1_preproc/src/Makefile                   |  4 ++--
+ preproc/LT1_preproc/src_orbit/Makefile             |  4 ++--
+ preproc/NSR_preproc/Makefile                       |  1 +
+ preproc/NSR_preproc/src_slc/Makefile               |  6 +++---
+ preproc/RS2_preproc/Makefile                       |  5 +++--
+ preproc/RS2_preproc/src/Makefile                   |  2 +-
+ preproc/S1A_preproc/Makefile                       |  5 +++--
+ preproc/S1A_preproc/src_orbit/Makefile             |  6 +++---
+ preproc/S1A_preproc/src_swath/Makefile             |  6 +++---
+ preproc/TSX_preproc/Makefile                       |  5 +++--
+ preproc/TSX_preproc/src/Makefile                   |  6 +++---
+ 36 files changed, 97 insertions(+), 87 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 84f832a..f307f0f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -103,5 +103,6 @@ spotless:
+ 	for d in $(PREPROCESSORS); do \
+ 		(cd preproc/$${d}_preproc; $(MAKE) spotless); \
+ 	done
+-	rm -rf $(sharedir) bin share
+-	rm -rf config.log config.status config.mk configure autom4te.cache
++	$(RM) -r bin share
++	$(RM) -r config.log config.status config.mk configure autom4te.cache
++	$(RM) gmtsar/csh/gmtsar_sharedir.csh
+diff --git a/preproc/ALOS_preproc/ALOS_fbd2fbs/Makefile b/preproc/ALOS_preproc/ALOS_fbd2fbs/Makefile
+index aa74cde..33b2893 100644
+--- a/preproc/ALOS_preproc/ALOS_fbd2fbs/Makefile
++++ b/preproc/ALOS_preproc/ALOS_fbd2fbs/Makefile
+@@ -16,7 +16,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ALOS_preproc/ALOS_fbd2fbs_SLC/Makefile b/preproc/ALOS_preproc/ALOS_fbd2fbs_SLC/Makefile
+index 225e297..f361430 100644
+--- a/preproc/ALOS_preproc/ALOS_fbd2fbs_SLC/Makefile
++++ b/preproc/ALOS_preproc/ALOS_fbd2fbs_SLC/Makefile
+@@ -16,7 +16,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ALOS_preproc/ALOS_fbd2ss/Makefile b/preproc/ALOS_preproc/ALOS_fbd2ss/Makefile
+index 501b31f..a53b041 100644
+--- a/preproc/ALOS_preproc/ALOS_fbd2ss/Makefile
++++ b/preproc/ALOS_preproc/ALOS_fbd2ss/Makefile
+@@ -16,7 +16,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ALOS_preproc/ALOS_merge/Makefile b/preproc/ALOS_preproc/ALOS_merge/Makefile
+index 3448143..c90821a 100644
+--- a/preproc/ALOS_preproc/ALOS_merge/Makefile
++++ b/preproc/ALOS_preproc/ALOS_merge/Makefile
+@@ -16,7 +16,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ALOS_preproc/ALOS_pre_process/Makefile b/preproc/ALOS_preproc/ALOS_pre_process/Makefile
+index 0960960..3aa7cce 100644
+--- a/preproc/ALOS_preproc/ALOS_pre_process/Makefile
++++ b/preproc/ALOS_preproc/ALOS_pre_process/Makefile
+@@ -12,7 +12,7 @@ INCLUDES = -I../include
+ CLIBS = -L../lib -lALOS -lm
+ 
+ $(PROG): $(OBJS)
+-	$(LINK.c) -o $@ $(OBJS) $(CLIBS)  $(FLIBS)
++	$(LINK.c) -o $@ $(OBJS) $(CLIBS) $(FLIBS)
+ 
+ all:	$(PROG)
+ 
+@@ -20,7 +20,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ALOS_preproc/ALOS_pre_process_SLC/Makefile b/preproc/ALOS_preproc/ALOS_pre_process_SLC/Makefile
+index c87c195..742c94f 100644
+--- a/preproc/ALOS_preproc/ALOS_pre_process_SLC/Makefile
++++ b/preproc/ALOS_preproc/ALOS_pre_process_SLC/Makefile
+@@ -19,7 +19,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ALOS_preproc/ALOS_pre_process_SS/Makefile b/preproc/ALOS_preproc/ALOS_pre_process_SS/Makefile
+index 378e63d..dea60f6 100644
+--- a/preproc/ALOS_preproc/ALOS_pre_process_SS/Makefile
++++ b/preproc/ALOS_preproc/ALOS_pre_process_SS/Makefile
+@@ -18,7 +18,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ALOS_preproc/Makefile b/preproc/ALOS_preproc/Makefile
+index a27c566..be5c149 100644
+--- a/preproc/ALOS_preproc/Makefile
++++ b/preproc/ALOS_preproc/Makefile
+@@ -33,4 +33,4 @@ $(LIB):
+ 	(cd lib_src; $(MAKE) all)
+ 
+ spotless:	clean
+-	rm -rf lib
++	$(RM) -r lib
+diff --git a/preproc/CSK_preproc/Makefile b/preproc/CSK_preproc/Makefile
+index b21cd3b..26d8d22 100644
+--- a/preproc/CSK_preproc/Makefile
++++ b/preproc/CSK_preproc/Makefile
+@@ -5,8 +5,8 @@ include ../../config.mk
+ DIRS	= src_slc src_raw
+ 
+ all:
+-	$(LN_S) -f ../S1A_preproc/include include
+-	$(LN_S) -f ../S1A_preproc/lib lib
++	# $(LN_S) -f ../S1A_preproc/include include
++	# $(LN_S) -f ../S1A_preproc/lib lib
+ 	for d in $(DIRS); do \
+ 		(cd $$d; $(MAKE) all); \
+ 	done
+@@ -27,3 +27,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	# $(RM) include lib
+diff --git a/preproc/CSK_preproc/src_raw/Makefile b/preproc/CSK_preproc/src_raw/Makefile
+index 1095d24..1cea519 100644
+--- a/preproc/CSK_preproc/src_raw/Makefile
++++ b/preproc/CSK_preproc/src_raw/Makefile
+@@ -7,7 +7,7 @@ INCLUDES = -I../include -I../../../gmtsar $(HDF5_CPPFLAGS)
+ CLIBS = -L../../../gmtsar -lgmtsar -L../lib -lxmlC $(HDF5_LDFLAGS) $(HDF5_LIBS) -lm
+ 
+ $(PROG): $(OBJS)
+-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS) 
++	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS)
+ 
+ all:	$(PROG)
+ 
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/CSK_preproc/src_slc/Makefile b/preproc/CSK_preproc/src_slc/Makefile
+index c7fce22..c1d5a3f 100644
+--- a/preproc/CSK_preproc/src_slc/Makefile
++++ b/preproc/CSK_preproc/src_slc/Makefile
+@@ -7,7 +7,7 @@ INCLUDES = -I../include -I../../../gmtsar $(GMT_INC) $(HDF5_CPPFLAGS)
+ CLIBS = -L../../../gmtsar -lgmtsar -L../lib -lxmlC $(GMT_LIB) $(HDF5_LDFLAGS) $(HDF5_LIBS) -lm
+ 
+ $(PROG): $(OBJS)
+-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS) 
++	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS)
+ 
+ all:	$(PROG)
+ 
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ENVI_preproc/ASA_CAT/Makefile b/preproc/ENVI_preproc/ASA_CAT/Makefile
+index 5cf6b21..695a919 100644
+--- a/preproc/ENVI_preproc/ASA_CAT/Makefile
++++ b/preproc/ENVI_preproc/ASA_CAT/Makefile
+@@ -14,7 +14,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ENVI_preproc/Dop_orbit/Makefile b/preproc/ENVI_preproc/Dop_orbit/Makefile
+index 89a5a1c..c703759 100644
+--- a/preproc/ENVI_preproc/Dop_orbit/Makefile
++++ b/preproc/ENVI_preproc/Dop_orbit/Makefile
+@@ -16,7 +16,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ENVI_preproc/ENVI_decode/Makefile b/preproc/ENVI_preproc/ENVI_decode/Makefile
+index e329f2d..2100841 100644
+--- a/preproc/ENVI_preproc/ENVI_decode/Makefile
++++ b/preproc/ENVI_preproc/ENVI_decode/Makefile
+@@ -13,7 +13,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ENVI_preproc/Makefile b/preproc/ENVI_preproc/Makefile
+index 2d14761..53ec735 100644
+--- a/preproc/ENVI_preproc/Makefile
++++ b/preproc/ENVI_preproc/Makefile
+@@ -23,11 +23,11 @@ uninstall:
+ 	for d in $(DIRS); do \
+ 		(cd $$d; $(MAKE) uninstall); \
+ 	done
+-	rm -f $(bindir)/dump_orbit_envi.pl
+-	rm -f $(bindir)/dump_time_envi.pl
+-	rm -f $(bindir)/find_auxi.pl
+-	rm -f $(bindir)/ENVI_pre_process
+-	rm -f $(bindir)/ENVI_SLC_pre_process
++	$(RM) $(bindir)/dump_orbit_envi.pl
++	$(RM) $(bindir)/dump_time_envi.pl
++	$(RM) $(bindir)/find_auxi.pl
++	$(RM) $(bindir)/ENVI_pre_process
++	$(RM) $(bindir)/ENVI_SLC_pre_process
+ 
+ clean:
+ 	for d in $(DIRS); do \
+@@ -40,4 +40,5 @@ $(LIB):
+ 	(cd lib_src; $(MAKE) all)
+ 
+ spotless:	clean
+-	rm -rf lib
++	$(RM) -r lib
++	$(RM) scripts/ENVI_SLC_pre_process scripts/ENVI_pre_process
+diff --git a/preproc/ERS_preproc/Makefile b/preproc/ERS_preproc/Makefile
+index 689dedc..5f38d27 100644
+--- a/preproc/ERS_preproc/Makefile
++++ b/preproc/ERS_preproc/Makefile
+@@ -19,8 +19,8 @@ uninstall:
+ 	for d in $(DIRS); do \
+ 		(cd $$d; $(MAKE) uninstall); \
+ 	done
+-	rm -f $(bindir)/dump_orbit_ers.pl
+-	rm -f $(bindir)/ERS_pre_process
++	$(RM) $(bindir)/dump_orbit_ers.pl
++	$(RM) $(bindir)/ERS_pre_process
+ 
+ clean:
+ 	for d in $(DIRS); do \
+@@ -28,3 +28,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	$(RM) scripts/ERS_pre_process
+diff --git a/preproc/ERS_preproc/ers_line_fixer/Makefile b/preproc/ERS_preproc/ers_line_fixer/Makefile
+index 44e0132..0dcb981 100644
+--- a/preproc/ERS_preproc/ers_line_fixer/Makefile
++++ b/preproc/ERS_preproc/ers_line_fixer/Makefile
+@@ -12,11 +12,11 @@ $(PROG): $(OBJS)
+ 
+ all:	$(PROG)
+ 
+-clean:
+-	rm -f $(OBJS) tags core *.c.*
+-
+ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
++
++clean:
++	$(RM) $(OBJS) tags core $(PROG) *.c.*
+diff --git a/preproc/ERS_preproc/read_data_file_ccrs/Makefile b/preproc/ERS_preproc/read_data_file_ccrs/Makefile
+index d3c0162..f5c8980 100644
+--- a/preproc/ERS_preproc/read_data_file_ccrs/Makefile
++++ b/preproc/ERS_preproc/read_data_file_ccrs/Makefile
+@@ -2,7 +2,7 @@ include ../../../config.mk
+ PROG =  read_data_file_ccrs
+ CSRCS = read_data_file_ccrs.c
+ 
+-OBJS =  $(CSRCS:.c=.o)	
++OBJS =  $(CSRCS:.c=.o)
+ 
+ INCLUDES = -I../include
+ LIBS = -lm
+@@ -12,11 +12,11 @@ $(PROG): $(OBJS)
+ 
+ all:	$(PROG)
+ 
+-clean:
+-	rm -f $(OBJS) tags core *.c.*
+-
+ install:
+ 	$(INSTALL) $(PROG) $(bindir)/$(PROG)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
++
++clean:
++	$(RM) $(OBJS) tags core $(PROG) *.c.*
+diff --git a/preproc/ERS_preproc/read_data_file_dpaf/Makefile b/preproc/ERS_preproc/read_data_file_dpaf/Makefile
+index 5e5c3ca..127d9d0 100644
+--- a/preproc/ERS_preproc/read_data_file_dpaf/Makefile
++++ b/preproc/ERS_preproc/read_data_file_dpaf/Makefile
+@@ -12,11 +12,11 @@ $(PROG): $(OBJS)
+ 
+ all:	$(PROG)
+ 
+-clean:
+-	rm -f $(OBJS) tags core *.c.*
+-
+ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
++
++clean:
++	$(RM) $(OBJS) tags core $(PROG) *.c.*
+diff --git a/preproc/ERS_preproc/read_sarleader_ccrs/Makefile b/preproc/ERS_preproc/read_sarleader_ccrs/Makefile
+index 6b5fe6d..c55a3d3 100644
+--- a/preproc/ERS_preproc/read_sarleader_ccrs/Makefile
++++ b/preproc/ERS_preproc/read_sarleader_ccrs/Makefile
+@@ -2,7 +2,7 @@ include ../../../config.mk
+ PROG =  read_sarleader_ccrs
+ CSRCS = read_sarleader_ccrs.c make_prm_ccrs.c
+ 
+-OBJS =  $(CSRCS:.c=.o)	
++OBJS =  $(CSRCS:.c=.o)
+ 
+ LIBS = -lm
+ 
+@@ -11,11 +11,11 @@ $(PROG): $(OBJS)
+ 
+ all:	$(PROG)
+ 
+-clean:
+-	rm -f $(OBJS) tags core
+-
+ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
++
++clean:
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/ERS_preproc/read_sarleader_dpaf/Makefile b/preproc/ERS_preproc/read_sarleader_dpaf/Makefile
+index 7014c20..df7e56a 100644
+--- a/preproc/ERS_preproc/read_sarleader_dpaf/Makefile
++++ b/preproc/ERS_preproc/read_sarleader_dpaf/Makefile
+@@ -10,11 +10,11 @@ $(PROG): $(OBJS)
+ 
+ all:	$(PROG)
+ 
+-clean:
+-	rm -f $(OBJS) tags core
+-
+ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
++
++clean:
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/GF3_preproc/Makefile b/preproc/GF3_preproc/Makefile
+index 2294c43..c7d7d31 100644
+--- a/preproc/GF3_preproc/Makefile
++++ b/preproc/GF3_preproc/Makefile
+@@ -25,3 +25,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	$(RM) include lib
+diff --git a/preproc/GF3_preproc/src/Makefile b/preproc/GF3_preproc/src/Makefile
+index 32544e0..6bd146d 100644
+--- a/preproc/GF3_preproc/src/Makefile
++++ b/preproc/GF3_preproc/src/Makefile
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/LT1_preproc/Makefile b/preproc/LT1_preproc/Makefile
+index 6b1d22d..2fa29c5 100644
+--- a/preproc/LT1_preproc/Makefile
++++ b/preproc/LT1_preproc/Makefile
+@@ -25,3 +25,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	$(RM) include lib
+diff --git a/preproc/LT1_preproc/src/Makefile b/preproc/LT1_preproc/src/Makefile
+index d535de4..ad4f9a7 100644
+--- a/preproc/LT1_preproc/src/Makefile
++++ b/preproc/LT1_preproc/src/Makefile
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/LT1_preproc/src_orbit/Makefile b/preproc/LT1_preproc/src_orbit/Makefile
+index acb29aa..a85b50b 100644
+--- a/preproc/LT1_preproc/src_orbit/Makefile
++++ b/preproc/LT1_preproc/src_orbit/Makefile
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/NSR_preproc/Makefile b/preproc/NSR_preproc/Makefile
+index 9c92afc..e76d3a5 100644
+--- a/preproc/NSR_preproc/Makefile
++++ b/preproc/NSR_preproc/Makefile
+@@ -27,3 +27,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	$(RM) include lib
+diff --git a/preproc/NSR_preproc/src_slc/Makefile b/preproc/NSR_preproc/src_slc/Makefile
+index 46c9d2e..f8d986c 100644
+--- a/preproc/NSR_preproc/src_slc/Makefile
++++ b/preproc/NSR_preproc/src_slc/Makefile
+@@ -7,7 +7,7 @@ INCLUDES = -I../include -I../../../gmtsar $(HDF5_CPPFLAGS)
+ CLIBS = -L../../../gmtsar -lgmtsar -L../lib -lxmlC $(HDF5_LDFLAGS) $(HDF5_LIBS) -lm
+ 
+ $(PROG): $(OBJS)
+-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS) 
++	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS)
+ 
+ all:	$(PROG)
+ 
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/RS2_preproc/Makefile b/preproc/RS2_preproc/Makefile
+index 2294c43..73183c2 100644
+--- a/preproc/RS2_preproc/Makefile
++++ b/preproc/RS2_preproc/Makefile
+@@ -5,8 +5,8 @@ include ../../config.mk
+ DIRS	= lib src
+ 
+ all:
+-	$(LN_S) -f ../S1A_preproc/include include
+-	$(LN_S) -f ../S1A_preproc/lib lib
++	# $(LN_S) -f ../S1A_preproc/include include
++	# $(LN_S) -f ../S1A_preproc/lib lib
+ 	for d in $(DIRS); do \
+ 		(cd $$d; $(MAKE) all); \
+ 	done
+@@ -25,3 +25,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	# $(RM) include lib
+diff --git a/preproc/RS2_preproc/src/Makefile b/preproc/RS2_preproc/src/Makefile
+index 4776d32..b8bb47d 100644
+--- a/preproc/RS2_preproc/src/Makefile
++++ b/preproc/RS2_preproc/src/Makefile
+@@ -18,4 +18,4 @@ uninstall:
+ 	rm -f $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/S1A_preproc/Makefile b/preproc/S1A_preproc/Makefile
+index 05788dc..ee7e25a 100644
+--- a/preproc/S1A_preproc/Makefile
++++ b/preproc/S1A_preproc/Makefile
+@@ -5,8 +5,8 @@ include ../../config.mk
+ DIRS	= lib src_swath src_tops src_orbit src_stitch src_spec_div src_assembly
+ 
+ all:
+-	$(LN_S) -f ../S1A_preproc/include include
+-	$(LN_S) -f ../S1A_preproc/lib lib
++	# $(LN_S) -f ../S1A_preproc/include include
++	# $(LN_S) -f ../S1A_preproc/lib lib
+ 	for d in $(DIRS); do \
+ 		(cd $$d; $(MAKE) all); \
+ 	done
+@@ -27,3 +27,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	# $(RM) include lib
+diff --git a/preproc/S1A_preproc/src_orbit/Makefile b/preproc/S1A_preproc/src_orbit/Makefile
+index 32f1e83..402d8b2 100644
+--- a/preproc/S1A_preproc/src_orbit/Makefile
++++ b/preproc/S1A_preproc/src_orbit/Makefile
+@@ -7,7 +7,7 @@ INCLUDES = -I../include -I../../../gmtsar -I$(TIFF_INC)
+ CLIBS = -L../../../gmtsar -lgmtsar -L../lib -lxmlC -L$(TIFF_LIB) -ltiff -lm
+ 
+ $(PROG): $(OBJS)
+-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS) 
++	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS)
+ 
+ all:	$(PROG)
+ 
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/S1A_preproc/src_swath/Makefile b/preproc/S1A_preproc/src_swath/Makefile
+index 262a6a3..f832e91 100644
+--- a/preproc/S1A_preproc/src_swath/Makefile
++++ b/preproc/S1A_preproc/src_swath/Makefile
+@@ -7,7 +7,7 @@ INCLUDES = -I../include -I../../../gmtsar -I$(TIFF_INC)
+ CLIBS = -L../../../gmtsar -lgmtsar -L../lib -lxmlC -L$(TIFF_LIB) -ltiff -lm
+ 
+ $(PROG): $(OBJS)
+-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS) 
++	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS)
+ 
+ all:	$(PROG)
+ 
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)
+diff --git a/preproc/TSX_preproc/Makefile b/preproc/TSX_preproc/Makefile
+index 2294c43..73183c2 100644
+--- a/preproc/TSX_preproc/Makefile
++++ b/preproc/TSX_preproc/Makefile
+@@ -5,8 +5,8 @@ include ../../config.mk
+ DIRS	= lib src
+ 
+ all:
+-	$(LN_S) -f ../S1A_preproc/include include
+-	$(LN_S) -f ../S1A_preproc/lib lib
++	# $(LN_S) -f ../S1A_preproc/include include
++	# $(LN_S) -f ../S1A_preproc/lib lib
+ 	for d in $(DIRS); do \
+ 		(cd $$d; $(MAKE) all); \
+ 	done
+@@ -25,3 +25,4 @@ clean:
+ 	done
+ 
+ spotless:	clean
++	# $(RM) include lib
+diff --git a/preproc/TSX_preproc/src/Makefile b/preproc/TSX_preproc/src/Makefile
+index 1c39034..60c3ca5 100644
+--- a/preproc/TSX_preproc/src/Makefile
++++ b/preproc/TSX_preproc/src/Makefile
+@@ -7,7 +7,7 @@ INCLUDES = -I../include -I../../../gmtsar -I$(TIFF_INC)
+ CLIBS = -L../../../gmtsar -lgmtsar -L../lib -lxmlC -L$(TIFF_LIB) -ltiff -lm
+ 
+ $(PROG): $(OBJS)
+-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS) 
++	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CLIBS)
+ 
+ all:	$(PROG)
+ 
+@@ -15,7 +15,7 @@ install:
+ 	$(INSTALL) $(PROG) $(bindir)
+ 
+ uninstall:
+-	rm -f $(bindir)/$(PROG)
++	$(RM) $(bindir)/$(PROG)
+ 
+ clean:
+-	rm -f $(OBJS) tags core
++	$(RM) $(OBJS) tags core $(PROG)


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@
 0004-Fix-interpreter.patch
 0005-Spelling.patch
 0006-LDFLAGS.patch
+0007-Clean.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/gmtsar/-/compare/17ddd568699ba05c421ba8af4c9cd851c7916506...fa023c28e7977c4b9b2f9460fb244e722597b37a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/gmtsar/-/compare/17ddd568699ba05c421ba8af4c9cd851c7916506...fa023c28e7977c4b9b2f9460fb244e722597b37a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240629/490c23e8/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list