summaryrefslogtreecommitdiff
path: root/DEVELOPERS.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPERS.md')
-rw-r--r--DEVELOPERS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index 3ff3516..973a66a 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -22,7 +22,7 @@ First, everything must be set up just right:
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
- tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
+ tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian --exclude=config.status --exclude=config.log -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild: