Skip to content

Commit c66b3f1

Browse files
committed
MINOR: [Release] Update .deb package names for 18.0.0
1 parent 5224f20 commit c66b3f1

17 files changed

+82
-82
lines changed

dev/tasks/linux-packages/apache-arrow/debian/control.in

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Build-Depends-Indep: libglib2.0-doc
4242
Standards-Version: 3.9.8
4343
Homepage: https://arrow.apache.org/
4444

45-
Package: libarrow1700
45+
Package: libarrow1800
4646
Section: libs
4747
Architecture: any
4848
Multi-Arch: same
@@ -62,73 +62,73 @@ Pre-Depends: ${misc:Pre-Depends}
6262
Depends:
6363
${misc:Depends},
6464
${shlibs:Depends},
65-
libarrow1700 (= ${binary:Version})
65+
libarrow1800 (= ${binary:Version})
6666
Description: Apache Arrow is a data processing library for analysis
6767
.
6868
This package provides tools.
6969

70-
Package: libarrow-cuda1700
70+
Package: libarrow-cuda1800
7171
Section: libs
7272
Architecture: @CUDA_ARCHITECTURE@
7373
Multi-Arch: same
7474
Pre-Depends: ${misc:Pre-Depends}
7575
Depends:
7676
${misc:Depends},
7777
${shlibs:Depends},
78-
libarrow1700 (= ${binary:Version})
78+
libarrow1800 (= ${binary:Version})
7979
Description: Apache Arrow is a data processing library for analysis
8080
.
8181
This package provides C++ library files for CUDA support.
8282

83-
Package: libarrow-acero1700
83+
Package: libarrow-acero1800
8484
Section: libs
8585
Architecture: any
8686
Multi-Arch: same
8787
Pre-Depends: ${misc:Pre-Depends}
8888
Depends:
8989
${misc:Depends},
9090
${shlibs:Depends},
91-
libarrow1700 (= ${binary:Version})
91+
libarrow1800 (= ${binary:Version})
9292
Description: Apache Arrow is a data processing library for analysis
9393
.
9494
This package provides C++ library files for Acero module.
9595

96-
Package: libarrow-dataset1700
96+
Package: libarrow-dataset1800
9797
Section: libs
9898
Architecture: any
9999
Multi-Arch: same
100100
Pre-Depends: ${misc:Pre-Depends}
101101
Depends:
102102
${misc:Depends},
103103
${shlibs:Depends},
104-
libarrow-acero1700 (= ${binary:Version}),
105-
libparquet1700 (= ${binary:Version})
104+
libarrow-acero1800 (= ${binary:Version}),
105+
libparquet1800 (= ${binary:Version})
106106
Description: Apache Arrow is a data processing library for analysis
107107
.
108108
This package provides C++ library files for Dataset module.
109109

110-
Package: libarrow-flight1700
110+
Package: libarrow-flight1800
111111
Section: libs
112112
Architecture: any
113113
Multi-Arch: same
114114
Pre-Depends: ${misc:Pre-Depends}
115115
Depends:
116116
${misc:Depends},
117117
${shlibs:Depends},
118-
libarrow1700 (= ${binary:Version})
118+
libarrow1800 (= ${binary:Version})
119119
Description: Apache Arrow is a data processing library for analysis
120120
.
121121
This package provides C++ library files for Flight RPC system.
122122

123-
Package: libarrow-flight-sql1700
123+
Package: libarrow-flight-sql1800
124124
Section: libs
125125
Architecture: any
126126
Multi-Arch: same
127127
Pre-Depends: ${misc:Pre-Depends}
128128
Depends:
129129
${misc:Depends},
130130
${shlibs:Depends},
131-
libarrow-flight1700 (= ${binary:Version})
131+
libarrow-flight1800 (= ${binary:Version})
132132
Description: Apache Arrow is a data processing library for analysis
133133
.
134134
This package provides C++ library files for Flight SQL system.
@@ -139,7 +139,7 @@ Architecture: any
139139
Multi-Arch: same
140140
Depends:
141141
${misc:Depends},
142-
libarrow1700 (= ${binary:Version}),
142+
libarrow1800 (= ${binary:Version}),
143143
@USE_SYSTEM_GRPC@ libabsl-dev,
144144
libbrotli-dev,
145145
libbz2-dev,
@@ -167,7 +167,7 @@ Multi-Arch: same
167167
Depends:
168168
${misc:Depends},
169169
libarrow-dev (= ${binary:Version}),
170-
libarrow-cuda1700 (= ${binary:Version})
170+
libarrow-cuda1800 (= ${binary:Version})
171171
Description: Apache Arrow is a data processing library for analysis
172172
.
173173
This package provides C++ header files for CUDA support.
@@ -178,7 +178,7 @@ Architecture: any
178178
Multi-Arch: same
179179
Depends:
180180
${misc:Depends},
181-
libarrow-acero1700 (= ${binary:Version}),
181+
libarrow-acero1800 (= ${binary:Version}),
182182
libparquet-dev (= ${binary:Version})
183183
Description: Apache Arrow is a data processing library for analysis
184184
.
@@ -191,7 +191,7 @@ Multi-Arch: same
191191
Depends:
192192
${misc:Depends},
193193
libarrow-acero-dev (= ${binary:Version}),
194-
libarrow-dataset1700 (= ${binary:Version}),
194+
libarrow-dataset1800 (= ${binary:Version}),
195195
libparquet-dev (= ${binary:Version})
196196
Description: Apache Arrow is a data processing library for analysis
197197
.
@@ -204,7 +204,7 @@ Multi-Arch: same
204204
Depends:
205205
${misc:Depends},
206206
libarrow-dev (= ${binary:Version}),
207-
libarrow-flight1700 (= ${binary:Version}),
207+
libarrow-flight1800 (= ${binary:Version}),
208208
libc-ares-dev,
209209
@USE_SYSTEM_GRPC@ libgrpc++-dev
210210
Description: Apache Arrow is a data processing library for analysis
@@ -218,20 +218,20 @@ Multi-Arch: same
218218
Depends:
219219
${misc:Depends},
220220
libarrow-flight-dev (= ${binary:Version}),
221-
libarrow-flight-sql1700 (= ${binary:Version})
221+
libarrow-flight-sql1800 (= ${binary:Version})
222222
Description: Apache Arrow is a data processing library for analysis
223223
.
224224
This package provides C++ header files for Flight SQL system.
225225

226-
Package: libgandiva1700
226+
Package: libgandiva1800
227227
Section: libs
228228
Architecture: any
229229
Multi-Arch: same
230230
Pre-Depends: ${misc:Pre-Depends}
231231
Depends:
232232
${misc:Depends},
233233
${shlibs:Depends},
234-
libarrow1700 (= ${binary:Version})
234+
libarrow1800 (= ${binary:Version})
235235
Description: Gandiva is a toolset for compiling and evaluating expressions
236236
on Arrow Data.
237237
.
@@ -244,13 +244,13 @@ Multi-Arch: same
244244
Depends:
245245
${misc:Depends},
246246
libarrow-dev (= ${binary:Version}),
247-
libgandiva1700 (= ${binary:Version})
247+
libgandiva1800 (= ${binary:Version})
248248
Description: Gandiva is a toolset for compiling and evaluating expressions
249249
on Arrow Data.
250250
.
251251
This package provides C++ header files.
252252

253-
Package: libparquet1700
253+
Package: libparquet1800
254254
Section: libs
255255
Architecture: any
256256
Multi-Arch: same
@@ -270,7 +270,7 @@ Pre-Depends: ${misc:Pre-Depends}
270270
Depends:
271271
${misc:Depends},
272272
${shlibs:Depends},
273-
libparquet1700 (= ${binary:Version})
273+
libparquet1800 (= ${binary:Version})
274274
Description: Apache Parquet is a columnar storage format
275275
.
276276
This package provides tools.
@@ -282,21 +282,21 @@ Multi-Arch: same
282282
Depends:
283283
${misc:Depends},
284284
libarrow-dev (= ${binary:Version}),
285-
libparquet1700 (= ${binary:Version}),
285+
libparquet1800 (= ${binary:Version}),
286286
libthrift-dev
287287
Description: Apache Parquet is a columnar storage format
288288
.
289289
This package provides C++ header files.
290290

291-
Package: libarrow-glib1700
291+
Package: libarrow-glib1800
292292
Section: libs
293293
Architecture: any
294294
Multi-Arch: same
295295
Pre-Depends: ${misc:Pre-Depends}
296296
Depends:
297297
${misc:Depends},
298298
${shlibs:Depends},
299-
libarrow1700 (= ${binary:Version})
299+
libarrow1800 (= ${binary:Version})
300300
Description: Apache Arrow is a data processing library for analysis
301301
.
302302
This package provides GLib based library files.
@@ -320,7 +320,7 @@ Depends:
320320
${misc:Depends},
321321
libglib2.0-dev,
322322
libarrow-acero-dev (= ${binary:Version}),
323-
libarrow-glib1700 (= ${binary:Version}),
323+
libarrow-glib1800 (= ${binary:Version}),
324324
gir1.2-arrow-1.0 (= ${binary:Version})
325325
Suggests: libarrow-glib-doc
326326
Description: Apache Arrow is a data processing library for analysis
@@ -338,16 +338,16 @@ Description: Apache Arrow is a data processing library for analysis
338338
.
339339
This package provides documentations.
340340

341-
Package: libarrow-cuda-glib1700
341+
Package: libarrow-cuda-glib1800
342342
Section: libs
343343
Architecture: @CUDA_ARCHITECTURE@
344344
Multi-Arch: same
345345
Pre-Depends: ${misc:Pre-Depends}
346346
Depends:
347347
${misc:Depends},
348348
${shlibs:Depends},
349-
libarrow-glib1700 (= ${binary:Version}),
350-
libarrow-cuda1700 (= ${binary:Version})
349+
libarrow-glib1800 (= ${binary:Version}),
350+
libarrow-cuda1800 (= ${binary:Version})
351351
Description: Apache Arrow is a data processing library for analysis
352352
.
353353
This package provides GLib based library files for CUDA support.
@@ -372,22 +372,22 @@ Depends:
372372
${misc:Depends},
373373
libarrow-cuda-dev (= ${binary:Version}),
374374
libarrow-glib-dev (= ${binary:Version}),
375-
libarrow-cuda-glib1700 (= ${binary:Version}),
375+
libarrow-cuda-glib1800 (= ${binary:Version}),
376376
gir1.2-arrow-cuda-1.0 (= ${binary:Version})
377377
Description: Apache Arrow is a data processing library for analysis
378378
.
379379
This package provides GLib based header files for CUDA support.
380380

381-
Package: libarrow-dataset-glib1700
381+
Package: libarrow-dataset-glib1800
382382
Section: libs
383383
Architecture: any
384384
Multi-Arch: same
385385
Pre-Depends: ${misc:Pre-Depends}
386386
Depends:
387387
${misc:Depends},
388388
${shlibs:Depends},
389-
libarrow-glib1700 (= ${binary:Version}),
390-
libarrow-dataset1700 (= ${binary:Version})
389+
libarrow-glib1800 (= ${binary:Version}),
390+
libarrow-dataset1800 (= ${binary:Version})
391391
Description: Apache Arrow is a data processing library for analysis
392392
.
393393
This package provides GLib based library files for dataset module.
@@ -412,7 +412,7 @@ Depends:
412412
${misc:Depends},
413413
libarrow-dataset-dev (= ${binary:Version}),
414414
libarrow-glib-dev (= ${binary:Version}),
415-
libarrow-dataset-glib1700 (= ${binary:Version}),
415+
libarrow-dataset-glib1800 (= ${binary:Version}),
416416
gir1.2-arrow-dataset-1.0 (= ${binary:Version})
417417
Description: Apache Arrow is a data processing library for analysis
418418
.
@@ -429,16 +429,16 @@ Description: Apache Arrow is a data processing library for analysis
429429
.
430430
This package provides documentations for dataset module.
431431

432-
Package: libarrow-flight-glib1700
432+
Package: libarrow-flight-glib1800
433433
Section: libs
434434
Architecture: any
435435
Multi-Arch: same
436436
Pre-Depends: ${misc:Pre-Depends}
437437
Depends:
438438
${misc:Depends},
439439
${shlibs:Depends},
440-
libarrow-glib1700 (= ${binary:Version}),
441-
libarrow-flight1700 (= ${binary:Version})
440+
libarrow-glib1800 (= ${binary:Version}),
441+
libarrow-flight1800 (= ${binary:Version})
442442
Description: Apache Arrow is a data processing library for analysis
443443
.
444444
This package provides GLib based library files for Apache Arrow Flight.
@@ -464,7 +464,7 @@ Depends:
464464
${misc:Depends},
465465
libarrow-flight-dev (= ${binary:Version}),
466466
libarrow-glib-dev (= ${binary:Version}),
467-
libarrow-flight-glib1700 (= ${binary:Version}),
467+
libarrow-flight-glib1800 (= ${binary:Version}),
468468
gir1.2-arrow-flight-1.0 (= ${binary:Version})
469469
Description: Apache Arrow is a data processing library for analysis
470470
.
@@ -481,16 +481,16 @@ Description: Apache Arrow is a data processing library for analysis
481481
.
482482
This package provides documentations for Apache Arrow Flight.
483483

484-
Package: libarrow-flight-sql-glib1700
484+
Package: libarrow-flight-sql-glib1800
485485
Section: libs
486486
Architecture: any
487487
Multi-Arch: same
488488
Pre-Depends: ${misc:Pre-Depends}
489489
Depends:
490490
${misc:Depends},
491491
${shlibs:Depends},
492-
libarrow-flight-glib1700 (= ${binary:Version}),
493-
libarrow-flight-sql1700 (= ${binary:Version})
492+
libarrow-flight-glib1800 (= ${binary:Version}),
493+
libarrow-flight-sql1800 (= ${binary:Version})
494494
Description: Apache Arrow is a data processing library for analysis
495495
.
496496
This package provides GLib based library files for Apache Arrow Flight SQL.
@@ -516,7 +516,7 @@ Depends:
516516
${misc:Depends},
517517
libarrow-flight-sql-dev (= ${binary:Version}),
518518
libarrow-flight-glib-dev (= ${binary:Version}),
519-
libarrow-flight-sql-glib1700 (= ${binary:Version}),
519+
libarrow-flight-sql-glib1800 (= ${binary:Version}),
520520
gir1.2-arrow-flight-sql-1.0 (= ${binary:Version})
521521
Description: Apache Arrow is a data processing library for analysis
522522
.
@@ -533,16 +533,16 @@ Description: Apache Arrow is a data processing library for analysis
533533
.
534534
This package provides documentations for Apache Arrow Flight SQL.
535535

536-
Package: libgandiva-glib1700
536+
Package: libgandiva-glib1800
537537
Section: libs
538538
Architecture: any
539539
Multi-Arch: same
540540
Pre-Depends: ${misc:Pre-Depends}
541541
Depends:
542542
${misc:Depends},
543543
${shlibs:Depends},
544-
libarrow-glib1700 (= ${binary:Version}),
545-
libgandiva1700 (= ${binary:Version})
544+
libarrow-glib1800 (= ${binary:Version}),
545+
libgandiva1800 (= ${binary:Version})
546546
Description: Gandiva is a toolset for compiling and evaluating expressions
547547
on Arrow Data.
548548
.
@@ -569,7 +569,7 @@ Depends:
569569
${misc:Depends},
570570
libgandiva-dev (= ${binary:Version}),
571571
libarrow-glib-dev (= ${binary:Version}),
572-
libgandiva-glib1700 (= ${binary:Version}),
572+
libgandiva-glib1800 (= ${binary:Version}),
573573
gir1.2-gandiva-1.0 (= ${binary:Version})
574574
Description: Gandiva is a toolset for compiling and evaluating expressions
575575
on Arrow Data.
@@ -588,16 +588,16 @@ Description: Gandiva is a toolset for compiling and evaluating expressions
588588
.
589589
This package provides documentations.
590590

591-
Package: libparquet-glib1700
591+
Package: libparquet-glib1800
592592
Section: libs
593593
Architecture: any
594594
Multi-Arch: same
595595
Pre-Depends: ${misc:Pre-Depends}
596596
Depends:
597597
${misc:Depends},
598598
${shlibs:Depends},
599-
libarrow-glib1700 (= ${binary:Version}),
600-
libparquet1700 (= ${binary:Version})
599+
libarrow-glib1800 (= ${binary:Version}),
600+
libparquet1800 (= ${binary:Version})
601601
Description: Apache Parquet is a columnar storage format
602602
.
603603
This package provides GLib based library files.
@@ -622,7 +622,7 @@ Depends:
622622
${misc:Depends},
623623
libarrow-glib-dev (= ${binary:Version}),
624624
libparquet-dev (= ${binary:Version}),
625-
libparquet-glib1700 (= ${binary:Version}),
625+
libparquet-glib1800 (= ${binary:Version}),
626626
gir1.2-parquet-1.0 (= ${binary:Version})
627627
Suggests: libparquet-glib-doc
628628
Description: Apache Parquet is a columnar storage format

0 commit comments

Comments
 (0)