summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-02-03 15:30:08 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-02-03 15:30:08 +0000
commitb9d77ba6ee6d1abeabda9718608ffa8c2d4754aa (patch)
tree9c59eba1a23ea8917455d58309573d522814f4b6 /Makefile
parentf9782f85a5031623828707b251e23db4d142285a (diff)
rapid-tunneling: fix building debs
* Fix date in changelog file (Diego: use date -R if you're lazy) * Ignore some .svn files. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@7732 283159da-0705-0410-b60c-f2062b4bb6ad
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e49ccc4..4375069 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ rpm: checkver $(SPEC) SOURCES/$(PACKAGE)-$(VER).tar.gz
cp SRPMS/rapid-tunneling-$(VER)-$(RPM_REL).src.rpm OUTPUT/
deb: checkver
- debuild -uc -us -I -I'[A-Z]*'
+ debuild -uc -us -I.svn -I'[A-Z]*'
mkdir -p OUTPUT
mv ../rapid-tunneling_$(VER)* OUTPUT/
mv ../rapid-tunneling-server_$(VER)* OUTPUT/