Skip to content

Commit

Permalink
debian: fix FTCBFS
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Dec 9, 2019
1 parent 33f0e84 commit ac05a64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 1,11 @@
kafkacat (1.5.0-1.1) unstable; urgency=medium

* Non-maintainer upload.
* Fix FTCBFS: Export build tools via environment for mklove.
Closes: #946445

-- Helmut Grohne <[email protected]> Sun, 08 Dec 2019 20:00:33 0100

kafkacat (1.5.0-1) unstable; urgency=medium

* New upstream version.
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,5 1,8 @@
#!/usr/bin/make -f

DPKG_EXPORT_BUILDTOOLS=1
include /usr/share/dpkg/buildtools.mk

%:
dh $@

Expand Down

0 comments on commit ac05a64

Please sign in to comment.