Skip to content

Commit 3740302

Browse files
committed
MINOR: [Release] Update .deb package names for 18.1.0
1 parent f82b047 commit 3740302

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
@@ -43,7 +43,7 @@ Build-Depends-Indep: libglib2.0-doc
4343
Standards-Version: 3.9.8
4444
Homepage: https://arrow.apache.org/
4545

46-
Package: libarrow1800
46+
Package: libarrow1801
4747
Section: libs
4848
Architecture: any
4949
Multi-Arch: same
@@ -63,73 +63,73 @@ Pre-Depends: ${misc:Pre-Depends}
6363
Depends:
6464
${misc:Depends},
6565
${shlibs:Depends},
66-
libarrow1800 (= ${binary:Version})
66+
libarrow1801 (= ${binary:Version})
6767
Description: Apache Arrow is a data processing library for analysis
6868
.
6969
This package provides tools.
7070

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

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

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

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

124-
Package: libarrow-flight-sql1800
124+
Package: libarrow-flight-sql1801
125125
Section: libs
126126
Architecture: any
127127
Multi-Arch: same
128128
Pre-Depends: ${misc:Pre-Depends}
129129
Depends:
130130
${misc:Depends},
131131
${shlibs:Depends},
132-
libarrow-flight1800 (= ${binary:Version})
132+
libarrow-flight1801 (= ${binary:Version})
133133
Description: Apache Arrow is a data processing library for analysis
134134
.
135135
This package provides C++ library files for Flight SQL system.
@@ -140,7 +140,7 @@ Architecture: any
140140
Multi-Arch: same
141141
Depends:
142142
${misc:Depends},
143-
libarrow1800 (= ${binary:Version}),
143+
libarrow1801 (= ${binary:Version}),
144144
@USE_SYSTEM_GRPC@ libabsl-dev,
145145
libbrotli-dev,
146146
libbz2-dev,
@@ -169,7 +169,7 @@ Multi-Arch: same
169169
Depends:
170170
${misc:Depends},
171171
libarrow-dev (= ${binary:Version}),
172-
libarrow-cuda1800 (= ${binary:Version})
172+
libarrow-cuda1801 (= ${binary:Version})
173173
Description: Apache Arrow is a data processing library for analysis
174174
.
175175
This package provides C++ header files for CUDA support.
@@ -180,7 +180,7 @@ Architecture: any
180180
Multi-Arch: same
181181
Depends:
182182
${misc:Depends},
183-
libarrow-acero1800 (= ${binary:Version}),
183+
libarrow-acero1801 (= ${binary:Version}),
184184
libparquet-dev (= ${binary:Version})
185185
Description: Apache Arrow is a data processing library for analysis
186186
.
@@ -193,7 +193,7 @@ Multi-Arch: same
193193
Depends:
194194
${misc:Depends},
195195
libarrow-acero-dev (= ${binary:Version}),
196-
libarrow-dataset1800 (= ${binary:Version}),
196+
libarrow-dataset1801 (= ${binary:Version}),
197197
libparquet-dev (= ${binary:Version})
198198
Description: Apache Arrow is a data processing library for analysis
199199
.
@@ -206,7 +206,7 @@ Multi-Arch: same
206206
Depends:
207207
${misc:Depends},
208208
libarrow-dev (= ${binary:Version}),
209-
libarrow-flight1800 (= ${binary:Version}),
209+
libarrow-flight1801 (= ${binary:Version}),
210210
libc-ares-dev,
211211
@USE_SYSTEM_GRPC@ libgrpc++-dev
212212
Description: Apache Arrow is a data processing library for analysis
@@ -220,20 +220,20 @@ Multi-Arch: same
220220
Depends:
221221
${misc:Depends},
222222
libarrow-flight-dev (= ${binary:Version}),
223-
libarrow-flight-sql1800 (= ${binary:Version})
223+
libarrow-flight-sql1801 (= ${binary:Version})
224224
Description: Apache Arrow is a data processing library for analysis
225225
.
226226
This package provides C++ header files for Flight SQL system.
227227

228-
Package: libgandiva1800
228+
Package: libgandiva1801
229229
Section: libs
230230
Architecture: any
231231
Multi-Arch: same
232232
Pre-Depends: ${misc:Pre-Depends}
233233
Depends:
234234
${misc:Depends},
235235
${shlibs:Depends},
236-
libarrow1800 (= ${binary:Version})
236+
libarrow1801 (= ${binary:Version})
237237
Description: Gandiva is a toolset for compiling and evaluating expressions
238238
on Arrow Data.
239239
.
@@ -246,13 +246,13 @@ Multi-Arch: same
246246
Depends:
247247
${misc:Depends},
248248
libarrow-dev (= ${binary:Version}),
249-
libgandiva1800 (= ${binary:Version})
249+
libgandiva1801 (= ${binary:Version})
250250
Description: Gandiva is a toolset for compiling and evaluating expressions
251251
on Arrow Data.
252252
.
253253
This package provides C++ header files.
254254

255-
Package: libparquet1800
255+
Package: libparquet1801
256256
Section: libs
257257
Architecture: any
258258
Multi-Arch: same
@@ -272,7 +272,7 @@ Pre-Depends: ${misc:Pre-Depends}
272272
Depends:
273273
${misc:Depends},
274274
${shlibs:Depends},
275-
libparquet1800 (= ${binary:Version})
275+
libparquet1801 (= ${binary:Version})
276276
Description: Apache Parquet is a columnar storage format
277277
.
278278
This package provides tools.
@@ -284,21 +284,21 @@ Multi-Arch: same
284284
Depends:
285285
${misc:Depends},
286286
libarrow-dev (= ${binary:Version}),
287-
libparquet1800 (= ${binary:Version}),
287+
libparquet1801 (= ${binary:Version}),
288288
libthrift-dev
289289
Description: Apache Parquet is a columnar storage format
290290
.
291291
This package provides C++ header files.
292292

293-
Package: libarrow-glib1800
293+
Package: libarrow-glib1801
294294
Section: libs
295295
Architecture: any
296296
Multi-Arch: same
297297
Pre-Depends: ${misc:Pre-Depends}
298298
Depends:
299299
${misc:Depends},
300300
${shlibs:Depends},
301-
libarrow1800 (= ${binary:Version})
301+
libarrow1801 (= ${binary:Version})
302302
Description: Apache Arrow is a data processing library for analysis
303303
.
304304
This package provides GLib based library files.
@@ -322,7 +322,7 @@ Depends:
322322
${misc:Depends},
323323
libglib2.0-dev,
324324
libarrow-acero-dev (= ${binary:Version}),
325-
libarrow-glib1800 (= ${binary:Version}),
325+
libarrow-glib1801 (= ${binary:Version}),
326326
gir1.2-arrow-1.0 (= ${binary:Version})
327327
Suggests: libarrow-glib-doc
328328
Description: Apache Arrow is a data processing library for analysis
@@ -340,16 +340,16 @@ Description: Apache Arrow is a data processing library for analysis
340340
.
341341
This package provides documentations.
342342

343-
Package: libarrow-cuda-glib1800
343+
Package: libarrow-cuda-glib1801
344344
Section: libs
345345
Architecture: @CUDA_ARCHITECTURE@
346346
Multi-Arch: same
347347
Pre-Depends: ${misc:Pre-Depends}
348348
Depends:
349349
${misc:Depends},
350350
${shlibs:Depends},
351-
libarrow-glib1800 (= ${binary:Version}),
352-
libarrow-cuda1800 (= ${binary:Version})
351+
libarrow-glib1801 (= ${binary:Version}),
352+
libarrow-cuda1801 (= ${binary:Version})
353353
Description: Apache Arrow is a data processing library for analysis
354354
.
355355
This package provides GLib based library files for CUDA support.
@@ -374,22 +374,22 @@ Depends:
374374
${misc:Depends},
375375
libarrow-cuda-dev (= ${binary:Version}),
376376
libarrow-glib-dev (= ${binary:Version}),
377-
libarrow-cuda-glib1800 (= ${binary:Version}),
377+
libarrow-cuda-glib1801 (= ${binary:Version}),
378378
gir1.2-arrow-cuda-1.0 (= ${binary:Version})
379379
Description: Apache Arrow is a data processing library for analysis
380380
.
381381
This package provides GLib based header files for CUDA support.
382382

383-
Package: libarrow-dataset-glib1800
383+
Package: libarrow-dataset-glib1801
384384
Section: libs
385385
Architecture: any
386386
Multi-Arch: same
387387
Pre-Depends: ${misc:Pre-Depends}
388388
Depends:
389389
${misc:Depends},
390390
${shlibs:Depends},
391-
libarrow-glib1800 (= ${binary:Version}),
392-
libarrow-dataset1800 (= ${binary:Version})
391+
libarrow-glib1801 (= ${binary:Version}),
392+
libarrow-dataset1801 (= ${binary:Version})
393393
Description: Apache Arrow is a data processing library for analysis
394394
.
395395
This package provides GLib based library files for dataset module.
@@ -414,7 +414,7 @@ Depends:
414414
${misc:Depends},
415415
libarrow-dataset-dev (= ${binary:Version}),
416416
libarrow-glib-dev (= ${binary:Version}),
417-
libarrow-dataset-glib1800 (= ${binary:Version}),
417+
libarrow-dataset-glib1801 (= ${binary:Version}),
418418
gir1.2-arrow-dataset-1.0 (= ${binary:Version})
419419
Description: Apache Arrow is a data processing library for analysis
420420
.
@@ -431,16 +431,16 @@ Description: Apache Arrow is a data processing library for analysis
431431
.
432432
This package provides documentations for dataset module.
433433

434-
Package: libarrow-flight-glib1800
434+
Package: libarrow-flight-glib1801
435435
Section: libs
436436
Architecture: any
437437
Multi-Arch: same
438438
Pre-Depends: ${misc:Pre-Depends}
439439
Depends:
440440
${misc:Depends},
441441
${shlibs:Depends},
442-
libarrow-glib1800 (= ${binary:Version}),
443-
libarrow-flight1800 (= ${binary:Version})
442+
libarrow-glib1801 (= ${binary:Version}),
443+
libarrow-flight1801 (= ${binary:Version})
444444
Description: Apache Arrow is a data processing library for analysis
445445
.
446446
This package provides GLib based library files for Apache Arrow Flight.
@@ -466,7 +466,7 @@ Depends:
466466
${misc:Depends},
467467
libarrow-flight-dev (= ${binary:Version}),
468468
libarrow-glib-dev (= ${binary:Version}),
469-
libarrow-flight-glib1800 (= ${binary:Version}),
469+
libarrow-flight-glib1801 (= ${binary:Version}),
470470
gir1.2-arrow-flight-1.0 (= ${binary:Version})
471471
Description: Apache Arrow is a data processing library for analysis
472472
.
@@ -483,16 +483,16 @@ Description: Apache Arrow is a data processing library for analysis
483483
.
484484
This package provides documentations for Apache Arrow Flight.
485485

486-
Package: libarrow-flight-sql-glib1800
486+
Package: libarrow-flight-sql-glib1801
487487
Section: libs
488488
Architecture: any
489489
Multi-Arch: same
490490
Pre-Depends: ${misc:Pre-Depends}
491491
Depends:
492492
${misc:Depends},
493493
${shlibs:Depends},
494-
libarrow-flight-glib1800 (= ${binary:Version}),
495-
libarrow-flight-sql1800 (= ${binary:Version})
494+
libarrow-flight-glib1801 (= ${binary:Version}),
495+
libarrow-flight-sql1801 (= ${binary:Version})
496496
Description: Apache Arrow is a data processing library for analysis
497497
.
498498
This package provides GLib based library files for Apache Arrow Flight SQL.
@@ -518,7 +518,7 @@ Depends:
518518
${misc:Depends},
519519
libarrow-flight-sql-dev (= ${binary:Version}),
520520
libarrow-flight-glib-dev (= ${binary:Version}),
521-
libarrow-flight-sql-glib1800 (= ${binary:Version}),
521+
libarrow-flight-sql-glib1801 (= ${binary:Version}),
522522
gir1.2-arrow-flight-sql-1.0 (= ${binary:Version})
523523
Description: Apache Arrow is a data processing library for analysis
524524
.
@@ -535,16 +535,16 @@ Description: Apache Arrow is a data processing library for analysis
535535
.
536536
This package provides documentations for Apache Arrow Flight SQL.
537537

538-
Package: libgandiva-glib1800
538+
Package: libgandiva-glib1801
539539
Section: libs
540540
Architecture: any
541541
Multi-Arch: same
542542
Pre-Depends: ${misc:Pre-Depends}
543543
Depends:
544544
${misc:Depends},
545545
${shlibs:Depends},
546-
libarrow-glib1800 (= ${binary:Version}),
547-
libgandiva1800 (= ${binary:Version})
546+
libarrow-glib1801 (= ${binary:Version}),
547+
libgandiva1801 (= ${binary:Version})
548548
Description: Gandiva is a toolset for compiling and evaluating expressions
549549
on Arrow Data.
550550
.
@@ -571,7 +571,7 @@ Depends:
571571
${misc:Depends},
572572
libgandiva-dev (= ${binary:Version}),
573573
libarrow-glib-dev (= ${binary:Version}),
574-
libgandiva-glib1800 (= ${binary:Version}),
574+
libgandiva-glib1801 (= ${binary:Version}),
575575
gir1.2-gandiva-1.0 (= ${binary:Version})
576576
Description: Gandiva is a toolset for compiling and evaluating expressions
577577
on Arrow Data.
@@ -590,16 +590,16 @@ Description: Gandiva is a toolset for compiling and evaluating expressions
590590
.
591591
This package provides documentations.
592592

593-
Package: libparquet-glib1800
593+
Package: libparquet-glib1801
594594
Section: libs
595595
Architecture: any
596596
Multi-Arch: same
597597
Pre-Depends: ${misc:Pre-Depends}
598598
Depends:
599599
${misc:Depends},
600600
${shlibs:Depends},
601-
libarrow-glib1800 (= ${binary:Version}),
602-
libparquet1800 (= ${binary:Version})
601+
libarrow-glib1801 (= ${binary:Version}),
602+
libparquet1801 (= ${binary:Version})
603603
Description: Apache Parquet is a columnar storage format
604604
.
605605
This package provides GLib based library files.
@@ -624,7 +624,7 @@ Depends:
624624
${misc:Depends},
625625
libarrow-glib-dev (= ${binary:Version}),
626626
libparquet-dev (= ${binary:Version}),
627-
libparquet-glib1800 (= ${binary:Version}),
627+
libparquet-glib1801 (= ${binary:Version}),
628628
gir1.2-parquet-1.0 (= ${binary:Version})
629629
Suggests: libparquet-glib-doc
630630
Description: Apache Parquet is a columnar storage format

0 commit comments

Comments
 (0)