@@ -42,7 +42,7 @@ Build-Depends-Indep: libglib2.0-doc
4242Standards-Version: 3.9.8
4343Homepage: https://arrow.apache.org/
4444
45- Package: libarrow2000
45+ Package: libarrow2100
4646Section: libs
4747Architecture: any
4848Multi-Arch: same
@@ -62,73 +62,73 @@ Pre-Depends: ${misc:Pre-Depends}
6262Depends:
6363 ${misc:Depends},
6464 ${shlibs:Depends},
65- libarrow2000 (= ${binary:Version})
65+ libarrow2100 (= ${binary:Version})
6666Description: Apache Arrow is a data processing library for analysis
6767 .
6868 This package provides tools.
6969
70- Package: libarrow-cuda2000
70+ Package: libarrow-cuda2100
7171Section: libs
7272Architecture: @CUDA_ARCHITECTURE@
7373Multi-Arch: same
7474Pre-Depends: ${misc:Pre-Depends}
7575Depends:
7676 ${misc:Depends},
7777 ${shlibs:Depends},
78- libarrow2000 (= ${binary:Version})
78+ libarrow2100 (= ${binary:Version})
7979Description: Apache Arrow is a data processing library for analysis
8080 .
8181 This package provides C++ library files for CUDA support.
8282
83- Package: libarrow-acero2000
83+ Package: libarrow-acero2100
8484Section: libs
8585Architecture: any
8686Multi-Arch: same
8787Pre-Depends: ${misc:Pre-Depends}
8888Depends:
8989 ${misc:Depends},
9090 ${shlibs:Depends},
91- libarrow2000 (= ${binary:Version})
91+ libarrow2100 (= ${binary:Version})
9292Description: Apache Arrow is a data processing library for analysis
9393 .
9494 This package provides C++ library files for Acero module.
9595
96- Package: libarrow-dataset2000
96+ Package: libarrow-dataset2100
9797Section: libs
9898Architecture: any
9999Multi-Arch: same
100100Pre-Depends: ${misc:Pre-Depends}
101101Depends:
102102 ${misc:Depends},
103103 ${shlibs:Depends},
104- libarrow-acero2000 (= ${binary:Version}),
105- libparquet2000 (= ${binary:Version})
104+ libarrow-acero2100 (= ${binary:Version}),
105+ libparquet2100 (= ${binary:Version})
106106Description: Apache Arrow is a data processing library for analysis
107107 .
108108 This package provides C++ library files for Dataset module.
109109
110- Package: libarrow-flight2000
110+ Package: libarrow-flight2100
111111Section: libs
112112Architecture: any
113113Multi-Arch: same
114114Pre-Depends: ${misc:Pre-Depends}
115115Depends:
116116 ${misc:Depends},
117117 ${shlibs:Depends},
118- libarrow2000 (= ${binary:Version})
118+ libarrow2100 (= ${binary:Version})
119119Description: 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-sql2000
123+ Package: libarrow-flight-sql2100
124124Section: libs
125125Architecture: any
126126Multi-Arch: same
127127Pre-Depends: ${misc:Pre-Depends}
128128Depends:
129129 ${misc:Depends},
130130 ${shlibs:Depends},
131- libarrow-flight2000 (= ${binary:Version})
131+ libarrow-flight2100 (= ${binary:Version})
132132Description: Apache Arrow is a data processing library for analysis
133133 .
134134 This package provides C++ library files for Flight SQL system.
@@ -140,7 +140,7 @@ Multi-Arch: same
140140Depends:
141141 ${misc:Depends},
142142 libabsl-dev,
143- libarrow2000 (= ${binary:Version}),
143+ libarrow2100 (= ${binary:Version}),
144144 libbrotli-dev,
145145 libbz2-dev,
146146 libc-ares-dev,
@@ -168,7 +168,7 @@ Multi-Arch: same
168168Depends:
169169 ${misc:Depends},
170170 libarrow-dev (= ${binary:Version}),
171- libarrow-cuda2000 (= ${binary:Version})
171+ libarrow-cuda2100 (= ${binary:Version})
172172Description: Apache Arrow is a data processing library for analysis
173173 .
174174 This package provides C++ header files for CUDA support.
@@ -179,7 +179,7 @@ Architecture: any
179179Multi-Arch: same
180180Depends:
181181 ${misc:Depends},
182- libarrow-acero2000 (= ${binary:Version}),
182+ libarrow-acero2100 (= ${binary:Version}),
183183 libparquet-dev (= ${binary:Version})
184184Description: Apache Arrow is a data processing library for analysis
185185 .
@@ -192,7 +192,7 @@ Multi-Arch: same
192192Depends:
193193 ${misc:Depends},
194194 libarrow-acero-dev (= ${binary:Version}),
195- libarrow-dataset2000 (= ${binary:Version}),
195+ libarrow-dataset2100 (= ${binary:Version}),
196196 libparquet-dev (= ${binary:Version})
197197Description: Apache Arrow is a data processing library for analysis
198198 .
@@ -205,7 +205,7 @@ Multi-Arch: same
205205Depends:
206206 ${misc:Depends},
207207 libarrow-dev (= ${binary:Version}),
208- libarrow-flight2000 (= ${binary:Version}),
208+ libarrow-flight2100 (= ${binary:Version}),
209209 libc-ares-dev,
210210 libgrpc++-dev
211211Description: Apache Arrow is a data processing library for analysis
@@ -219,20 +219,20 @@ Multi-Arch: same
219219Depends:
220220 ${misc:Depends},
221221 libarrow-flight-dev (= ${binary:Version}),
222- libarrow-flight-sql2000 (= ${binary:Version})
222+ libarrow-flight-sql2100 (= ${binary:Version})
223223Description: Apache Arrow is a data processing library for analysis
224224 .
225225 This package provides C++ header files for Flight SQL system.
226226
227- Package: libgandiva2000
227+ Package: libgandiva2100
228228Section: libs
229229Architecture: any
230230Multi-Arch: same
231231Pre-Depends: ${misc:Pre-Depends}
232232Depends:
233233 ${misc:Depends},
234234 ${shlibs:Depends},
235- libarrow2000 (= ${binary:Version})
235+ libarrow2100 (= ${binary:Version})
236236Description: Gandiva is a toolset for compiling and evaluating expressions
237237 on Arrow Data.
238238 .
@@ -245,13 +245,13 @@ Multi-Arch: same
245245Depends:
246246 ${misc:Depends},
247247 libarrow-dev (= ${binary:Version}),
248- libgandiva2000 (= ${binary:Version})
248+ libgandiva2100 (= ${binary:Version})
249249Description: Gandiva is a toolset for compiling and evaluating expressions
250250 on Arrow Data.
251251 .
252252 This package provides C++ header files.
253253
254- Package: libparquet2000
254+ Package: libparquet2100
255255Section: libs
256256Architecture: any
257257Multi-Arch: same
@@ -271,7 +271,7 @@ Pre-Depends: ${misc:Pre-Depends}
271271Depends:
272272 ${misc:Depends},
273273 ${shlibs:Depends},
274- libparquet2000 (= ${binary:Version})
274+ libparquet2100 (= ${binary:Version})
275275Description: Apache Parquet is a columnar storage format
276276 .
277277 This package provides tools.
@@ -283,21 +283,21 @@ Multi-Arch: same
283283Depends:
284284 ${misc:Depends},
285285 libarrow-dev (= ${binary:Version}),
286- libparquet2000 (= ${binary:Version}),
286+ libparquet2100 (= ${binary:Version}),
287287 libthrift-dev
288288Description: Apache Parquet is a columnar storage format
289289 .
290290 This package provides C++ header files.
291291
292- Package: libarrow-glib2000
292+ Package: libarrow-glib2100
293293Section: libs
294294Architecture: any
295295Multi-Arch: same
296296Pre-Depends: ${misc:Pre-Depends}
297297Depends:
298298 ${misc:Depends},
299299 ${shlibs:Depends},
300- libarrow2000 (= ${binary:Version})
300+ libarrow2100 (= ${binary:Version})
301301Description: Apache Arrow is a data processing library for analysis
302302 .
303303 This package provides GLib based library files.
@@ -321,7 +321,7 @@ Depends:
321321 ${misc:Depends},
322322 libglib2.0-dev,
323323 libarrow-acero-dev (= ${binary:Version}),
324- libarrow-glib2000 (= ${binary:Version}),
324+ libarrow-glib2100 (= ${binary:Version}),
325325 gir1.2-arrow-1.0 (= ${binary:Version})
326326Suggests: libarrow-glib-doc
327327Description: Apache Arrow is a data processing library for analysis
@@ -339,16 +339,16 @@ Description: Apache Arrow is a data processing library for analysis
339339 .
340340 This package provides documentations.
341341
342- Package: libarrow-cuda-glib2000
342+ Package: libarrow-cuda-glib2100
343343Section: libs
344344Architecture: @CUDA_ARCHITECTURE@
345345Multi-Arch: same
346346Pre-Depends: ${misc:Pre-Depends}
347347Depends:
348348 ${misc:Depends},
349349 ${shlibs:Depends},
350- libarrow-glib2000 (= ${binary:Version}),
351- libarrow-cuda2000 (= ${binary:Version})
350+ libarrow-glib2100 (= ${binary:Version}),
351+ libarrow-cuda2100 (= ${binary:Version})
352352Description: Apache Arrow is a data processing library for analysis
353353 .
354354 This package provides GLib based library files for CUDA support.
@@ -373,22 +373,22 @@ Depends:
373373 ${misc:Depends},
374374 libarrow-cuda-dev (= ${binary:Version}),
375375 libarrow-glib-dev (= ${binary:Version}),
376- libarrow-cuda-glib2000 (= ${binary:Version}),
376+ libarrow-cuda-glib2100 (= ${binary:Version}),
377377 gir1.2-arrow-cuda-1.0 (= ${binary:Version})
378378Description: Apache Arrow is a data processing library for analysis
379379 .
380380 This package provides GLib based header files for CUDA support.
381381
382- Package: libarrow-dataset-glib2000
382+ Package: libarrow-dataset-glib2100
383383Section: libs
384384Architecture: any
385385Multi-Arch: same
386386Pre-Depends: ${misc:Pre-Depends}
387387Depends:
388388 ${misc:Depends},
389389 ${shlibs:Depends},
390- libarrow-glib2000 (= ${binary:Version}),
391- libarrow-dataset2000 (= ${binary:Version})
390+ libarrow-glib2100 (= ${binary:Version}),
391+ libarrow-dataset2100 (= ${binary:Version})
392392Description: Apache Arrow is a data processing library for analysis
393393 .
394394 This package provides GLib based library files for dataset module.
@@ -413,7 +413,7 @@ Depends:
413413 ${misc:Depends},
414414 libarrow-dataset-dev (= ${binary:Version}),
415415 libarrow-glib-dev (= ${binary:Version}),
416- libarrow-dataset-glib2000 (= ${binary:Version}),
416+ libarrow-dataset-glib2100 (= ${binary:Version}),
417417 gir1.2-arrow-dataset-1.0 (= ${binary:Version})
418418Description: Apache Arrow is a data processing library for analysis
419419 .
@@ -430,16 +430,16 @@ Description: Apache Arrow is a data processing library for analysis
430430 .
431431 This package provides documentations for dataset module.
432432
433- Package: libarrow-flight-glib2000
433+ Package: libarrow-flight-glib2100
434434Section: libs
435435Architecture: any
436436Multi-Arch: same
437437Pre-Depends: ${misc:Pre-Depends}
438438Depends:
439439 ${misc:Depends},
440440 ${shlibs:Depends},
441- libarrow-glib2000 (= ${binary:Version}),
442- libarrow-flight2000 (= ${binary:Version})
441+ libarrow-glib2100 (= ${binary:Version}),
442+ libarrow-flight2100 (= ${binary:Version})
443443Description: Apache Arrow is a data processing library for analysis
444444 .
445445 This package provides GLib based library files for Apache Arrow Flight.
@@ -465,7 +465,7 @@ Depends:
465465 ${misc:Depends},
466466 libarrow-flight-dev (= ${binary:Version}),
467467 libarrow-glib-dev (= ${binary:Version}),
468- libarrow-flight-glib2000 (= ${binary:Version}),
468+ libarrow-flight-glib2100 (= ${binary:Version}),
469469 gir1.2-arrow-flight-1.0 (= ${binary:Version})
470470Description: Apache Arrow is a data processing library for analysis
471471 .
@@ -482,16 +482,16 @@ Description: Apache Arrow is a data processing library for analysis
482482 .
483483 This package provides documentations for Apache Arrow Flight.
484484
485- Package: libarrow-flight-sql-glib2000
485+ Package: libarrow-flight-sql-glib2100
486486Section: libs
487487Architecture: any
488488Multi-Arch: same
489489Pre-Depends: ${misc:Pre-Depends}
490490Depends:
491491 ${misc:Depends},
492492 ${shlibs:Depends},
493- libarrow-flight-glib2000 (= ${binary:Version}),
494- libarrow-flight-sql2000 (= ${binary:Version})
493+ libarrow-flight-glib2100 (= ${binary:Version}),
494+ libarrow-flight-sql2100 (= ${binary:Version})
495495Description: Apache Arrow is a data processing library for analysis
496496 .
497497 This package provides GLib based library files for Apache Arrow Flight SQL.
@@ -517,7 +517,7 @@ Depends:
517517 ${misc:Depends},
518518 libarrow-flight-sql-dev (= ${binary:Version}),
519519 libarrow-flight-glib-dev (= ${binary:Version}),
520- libarrow-flight-sql-glib2000 (= ${binary:Version}),
520+ libarrow-flight-sql-glib2100 (= ${binary:Version}),
521521 gir1.2-arrow-flight-sql-1.0 (= ${binary:Version})
522522Description: Apache Arrow is a data processing library for analysis
523523 .
@@ -534,16 +534,16 @@ Description: Apache Arrow is a data processing library for analysis
534534 .
535535 This package provides documentations for Apache Arrow Flight SQL.
536536
537- Package: libgandiva-glib2000
537+ Package: libgandiva-glib2100
538538Section: libs
539539Architecture: any
540540Multi-Arch: same
541541Pre-Depends: ${misc:Pre-Depends}
542542Depends:
543543 ${misc:Depends},
544544 ${shlibs:Depends},
545- libarrow-glib2000 (= ${binary:Version}),
546- libgandiva2000 (= ${binary:Version})
545+ libarrow-glib2100 (= ${binary:Version}),
546+ libgandiva2100 (= ${binary:Version})
547547Description: Gandiva is a toolset for compiling and evaluating expressions
548548 on Arrow Data.
549549 .
@@ -570,7 +570,7 @@ Depends:
570570 ${misc:Depends},
571571 libgandiva-dev (= ${binary:Version}),
572572 libarrow-glib-dev (= ${binary:Version}),
573- libgandiva-glib2000 (= ${binary:Version}),
573+ libgandiva-glib2100 (= ${binary:Version}),
574574 gir1.2-gandiva-1.0 (= ${binary:Version})
575575Description: Gandiva is a toolset for compiling and evaluating expressions
576576 on Arrow Data.
@@ -589,16 +589,16 @@ Description: Gandiva is a toolset for compiling and evaluating expressions
589589 .
590590 This package provides documentations.
591591
592- Package: libparquet-glib2000
592+ Package: libparquet-glib2100
593593Section: libs
594594Architecture: any
595595Multi-Arch: same
596596Pre-Depends: ${misc:Pre-Depends}
597597Depends:
598598 ${misc:Depends},
599599 ${shlibs:Depends},
600- libarrow-glib2000 (= ${binary:Version}),
601- libparquet2000 (= ${binary:Version})
600+ libarrow-glib2100 (= ${binary:Version}),
601+ libparquet2100 (= ${binary:Version})
602602Description: Apache Parquet is a columnar storage format
603603 .
604604 This package provides GLib based library files.
@@ -623,7 +623,7 @@ Depends:
623623 ${misc:Depends},
624624 libarrow-glib-dev (= ${binary:Version}),
625625 libparquet-dev (= ${binary:Version}),
626- libparquet-glib2000 (= ${binary:Version}),
626+ libparquet-glib2100 (= ${binary:Version}),
627627 gir1.2-parquet-1.0 (= ${binary:Version})
628628Suggests: libparquet-glib-doc
629629Description: Apache Parquet is a columnar storage format
0 commit comments