Skip to content

Commit

Permalink
Update debbuild for travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Jan 8, 2021
1 parent afe42c7 commit 33004b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ before_install:
- mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS,SDEBS,DEBS}
- ln -sr ~/rpmbuild ~/debbuild
before_script:
- wget https://github.com/debbuild/debbuild/releases/download/18.8.1/debbuild_18.8.1-ascherer.ubuntu16.04_all.deb
- sudo dpkg -i debbuild_18.8.1-ascherer.ubuntu16.04_all.deb
- wget https://github.com/debbuild/debbuild/releases/download/20.12.1/debbuild_20.12.1-0ubuntu18.04_all.deb
- sudo dpkg -i debbuild_20.12.1-0ubuntu18.04_all.deb
- echo "%_default_verbosity 2" >> ~/.debmacros
- autoreconf -i -f
- $CLANG_SCAN_BUILD ./configure --disable-silent-rules $CONFIGURE_ARGS
Expand Down
1 change: 1 addition & 0 deletions tlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

%if "%{_vendor}" == "debbuild"
# Set values to make debian builds work well
%global _defaultdocdir /usr/share/doc/%{name}
%global _buildshell /bin/bash
%global _lib lib/%(%{__dpkg_architecture} -qDEB_HOST_MULTIARCH)
%endif
Expand Down

0 comments on commit 33004b9

Please sign in to comment.