summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-11-03 22:03:47 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-11-03 22:03:47 +0000
commit1e1f2ca5b80956888b4107225ddbf99fbc9fbf70 (patch)
tree3ae47be1318df4a17896dc11a71635dd90f7b4b1 /debian/rules
parent8676230eefe5d2bc7fc00ac6f8af84b9414dbee7 (diff)
downloadweechat-1e1f2ca5b80956888b4107225ddbf99fbc9fbf70.zip
Version 0.0.3
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index be8359c35..661c80bbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
-CFLAGS = -Wall -g
-
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
@@ -43,6 +41,7 @@ install: build
dh_clean -k
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/weechat
+ dh_install --sourcedir=debian/weechat
install -o root -g root -m 755 src/gui/curses/weechat-curses $(CURDIR)/debian/weechat-curses/usr/bin
install -o root -g root -m 755 src/gui/gtk/weechat-gtk $(CURDIR)/debian/weechat-gtk/usr/bin