mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
debian: Depend on the libssl version cl-plus-ssl depends on.
This commit is contained in:
parent
eaf3370a16
commit
7b4821e26c
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ pgloader (3.5.1+dfsg-1) UNRELEASED; urgency=medium
|
||||
* New upstream version.
|
||||
* Run wrap-and-sort -st.
|
||||
* Add new B-D cl-mustache, cl-yason, cl-zs3, sync Depends to cl-pgloader.
|
||||
* Depend on the libssl version cl-plus-ssl depends on.
|
||||
* Priority: optional, move cl-pgloader to Section: lisp.
|
||||
* Update S-V.
|
||||
* Add watch file.
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -56,7 +56,7 @@ Vcs-Browser: https://github.com/dimitri/pgloader
|
||||
|
||||
Package: pgloader
|
||||
Architecture: any
|
||||
Depends: freetds-dev, ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: freetds-dev, ${misc:Depends}, ${shlibs:Depends}, ${ssl:Depends}
|
||||
Description: extract, transform and load data into PostgreSQL
|
||||
pgloader imports data from different kind of sources and COPY it into
|
||||
PostgreSQL.
|
||||
|
||||
8
debian/rules
vendored
8
debian/rules
vendored
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# make pgloader depend on the libssl package cl-plus-ssl depends on
|
||||
LIBSSL := $(shell dpkg-query --showformat='$${Depends}' --show cl-plus-ssl | grep -o 'libssl[^ ]*')
|
||||
|
||||
BITS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS)
|
||||
ifeq ($(BITS),32)
|
||||
SIZE=1024
|
||||
@ -38,5 +41,8 @@ override_dh_auto_test:
|
||||
override_dh_strip:
|
||||
# do nothing
|
||||
|
||||
override_dh_gencontrol:
|
||||
dh_gencontrol -- -V"ssl:Depends=$(LIBSSL)"
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user