this repo has no description
1
fork

Configure Feed

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

Use .gitignore DSC

authored by

TheBrokenRail and committed by
GitHub
9fc7eecb 2b7233fc

+2 -1
+2 -1
tools/makedeb
··· 10 10 if [ -e "../darling_0.1.${DATE}.orig.tar.xz" ]; then 11 11 rm ../darling_0.1.${DATE}.orig.tar.xz 12 12 fi 13 - tar -cJf ../darling_0.1.${DATE}.orig.tar.xz . 13 + tar --exclude-vcs --exclude-vcs-ignores -cJf ../darling_0.1.${DATE}.orig.tar.xz . 14 + tar -rJf ../darling_0.1.${DATE}.orig.tar.xz debian/changelog 14 15 else 15 16 ARG='-b' 16 17 fi