We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ceb1c commit 63274dbCopy full SHA for 63274db
debian/changelog
@@ -4,6 +4,7 @@ pgloader (3.6.2-1) UNRELEASED; urgency=medium
4
* debian/tests/ssl: Add --debug to get backtraces.
5
* debian/rules: Sync loaded systems with Makefile.
6
* debian/rules: Print actual compiler log.
7
+ * debian/rules: Skip dh_dwz like dh_strip as it fails on buster.
8
* Bump required cl-db3 version to 20200212.
9
* DH 13.
10
debian/rules
@@ -51,8 +51,8 @@ override_dh_auto_build-arch:
51
override_dh_auto_test:
52
# do nothing
53
54
-override_dh_strip:
55
- # do nothing
+override_dh_strip override_dh_dwz:
+ # do nothing, sbcl doesn't write any debug info
56
57
override_dh_installman-arch:
58
mkdir -p debian/pgloader/usr/share/man/man1/
0 commit comments