this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #623 from TheBrokenRail/patch-17

Produce Upstream Tarball (DSC)

authored by

Andrew Hyatt and committed by
GitHub
2b7233fc aed074dc

+4
+4
tools/makedeb
··· 7 7 8 8 if [ "$1" = "--dsc" ]; then 9 9 ARG='-S' 10 + if [ -e "../darling_0.1.${DATE}.orig.tar.xz" ]; then 11 + rm ../darling_0.1.${DATE}.orig.tar.xz 12 + fi 13 + tar -cJf ../darling_0.1.${DATE}.orig.tar.xz . 10 14 else 11 15 ARG='-b' 12 16 fi