[vdr] 01/04: add .hg and .git to exclude-list of the 'make dist' tar call
Tobias Grimm
tiber-guest at moszumanska.debian.org
Wed Mar 25 21:17:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr.
commit bcd763587b6f2042777aac9ebe6f9171a6047f40
Author: Lars Hanisch <dvb at flensrocker.de>
Date: Wed Mar 25 20:17:37 2015 +0100
add .hg and .git to exclude-list of the 'make dist' tar call
---
debian/patches/04_newplugin.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/04_newplugin.patch b/debian/patches/04_newplugin.patch
index 3754626..9bf1e60 100644
--- a/debian/patches/04_newplugin.patch
+++ b/debian/patches/04_newplugin.patch
@@ -20,7 +20,7 @@ Index: vdr/newplugin
\@mkdir \$(TMPDIR)/\$(ARCHIVE)
\@cp -a * \$(TMPDIR)/\$(ARCHIVE)
- \@tar czf \$(PACKAGE).tgz -C \$(TMPDIR) \$(ARCHIVE)
-+ \@tar czf \$(PACKAGE).tgz -C \$(TMPDIR) --exclude debian --exclude CVS --exclude .svn \$(ARCHIVE)
++ \@tar czf \$(PACKAGE).tgz -C \$(TMPDIR) --exclude debian --exclude CVS --exclude .svn --exclude .hg --exclude .git \$(ARCHIVE)
\@-rm -rf \$(TMPDIR)/\$(ARCHIVE)
\@echo Distribution package created as \$(PACKAGE).tgz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git
More information about the pkg-vdr-dvb-changes
mailing list