Skip to content

Commit b353dda

Browse files
committed
Merge pull request #17 from superm1/master
Don't reupload the orig.tar.gz in all uploads to ubuntu PPAs
2 parents 791af18 + 2d7c1d0 commit b353dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deb/build-debs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if [ "$TYPE" = "binary" ]; then
150150
get-build-deps || die "Error installing build dependencies"
151151

152152
elif [ "$TYPE" = "source" ]; then
153-
DEBUILD_FLAGS="-S -sa $DEBUILD_FLAGS"
153+
DEBUILD_FLAGS="-S $DEBUILD_FLAGS"
154154
fi
155155

156156
#update changelog and control files

0 commit comments

Comments
 (0)