Skip to content

Commit

Permalink
build: Relax Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewegel committed Jul 13, 2021
1 parent 8ae6bbe commit 658983f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Faidon Liambotis <paravoid@debian.org>
Build-Depends: debhelper-compat (= 13),
Build-Depends: debhelper-compat,
librdkafka-dev (>= 0.9.0),
libavro-dev,
dpkg-dev,
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

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

%:
dh $@
Expand Down

0 comments on commit 658983f

Please sign in to comment.