Skip to content

Commit 2f065c9

Browse files
committed
Attempt to fix debian packages
1 parent f7d7f58 commit 2f065c9

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

dev/tasks/linux-packages/apache-arrow/debian/control.in

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,19 @@ Description: Apache Arrow is a data processing library for analysis
119119
.
120120
This package provides C++ library files for Dataset module.
121121

122+
Package: libarrow-s3-2500
123+
Section: libs
124+
Architecture: any
125+
Multi-Arch: same
126+
Pre-Depends: ${misc:Pre-Depends}
127+
Depends:
128+
${misc:Depends},
129+
${shlibs:Depends},
130+
libarrow2500 (= ${binary:Version})
131+
Description: Apache Arrow is a data processing library for analysis
132+
.
133+
This package provides C++ library files for S3 filesystem module.
134+
122135
Package: libarrow-flight2500
123136
Section: libs
124137
Architecture: any
@@ -224,6 +237,18 @@ Description: Apache Arrow is a data processing library for analysis
224237
.
225238
This package provides C++ header files for dataset module.
226239

240+
Package: libarrow-s3-dev
241+
Section: libdevel
242+
Architecture: any
243+
Multi-Arch: same
244+
Depends:
245+
${misc:Depends},
246+
libarrow-s3-2500 (= ${binary:Version}),
247+
libarrow-dev (= ${binary:Version})
248+
Description: Apache Arrow is a data processing library for analysis
249+
.
250+
This package provides C++ library files for S3 filesystem module.
251+
227252
Package: libarrow-flight-dev
228253
Section: libdevel
229254
Architecture: any
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/lib/*/libarrow_s3.so.*
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
usr/lib/*/cmake/ArrowS3/
2+
usr/lib/*/libarrow_s3.a
3+
usr/lib/*/libarrow_s3.so
4+
usr/lib/*/pkgconfig/arrow-s3.pc

0 commit comments

Comments
 (0)