summaryrefslogtreecommitdiff
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
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
-rw-r--r--Makefile2
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 3 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/
diff --git a/debian/changelog b/debian/changelog
index 0d28cca..baff7fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
rapid-tunneling (1.02) unstable; urgency=low
* Fixed busybox path in rapid-recovery script under Centos
-
- -- Diego Iastrubni <diego.iastrubni@xorcom.com> Sun, 01 Jan 2010, 15:51:00 +0200
+
+ -- Diego Iastrubni <diego.iastrubni@xorcom.com> Wed, 03 Feb 2010 17:15:36 +0200
rapid-tunneling (1.01) unstable; urgency=low