Skip to content

Commit

Permalink
MINOR: [Release] Update .deb package names for 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Nov 1, 2023
1 parent 641fee6 commit 62985c5
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 @@ -41,7 +41,7 @@ Build-Depends-Indep: libglib2.0-doc
Standards-Version: 3.9.8
Homepage: https://arrow.apache.org/

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

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

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

Package: libarrow-dataset1400
Package: libarrow-dataset1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-acero1400 (= ${binary:Version}),
libparquet1400 (= ${binary:Version})
libarrow-acero1500 (= ${binary:Version}),
libparquet1500 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Dataset module.

Package: libarrow-flight1400
Package: libarrow-flight1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1400 (= ${binary:Version})
libarrow1500 (= ${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-sql1400
Package: libarrow-flight-sql1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-flight1400 (= ${binary:Version})
libarrow-flight1500 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Flight SQL system.
Expand All @@ -138,7 +138,7 @@ Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libarrow1400 (= ${binary:Version}),
libarrow1500 (= ${binary:Version}),
libbrotli-dev,
libbz2-dev,
libcurl4-openssl-dev,
Expand All @@ -163,7 +163,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libarrow-cuda1400 (= ${binary:Version})
libarrow-cuda1500 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ header files for CUDA support.
Expand All @@ -174,7 +174,7 @@ Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libarrow-acero1400 (= ${binary:Version}),
libarrow-acero1500 (= ${binary:Version}),
libparquet-dev (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -187,7 +187,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-acero-dev (= ${binary:Version}),
libarrow-dataset1400 (= ${binary:Version}),
libarrow-dataset1500 (= ${binary:Version}),
libparquet-dev (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -200,7 +200,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libarrow-flight1400 (= ${binary:Version}),
libarrow-flight1500 (= ${binary:Version}),
libc-ares-dev,
@USE_SYSTEM_GRPC@ libgrpc++-dev,
@USE_SYSTEM_PROTOBUF@ libprotobuf-dev,
Expand All @@ -216,20 +216,20 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-flight-dev (= ${binary:Version}),
libarrow-flight-sql1400 (= ${binary:Version})
libarrow-flight-sql1500 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ header files for Flight SQL system.

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

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

Package: libarrow-glib1400
Package: libarrow-glib1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1400 (= ${binary:Version})
libarrow1500 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files.
Expand All @@ -318,7 +318,7 @@ Depends:
${misc:Depends},
libglib2.0-dev,
libarrow-acero-dev (= ${binary:Version}),
libarrow-glib1400 (= ${binary:Version}),
libarrow-glib1500 (= ${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 @@ -336,16 +336,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations.

Package: libarrow-cuda-glib1400
Package: libarrow-cuda-glib1500
Section: libs
Architecture: @CUDA_ARCHITECTURE@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1400 (= ${binary:Version}),
libarrow-cuda1400 (= ${binary:Version})
libarrow-glib1500 (= ${binary:Version}),
libarrow-cuda1500 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for CUDA support.
Expand All @@ -370,22 +370,22 @@ Depends:
${misc:Depends},
libarrow-cuda-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-cuda-glib1400 (= ${binary:Version}),
libarrow-cuda-glib1500 (= ${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-glib1400
Package: libarrow-dataset-glib1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1400 (= ${binary:Version}),
libarrow-dataset1400 (= ${binary:Version})
libarrow-glib1500 (= ${binary:Version}),
libarrow-dataset1500 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for dataset module.
Expand All @@ -410,7 +410,7 @@ Depends:
${misc:Depends},
libarrow-dataset-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-dataset-glib1400 (= ${binary:Version}),
libarrow-dataset-glib1500 (= ${binary:Version}),
gir1.2-arrow-dataset-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -427,16 +427,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations for dataset module.

Package: libarrow-flight-glib1400
Package: libarrow-flight-glib1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1400 (= ${binary:Version}),
libarrow-flight1400 (= ${binary:Version})
libarrow-glib1500 (= ${binary:Version}),
libarrow-flight1500 (= ${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 @@ -462,7 +462,7 @@ Depends:
${misc:Depends},
libarrow-flight-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-flight-glib1400 (= ${binary:Version}),
libarrow-flight-glib1500 (= ${binary:Version}),
gir1.2-arrow-flight-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -479,16 +479,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations for Apache Arrow Flight.

Package: libarrow-flight-sql-glib1400
Package: libarrow-flight-sql-glib1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-flight-glib1400 (= ${binary:Version}),
libarrow-flight-sql1400 (= ${binary:Version})
libarrow-flight-glib1500 (= ${binary:Version}),
libarrow-flight-sql1500 (= ${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 @@ -514,7 +514,7 @@ Depends:
${misc:Depends},
libarrow-flight-sql-dev (= ${binary:Version}),
libarrow-flight-glib-dev (= ${binary:Version}),
libarrow-flight-sql-glib1400 (= ${binary:Version}),
libarrow-flight-sql-glib1500 (= ${binary:Version}),
gir1.2-arrow-flight-sql-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -531,16 +531,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations for Apache Arrow Flight SQL.

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

Package: libparquet-glib1400
Package: libparquet-glib1500
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1400 (= ${binary:Version}),
libparquet1400 (= ${binary:Version})
libarrow-glib1500 (= ${binary:Version}),
libparquet1500 (= ${binary:Version})
Description: Apache Parquet is a columnar storage format
.
This package provides GLib based library files.
Expand All @@ -620,7 +620,7 @@ Depends:
${misc:Depends},
libarrow-glib-dev (= ${binary:Version}),
libparquet-dev (= ${binary:Version}),
libparquet-glib1400 (= ${binary:Version}),
libparquet-glib1500 (= ${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 62985c5

Please sign in to comment.