|
Revision 6428, 0.5 kB
(checked in by asterix, 2 years ago)
|
|
update debian files for 0.10.1
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 3 | include /usr/share/cdbs/1/class/makefile.mk |
|---|
| 4 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
|---|
| 5 | |
|---|
| 6 | PYTHON = python2.4 |
|---|
| 7 | PYTHONVER = 2.4 |
|---|
| 8 | CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(PYTHONVER) -I. |
|---|
| 9 | LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0` |
|---|
| 10 | |
|---|
| 11 | DEB_MAKE_BUILD_TARGET := all PYTHON=python2.4 |
|---|
| 12 | DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR) |
|---|
| 13 | |
|---|
| 14 | binary-install/gajim:: |
|---|
| 15 | dh_python -pgajim /usr/share/gajim/src |
|---|