Show
Ignore:
Timestamp:
06/05/06 12:45:20 (2 years ago)
Author:
asterix
Message:

update debian files for 0.10.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/debian/rules

    r6159 r6428  
    44include /usr/share/cdbs/1/rules/simple-patchsys.mk 
    55 
    6 PYTHONVER = `python -c 'import sys; print sys.version[:3]'` 
     6PYTHON = python2.4 
     7PYTHONVER = 2.4 
    78CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(PYTHONVER) -I. 
    89LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0` 
    910 
    10 DEB_MAKE_BUILD_TARGET    := all 
     11DEB_MAKE_BUILD_TARGET    := all PYTHON=python2.4 
    1112DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR) 
    1213