Skip to content

Commit

Permalink
MINOR: [Release] Update .deb package names for 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Apr 20, 2024
1 parent 70b9ef5 commit e37b2ac
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 @@ -42,7 +42,7 @@ Build-Depends-Indep: libglib2.0-doc
Standards-Version: 3.9.8
Homepage: https://arrow.apache.org/

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

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

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

Package: libarrow-dataset1600
Package: libarrow-dataset1700
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-acero1600 (= ${binary:Version}),
libparquet1600 (= ${binary:Version})
libarrow-acero1700 (= ${binary:Version}),
libparquet1700 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Dataset module.

Package: libarrow-flight1600
Package: libarrow-flight1700
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow1600 (= ${binary:Version})
libarrow1700 (= ${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-sql1600
Package: libarrow-flight-sql1700
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-flight1600 (= ${binary:Version})
libarrow-flight1700 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ library files for Flight SQL system.
Expand All @@ -139,7 +139,7 @@ Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libarrow1600 (= ${binary:Version}),
libarrow1700 (= ${binary:Version}),
libbrotli-dev,
libbz2-dev,
libcurl4-openssl-dev,
Expand All @@ -166,7 +166,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libarrow-cuda1600 (= ${binary:Version})
libarrow-cuda1700 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ header files for CUDA support.
Expand All @@ -177,7 +177,7 @@ Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libarrow-acero1600 (= ${binary:Version}),
libarrow-acero1700 (= ${binary:Version}),
libparquet-dev (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -190,7 +190,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-acero-dev (= ${binary:Version}),
libarrow-dataset1600 (= ${binary:Version}),
libarrow-dataset1700 (= ${binary:Version}),
libparquet-dev (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -203,7 +203,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-dev (= ${binary:Version}),
libarrow-flight1600 (= ${binary:Version}),
libarrow-flight1700 (= ${binary:Version}),
libc-ares-dev,
@USE_SYSTEM_GRPC@ libgrpc++-dev
Description: Apache Arrow is a data processing library for analysis
Expand All @@ -217,20 +217,20 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-flight-dev (= ${binary:Version}),
libarrow-flight-sql1600 (= ${binary:Version})
libarrow-flight-sql1700 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ header files for Flight SQL system.

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

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

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

Package: libarrow-cuda-glib1600
Package: libarrow-cuda-glib1700
Section: libs
Architecture: @CUDA_ARCHITECTURE@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1600 (= ${binary:Version}),
libarrow-cuda1600 (= ${binary:Version})
libarrow-glib1700 (= ${binary:Version}),
libarrow-cuda1700 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for CUDA support.
Expand All @@ -371,22 +371,22 @@ Depends:
${misc:Depends},
libarrow-cuda-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-cuda-glib1600 (= ${binary:Version}),
libarrow-cuda-glib1700 (= ${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-glib1600
Package: libarrow-dataset-glib1700
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libarrow-glib1600 (= ${binary:Version}),
libarrow-dataset1600 (= ${binary:Version})
libarrow-glib1700 (= ${binary:Version}),
libarrow-dataset1700 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
This package provides GLib based library files for dataset module.
Expand All @@ -411,7 +411,7 @@ Depends:
${misc:Depends},
libarrow-dataset-dev (= ${binary:Version}),
libarrow-glib-dev (= ${binary:Version}),
libarrow-dataset-glib1600 (= ${binary:Version}),
libarrow-dataset-glib1700 (= ${binary:Version}),
gir1.2-arrow-dataset-1.0 (= ${binary:Version})
Description: Apache Arrow is a data processing library for analysis
.
Expand All @@ -428,16 +428,16 @@ Description: Apache Arrow is a data processing library for analysis
.
This package provides documentations for dataset module.

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

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

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

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

Please sign in to comment.