Skip to content

Commit b56c23e

Browse files
committed
add mysterious -d flag to command to build debian package
1 parent 304c834 commit b56c23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ html::
5050
# number to the top of debian/changelog.
5151
# (Tested on Ubuntu 15.04. You need to install dpkg-dev & debhelper.)
5252
deb:
53-
dpkg-buildpackage -b -uc
53+
dpkg-buildpackage -b -uc -d
5454

5555
# Make a macOS installer package
5656
pkg:

0 commit comments

Comments
 (0)