Changeset bcd8f52


Ignore:
Timestamp:
2019-10-31T19:42:53Z (4 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
6ff651b
Parents:
3407119
git-author:
dequis <dx@…> (31-10-19 19:36:32)
git-committer:
dequis <dx@…> (31-10-19 19:42:53)
Message:

.travis.yml: fix dpkg-buildpackage with quilt format

This adds the -b flag, which means "Specifies a binary-only build, no
source files are to be built and/or distributed"

Found in https://askubuntu.com/a/675211/611938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r3407119 rbcd8f52  
    55 - ./configure --pam=1 --ldap=1
    66 - make check
    7  - dpkg-buildpackage -uc -us
     7 - dpkg-buildpackage -uc -us -b
    88
    99env:
Note: See TracChangeset for help on using the changeset viewer.