File: control.in

package info (click to toggle)
otb 7.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,005,476 kB
  • sloc: cpp: 270,143; xml: 128,722; ansic: 4,367; sh: 1,768; python: 1,084; perl: 92; makefile: 72
file content (906 lines) | stat: -rw-r--r-- 38,224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
Source: otb
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Paolo Cavallini <cavallini@faunalia.it>,
           Rashad Kanavath <rashad.kanavath@c-s.fr>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10~),
               dh-exec,
               dpkg-dev (>= 1.16.1~),
               cmake (>= 3.1.0),
               libboost-date-time-dev,
               libboost-filesystem-dev,
               libboost-graph-dev,
               libboost-program-options-dev,
               libboost-system-dev,
               libboost-thread-dev,
               libcurl4-gnutls-dev | libcurl-ssl-dev,
               libexpat1-dev,
               libfftw3-dev,
               libgdal-dev (>= 1.10.0),
               libgeotiff-dev,
               libgl1-mesa-dev | libgl-dev,
               libglew-dev,
               libglfw3-dev,
               libinsighttoolkit4-dev,
               libkml-dev,
               libmuparser-dev,
               libmuparserx-dev,
               libopencv-dev,
               libopenthreads-dev,
               libossim-dev,
               libpng-dev,
               libqt5opengl5-dev,
               libqwt-qt5-dev,
               libsvm-dev,
               libtinyxml-dev,
               libtool,
               pkg-kde-tools,
               qtbase5-dev,
               qttools5-dev,
               swig
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/otb
Vcs-Git: https://salsa.debian.org/debian-gis-team/otb.git
Homepage: http://www.orfeo-toolbox.org/

Package: libotb-dev
Architecture: any
Section: libdevel
Depends: cmake (>= 2.8.3),
         libboost-date-time-dev,
         libboost-filesystem-dev,
         libboost-graph-dev,
         libboost-program-options-dev,
         libboost-system-dev,
         libboost-thread-dev,
         libgdal-dev (>= 1.10.0),
         libgeotiff-dev,
         libgl1-mesa-dev | libgl-dev,
         libglew-dev,
         libglfw3-dev,
         libinsighttoolkit4-dev,
         libkml-dev,
         libmuparser-dev,
         libmuparserx-dev,
         libopencv-dev,
         libopenthreads-dev,
         libossim-dev,
         libotbapplicationengine-@SOVERSION@ (= ${binary:Version}),
         libotbcarto-@SOVERSION@ (= ${binary:Version}),
         libotbcommandline-@SOVERSION@ (= ${binary:Version}),
         libotbcommon-@SOVERSION@ (= ${binary:Version}),
         libotbcurladapters-@SOVERSION@ (= ${binary:Version}),
         libotbextendedfilename-@SOVERSION@ (= ${binary:Version}),
         libotbfuzzy-@SOVERSION@ (= ${binary:Version}),
         libotbgdaladapters-@SOVERSION@ (= ${binary:Version}),
         libotbice-@SOVERSION@ (= ${binary:Version}),
         libotbimagebase-@SOVERSION@ (= ${binary:Version}),
         libotbimageio-@SOVERSION@ (= ${binary:Version}),
         libotbimagemanipulation-@SOVERSION@ (= ${binary:Version}),
         libotbiobsq-@SOVERSION@ (= ${binary:Version}),
         libotbiogdal-@SOVERSION@ (= ${binary:Version}),
         libotbiokml-@SOVERSION@ (= ${binary:Version}),
         libotbiolum-@SOVERSION@ (= ${binary:Version}),
         libotbiomstar-@SOVERSION@ (= ${binary:Version}),
         libotbioonera-@SOVERSION@ (= ${binary:Version}),
         libotbiorad-@SOVERSION@ (= ${binary:Version}),
         libotblearningbase-@SOVERSION@ (= ${binary:Version}),
         libotbmapla-@SOVERSION@ (= ${binary:Version}),
         libotbmathparser-@SOVERSION@ (= ${binary:Version}),
         libotbmathparserx-@SOVERSION@ (= ${binary:Version}),
         libotbmetadata-@SOVERSION@ (= ${binary:Version}),
         libotbmonteverdi-@SOVERSION@ (= ${binary:Version}),
         libotbmonteverdicore-@SOVERSION@ (= ${binary:Version}),
         libotbmonteverdigui-@SOVERSION@ (= ${binary:Version}),
         libotbossimadapters-@SOVERSION@ (= ${binary:Version}),
         libotbossimplugins-@SOVERSION@ (= ${binary:Version}),
         libotbpolarimetry-@SOVERSION@ (= ${binary:Version}),
         libotbprojection-@SOVERSION@ (= ${binary:Version}),
         libotbqtadapters-@SOVERSION@ (= ${binary:Version}),
         libotbqtwidget-@SOVERSION@ (= ${binary:Version}),
         libotbsampling-@SOVERSION@ (= ${binary:Version}),
         libotbsiftfast-@SOVERSION@ (= ${binary:Version}),
         libotbstatistics-@SOVERSION@ (= ${binary:Version}),
         libotbstreaming-@SOVERSION@ (= ${binary:Version}),
         libotbsupervised-@SOVERSION@ (= ${binary:Version}),
         libotbtestkernel-@SOVERSION@ (= ${binary:Version}),
         libotbvectordatabase-@SOVERSION@ (= ${binary:Version}),
         libotbvectordataio-@SOVERSION@ (= ${binary:Version}),
         libotbwavelet-@SOVERSION@ (= ${binary:Version}),
         libqwt-qt5-dev,
         libsvm-dev,
         monteverdi (= ${binary:Version}),
         otb-testdriver (= ${binary:Version}),
         ${misc:Depends}
Conflicts: libotb3-dev,
           libotb4-dev
Description: Free library of image processing algorithms - development
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the development files needed to build your own OTB
 applications and modules.

Package: otb-qgis
Architecture: any
Section: misc
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: ORFEO Toolbox library - otbQgisDescriptor
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the otbQgisDescriptor application.

Package: otb-testdriver
Architecture: any
Section: misc
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: ORFEO Toolbox library - OTBTestDriver
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBTestDriver application.

Package: libotbice-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIce
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIce shared library.

Package: libotbiolum-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIOLUM
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIOLUM shared library.

Package: libotbiomstar-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIOMSTAR
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIOMSTAR shared library.

Package: libotbioonera-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIOONERA
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIOONERA shared library.

Package: libotbiorad-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIORAD
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIORAD shared library.

Package: libotbiogdal-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIOGDAL
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIOGDAL shared library.

Package: libotbiobsq-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIOBSQ
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIOBSQ shared library.

Package: libotbiokml-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBIOKML
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBIOKML shared library.

Package: libotbcurladapters-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBCurlAdapters
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBCurlAdapters shared library.

Package: libotbossimadapters-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBOssimAdapters
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBOssimAdapters shared library.

Package: libotbsampling-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBSampling
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBSampling shared library.

Package: libotbsiftfast-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBSiftFast
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBSiftFast shared library.

Package: libotbstatistics-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBStatistics
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBStatistics shared library.

Package: libotbossimplugins-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBOssimPlugins
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBOssimPlugins shared library.

Package: libotbimagemanipulation-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBImageManipulation
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBImageManipulation shared library.

Package: libotbimageio-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBImageIO
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBImageIO shared library.

Package: libotbimagebase-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBImageBase
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBImageBase shared library.

Package: libotbgdaladapters-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBGdalAdapters
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBGdalAdapters shared library.

Package: libotbcommandline-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBCommandLine
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBCommandLine shared library.

Package: libotbcommon-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBCommon
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBCommon shared library.

Package: libotbcarto-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBCarto
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBCarto shared library.

Package: libotbpolarimetry-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBPolarimetry
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBPolarimetry shared library.

Package: libotbstreaming-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBStreaming
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBStreaming shared library.

Package: libotbextendedfilename-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBExtendedFileName
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBExtendedFileName shared library.

Package: libotbfuzzy-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBFuzzy
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBFuzzy shared library.

Package: libotblearningbase-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBLearningBase
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBLearningBase shared library.

Package: libotbmapla-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBMapla
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBMapla shared library.

Package: libotbmathparser-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBMathParser
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBMathParser shared library.

Package: libotbmathparserx-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBMathParserX
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBMathParserX shared library.

Package: libotbmetadata-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBMetadata
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBMetadata shared library.

Package: libotbmonteverdi-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBMonteverdi
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBMonteverdi shared library.

Package: libotbmonteverdicore-@SOVERSION@
Architecture: any
Section: libs
Depends: otb-i18n (>= ${source:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBMonteverdiCore
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBMonteverdiCore shared library.

Package: libotbmonteverdigui-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBMonteverdiGUI
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBMonteverdiGUI shared library.

Package: libotbprojection-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBProjection
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBProjection shared library.

Package: libotbtestkernel-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBTestKernel
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBTestKernel shared library.

Package: libotbvectordatabase-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBVectorDataBase
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBVectorDataBase shared library.

Package: libotbvectordataio-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBVectorDataIO
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBVectorDataIO shared library.

Package: libotbwavelet-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBWavelet
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBWavelet shared library.

Package: libotbsupervised-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBSupervised
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBSupervised shared library.

Package: libotbqtadapters-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBQtAdapters
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBQtAdapters shared library.

Package: libotbqtwidget-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBQtWidget
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBQtWidget shared library.

Package: libotbapplicationengine-@SOVERSION@
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ORFEO Toolbox library - OTBApplicationEngine
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the OTBApplicationEngine shared library.

Package: libotb-apps
Architecture: any
Section: libs
Depends: libotbapplicationengine-@SOVERSION@ (= ${binary:Version}),
         libotbcarto-@SOVERSION@ (= ${binary:Version}),
         libotbcommandline-@SOVERSION@ (= ${binary:Version}),
         libotbcommon-@SOVERSION@ (= ${binary:Version}),
         libotbcurladapters-@SOVERSION@ (= ${binary:Version}),
         libotbextendedfilename-@SOVERSION@ (= ${binary:Version}),
         libotbfuzzy-@SOVERSION@ (= ${binary:Version}),
         libotbgdaladapters-@SOVERSION@ (= ${binary:Version}),
         libotbice-@SOVERSION@ (= ${binary:Version}),
         libotbimagebase-@SOVERSION@ (= ${binary:Version}),
         libotbimageio-@SOVERSION@ (= ${binary:Version}),
         libotbimagemanipulation-@SOVERSION@ (= ${binary:Version}),
         libotbiobsq-@SOVERSION@ (= ${binary:Version}),
         libotbiogdal-@SOVERSION@ (= ${binary:Version}),
         libotbiokml-@SOVERSION@ (= ${binary:Version}),
         libotbiolum-@SOVERSION@ (= ${binary:Version}),
         libotbiomstar-@SOVERSION@ (= ${binary:Version}),
         libotbioonera-@SOVERSION@ (= ${binary:Version}),
         libotbiorad-@SOVERSION@ (= ${binary:Version}),
         libotblearningbase-@SOVERSION@ (= ${binary:Version}),
         libotbmapla-@SOVERSION@ (= ${binary:Version}),
         libotbmathparser-@SOVERSION@ (= ${binary:Version}),
         libotbmathparserx-@SOVERSION@ (= ${binary:Version}),
         libotbmetadata-@SOVERSION@ (= ${binary:Version}),
         libotbmonteverdi-@SOVERSION@ (= ${binary:Version}),
         libotbmonteverdicore-@SOVERSION@ (= ${binary:Version}),
         libotbmonteverdigui-@SOVERSION@ (= ${binary:Version}),
         libotbossimadapters-@SOVERSION@ (= ${binary:Version}),
         libotbossimplugins-@SOVERSION@ (= ${binary:Version}),
         libotbpolarimetry-@SOVERSION@ (= ${binary:Version}),
         libotbprojection-@SOVERSION@ (= ${binary:Version}),
         libotbqtadapters-@SOVERSION@ (= ${binary:Version}),
         libotbqtwidget-@SOVERSION@ (= ${binary:Version}),
         libotbsampling-@SOVERSION@ (= ${binary:Version}),
         libotbsiftfast-@SOVERSION@ (= ${binary:Version}),
         libotbstreaming-@SOVERSION@ (= ${binary:Version}),
         libotbsupervised-@SOVERSION@ (= ${binary:Version}),
         libotbtestkernel-@SOVERSION@ (= ${binary:Version}),
         libotbvectordatabase-@SOVERSION@ (= ${binary:Version}),
         libotbvectordataio-@SOVERSION@ (= ${binary:Version}),
         libotbwavelet-@SOVERSION@ (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: Plugins for ORFEO Toolbox applications
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the application plugins used by otb-bin(commandline)
 and otb-bin-qt(gui).

Package: monteverdi
Architecture: any
Section: utils
Depends: libotb (= ${binary:Version}),
         libqt5sql5-sqlite,
         otb-bin-qt (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: ORFEO Toolbox image processing GUI
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the monteverdi and mapla graphical applications.

Package: otb-bin
Architecture: any
Section: utils
Depends: libotbcommandline-@SOVERSION@ (= ${binary:Version}),
         libotb-apps (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: ORFEO Toolbox command line applications
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the command line application launcher than can
 run any OTB application provided by libotb-apps package.

Package: otb-bin-qt
Architecture: any
Section: utils
Depends: libotbqtwidget-@SOVERSION@ (= ${binary:Version}),
         libotb-apps (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: ORFEO Toolbox graphical user interface applications
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the GUI launcher that can run any OTB application
 provided by libotb-apps package.

Package: otb-i18n
Architecture: all
Multi-Arch: foreign
Section: misc
Depends: ${misc:Depends}
Description: ORFEO Toolbox translations
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This package contains the translations for OTB applications and libraries.

Package: libotb
Architecture: any
Section: metapackages
Depends: libotbapplicationengine-@SOVERSION@ (= ${binary:Version}),
         libotbcarto-@SOVERSION@ (= ${binary:Version}),
         libotbcommandline-@SOVERSION@ (= ${binary:Version}),
         libotbcommon-@SOVERSION@ (= ${binary:Version}),
         libotbcurladapters-@SOVERSION@ (= ${binary:Version}),
         libotbextendedfilename-@SOVERSION@ (= ${binary:Version}),
         libotbfuzzy-@SOVERSION@ (= ${binary:Version}),
         libotbgdaladapters-@SOVERSION@ (= ${binary:Version}),
         libotbice-@SOVERSION@ (= ${binary:Version}),
         libotbimagebase-@SOVERSION@ (= ${binary:Version}),
         libotbimageio-@SOVERSION@ (= ${binary:Version}),
         libotbimagemanipulation-@SOVERSION@ (= ${binary:Version}),
         libotbiobsq-@SOVERSION@ (= ${binary:Version}),
         libotbiogdal-@SOVERSION@ (= ${binary:Version}),
         libotbiokml-@SOVERSION@ (= ${binary:Version}),
         libotbiolum-@SOVERSION@ (= ${binary:Version}),
         libotbiomstar-@SOVERSION@ (= ${binary:Version}),
         libotbioonera-@SOVERSION@ (= ${binary:Version}),
         libotbiorad-@SOVERSION@ (= ${binary:Version}),
         libotblearningbase-@SOVERSION@ (= ${binary:Version}),
         libotbmathparser-@SOVERSION@ (= ${binary:Version}),
         libotbmathparserx-@SOVERSION@ (= ${binary:Version}),
         libotbmetadata-@SOVERSION@ (= ${binary:Version}),
         libotbossimadapters-@SOVERSION@ (= ${binary:Version}),
         libotbossimplugins-@SOVERSION@ (= ${binary:Version}),
         libotbpolarimetry-@SOVERSION@ (= ${binary:Version}),
         libotbprojection-@SOVERSION@ (= ${binary:Version}),
         libotbqtwidget-@SOVERSION@ (= ${binary:Version}),
         libotbsampling-@SOVERSION@ (= ${binary:Version}),
         libotbsiftfast-@SOVERSION@ (= ${binary:Version}),
         libotbstatistics-@SOVERSION@ (= ${binary:Version}),
         libotbstreaming-@SOVERSION@ (= ${binary:Version}),
         libotbsupervised-@SOVERSION@ (= ${binary:Version}),
         libotbtestkernel-@SOVERSION@ (= ${binary:Version}),
         libotbvectordatabase-@SOVERSION@ (= ${binary:Version}),
         libotbvectordataio-@SOVERSION@ (= ${binary:Version}),
         libotbwavelet-@SOVERSION@ (= ${binary:Version}),
         ${misc:Depends}
Description: ORFEO Toolbox library metapackage
 ORFEO Toolbox (OTB) is distributed as an open source library of image
 processing algorithms. OTB is based on the medical image processing library
 ITK and offers particular functionalities for remote sensing image processing
 in general and for high spatial resolution images in particular.
 .
 This metapackage provides all shared libraries used by OTB.