/[weechat]/weechat/debian/rules
ViewVC logotype

Diff of /weechat/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by flashcode, Sun Nov 2 19:05:54 2003 UTC revision 1.3 by flashcode, Mon Nov 3 22:03:49 2003 UTC
# Line 5  Line 5 
5  # Uncomment this to turn on verbose mode.  # Uncomment this to turn on verbose mode.
6  export DH_VERBOSE=1  export DH_VERBOSE=1
7    
 CFLAGS = -Wall -g  
   
8  ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))  ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
9          CFLAGS += -O0          CFLAGS += -O0
10  else  else
# Line 43  install: build Line 41  install: build
41          dh_clean -k          dh_clean -k
42          dh_installdirs          dh_installdirs
43          $(MAKE) install DESTDIR=$(CURDIR)/debian/weechat          $(MAKE) install DESTDIR=$(CURDIR)/debian/weechat
44            dh_install --sourcedir=debian/weechat
45          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/curses/weechat-curses $(CURDIR)/debian/weechat-curses/usr/bin
46          install -o root -g root -m 755 src/gui/gtk/weechat-gtk $(CURDIR)/debian/weechat-gtk/usr/bin          install -o root -g root -m 755 src/gui/gtk/weechat-gtk $(CURDIR)/debian/weechat-gtk/usr/bin
47    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26