Skip to content

Commit

Permalink
MINOR: [Release] Update .deb package names for 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Nov 12, 2024
1 parent c813888 commit 9cf7247
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 82 deletions.
104 changes: 52 additions & 52 deletions dev/tasks/linux-packages/apache-arrow/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Build-Depends-Indep: libglib2.0-doc
Standards-Version: 3.9.8
Homepage: https://arrow.apache.org/

Package: libarrow1800
Package: libarrow1801
Section: libs
Architecture: any
Multi-Arch: same
Expand All @@ -63,73 +63,73 @@ Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1800 (= ${binary:Version})
libarrow1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides tools.

Package: libarrow-cuda1800
Package: libarrow-cuda1801
Section: libs
Architecture: @CUDA_ARCHITECTURE@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1800 (= ${binary:Version})
libarrow1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for CUDA support.

Package: libarrow-acero1800
Package: libarrow-acero1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1800 (= ${binary:Version})
libarrow1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Acero module.

Package: libarrow-dataset1800
Package: libarrow-dataset1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-acero1800 (= ${binary:Version}),
libparquet1800 (= ${binary:Version})
libarrow-acero1801 (= ${binary:Version}),
libparquet1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Dataset module.

Package: libarrow-flight1800
Package: libarrow-flight1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1800 (= ${binary:Version})
libarrow1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Flight RPC system.

Package: libarrow-flight-sql1800
Package: libarrow-flight-sql1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-flight1800 (= ${binary:Version})
libarrow-flight1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Flight SQL system.
Expand All @@ -140,7 +140,7 @@ Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libarrow1800 (= ${binary:Version}),
libarrow1801 (= ${binary:Version}),
@USE_SYSTEM_GRPC@ libabsl-dev,
libbrotli-dev,
libbz2-dev,
Expand Down Expand Up @@ -169,7 +169,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libarrow-cuda1800 (= ${binary:Version})
libarrow-cuda1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ header files for CUDA support.
Expand All @@ -180,7 +180,7 @@ Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libarrow-acero1800 (= ${binary:Version}),
libarrow-acero1801 (= ${binary:Version}),
libparquet-dev (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -193,7 +193,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-acero-dev (= ${binary:Version}),
libarrow-dataset1800 (= ${binary:Version}),
libarrow-dataset1801 (= ${binary:Version}),
libparquet-dev (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -206,7 +206,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libarrow-flight1800 (= ${binary:Version}),
libarrow-flight1801 (= ${binary:Version}),
libc-ares-dev,
@USE_SYSTEM_GRPC@ libgrpc++-dev
Description: Apache Arrow is a data processing library for analysis
Expand All @@ -220,20 +220,20 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-flight-dev (= ${binary:Version}),
libarrow-flight-sql1800 (= ${binary:Version})
libarrow-flight-sql1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ header files for Flight SQL system.

Package: libgandiva1800
Package: libgandiva1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1800 (= ${binary:Version})
libarrow1801 (= ${binary:Version})
Description: Gandiva is a toolset for compiling and evaluating expressions
on Arrow Data.
.
Expand All @@ -246,13 +246,13 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libgandiva1800 (= ${binary:Version})
libgandiva1801 (= ${binary:Version})
Description: Gandiva is a toolset for compiling and evaluating expressions
on Arrow Data.
.
This package provides C++ header files.

Package: libparquet1800
Package: libparquet1801
Section: libs
Architecture: any
Multi-Arch: same
Expand All @@ -272,7 +272,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libparquet1800 (= ${binary:Version})
libparquet1801 (= ${binary:Version})
Description: Apache Parquet is a columnar storage format
.
This package provides tools.
Expand All @@ -284,21 +284,21 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libparquet1800 (= ${binary:Version}),
libparquet1801 (= ${binary:Version}),
libthrift-dev
Description: Apache Parquet is a columnar storage format
.
This package provides C++ header files.

Package: libarrow-glib1800
Package: libarrow-glib1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1800 (= ${binary:Version})
libarrow1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files.
Expand All @@ -322,7 +322,7 @@ Depends:
${misc:Depends},
libglib2.0-dev,
libarrow-acero-dev (= ${binary:Version}),
libarrow-glib1800 (= ${binary:Version}),
libarrow-glib1801 (= ${binary:Version}),
gir1.2-arrow-1.0 (= ${binary:Version})
Suggests: libarrow-glib-doc
Description: Apache Arrow is a data processing library for analysis
Expand All @@ -340,16 +340,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations.

Package: libarrow-cuda-glib1800
Package: libarrow-cuda-glib1801
Section: libs
Architecture: @CUDA_ARCHITECTURE@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1800 (= ${binary:Version}),
libarrow-cuda1800 (= ${binary:Version})
libarrow-glib1801 (= ${binary:Version}),
libarrow-cuda1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for CUDA support.
Expand All @@ -374,22 +374,22 @@ Depends:
${misc:Depends},
libarrow-cuda-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-cuda-glib1800 (= ${binary:Version}),
libarrow-cuda-glib1801 (= ${binary:Version}),
gir1.2-arrow-cuda-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based header files for CUDA support.

Package: libarrow-dataset-glib1800
Package: libarrow-dataset-glib1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1800 (= ${binary:Version}),
libarrow-dataset1800 (= ${binary:Version})
libarrow-glib1801 (= ${binary:Version}),
libarrow-dataset1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for dataset module.
Expand All @@ -414,7 +414,7 @@ Depends:
${misc:Depends},
libarrow-dataset-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-dataset-glib1800 (= ${binary:Version}),
libarrow-dataset-glib1801 (= ${binary:Version}),
gir1.2-arrow-dataset-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -431,16 +431,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations for dataset module.

Package: libarrow-flight-glib1800
Package: libarrow-flight-glib1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1800 (= ${binary:Version}),
libarrow-flight1800 (= ${binary:Version})
libarrow-glib1801 (= ${binary:Version}),
libarrow-flight1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for Apache Arrow Flight.
Expand All @@ -466,7 +466,7 @@ Depends:
${misc:Depends},
libarrow-flight-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-flight-glib1800 (= ${binary:Version}),
libarrow-flight-glib1801 (= ${binary:Version}),
gir1.2-arrow-flight-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -483,16 +483,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations for Apache Arrow Flight.

Package: libarrow-flight-sql-glib1800
Package: libarrow-flight-sql-glib1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-flight-glib1800 (= ${binary:Version}),
libarrow-flight-sql1800 (= ${binary:Version})
libarrow-flight-glib1801 (= ${binary:Version}),
libarrow-flight-sql1801 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for Apache Arrow Flight SQL.
Expand All @@ -518,7 +518,7 @@ Depends:
${misc:Depends},
libarrow-flight-sql-dev (= ${binary:Version}),
libarrow-flight-glib-dev (= ${binary:Version}),
libarrow-flight-sql-glib1800 (= ${binary:Version}),
libarrow-flight-sql-glib1801 (= ${binary:Version}),
gir1.2-arrow-flight-sql-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -535,16 +535,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations for Apache Arrow Flight SQL.

Package: libgandiva-glib1800
Package: libgandiva-glib1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1800 (= ${binary:Version}),
libgandiva1800 (= ${binary:Version})
libarrow-glib1801 (= ${binary:Version}),
libgandiva1801 (= ${binary:Version})
Description: Gandiva is a toolset for compiling and evaluating expressions
on Arrow Data.
.
Expand All @@ -571,7 +571,7 @@ Depends:
${misc:Depends},
libgandiva-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libgandiva-glib1800 (= ${binary:Version}),
libgandiva-glib1801 (= ${binary:Version}),
gir1.2-gandiva-1.0 (= ${binary:Version})
Description: Gandiva is a toolset for compiling and evaluating expressions
on Arrow Data.
Expand All @@ -590,16 +590,16 @@ Description: Gandiva is a toolset for compiling and evaluating expressions
.
This package provides documentations.

Package: libparquet-glib1800
Package: libparquet-glib1801
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1800 (= ${binary:Version}),
libparquet1800 (= ${binary:Version})
libarrow-glib1801 (= ${binary:Version}),
libparquet1801 (= ${binary:Version})
Description: Apache Parquet is a columnar storage format
.
This package provides GLib based library files.
Expand All @@ -624,7 +624,7 @@ Depends:
${misc:Depends},
libarrow-glib-dev (= ${binary:Version}),
libparquet-dev (= ${binary:Version}),
libparquet-glib1800 (= ${binary:Version}),
libparquet-glib1801 (= ${binary:Version}),
gir1.2-parquet-1.0 (= ${binary:Version})
Suggests: libparquet-glib-doc
Description: Apache Parquet is a columnar storage format
Expand Down
Loading

0 comments on commit 9cf7247

Please sign in to comment.