Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Generate a source only upload
Browse files Browse the repository at this point in the history
They are now compulsory on debian
  • Loading branch information
ltworf committed Oct 28, 2021
1 parent 7dbf87b commit 6271b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ deb-pkg: dist
mv vasttrafik-cli_`head -1 CHANGELOG`.orig.tar.gz* /tmp
cd /tmp; tar -xf vasttrafik-cli_*.orig.tar.gz
cp -r debian /tmp/vasttrafik-cli/
cd /tmp/vasttrafik-cli/; dpkg-buildpackage
cd /tmp/vasttrafik-cli/; dpkg-buildpackage --changes-option=-S
mkdir deb-pkg
mv /tmp/vasttrafik-cli_* deb-pkg
$(RM) -r /tmp/vasttrafik-cli
Expand Down

0 comments on commit 6271b52

Please sign in to comment.