this repo has no description
1
fork

Configure Feed

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

Merge pull request #624 from TheBrokenRail/patch-18

Use .gitignore DSC

authored by

Andrew Hyatt and committed by
GitHub
1045a360 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