Changeset 6428
- Timestamp:
- 06/05/06 12:45:20 (2 years ago)
- Location:
- branches/gajim_0.10/debian
- Files:
-
- 5 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/debian/changelog
r6256 r6428 1 gajim (0.10.1-1) unstable; urgency=low 2 3 * new upstream release 4 5 -- Yann Le Boulanger <asterix@lagaule.org> Fri, 2 Jun 2006 22:07:29 +0200 6 1 7 gajim (0.10-1) unstable; urgency=low 2 8 -
branches/gajim_0.10/debian/control
r6258 r6428 8 8 Package: gajim 9 9 Architecture: any 10 Depends: ${shlibs:Depends}, python2.4 (>= 2.4), python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite210 Depends: ${shlibs:Depends}, python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2 11 11 Recommends: dnsutils, python2.4-dbus, notification-daemon 12 12 Suggests: python2.4-gnome2 -
branches/gajim_0.10/debian/copyright
r6133 r6428 1 1 This package was debianized by Yann L.B. asterix@lagaule.org on 2 2 Wed, 16 Jun 2005 20:00:00 +0100. 3 4 It was downloaded from: 5 http://www.gajim.org/downloads/gajim-0.10.1.tar.gz 3 6 4 7 Upstream Authors: -
branches/gajim_0.10/debian/patches/00_debian-copying.patch
r4704 r6428 1 1 Index: Makefile 2 2 =================================================================== 3 --- Makefile (revision 4702)3 --- Makefile (revision 6412) 4 4 +++ Makefile (working copy) 5 5 @@ -88,7 +88,6 @@ 6 DST=`dirname "$$f"`; \ 7 cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \ 6 fi; \ 8 7 done 8 ${MAKE} -C po install PREFIX=$(PREFIX) 9 9 - cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; 10 10 cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/"; … … 13 13 Index: src/dialogs.py 14 14 =================================================================== 15 --- src/dialogs.py (revision 4702)15 --- src/dialogs.py (revision 6412) 16 16 +++ src/dialogs.py (working copy) 17 @@ - 443,7 +443,7 @@17 @@ -521,7 +521,7 @@ 18 18 dlg.set_version(gajim.version) 19 19 s = u'Copyright \xa9 2003-2005 Gajim Team' -
branches/gajim_0.10/debian/rules
r6159 r6428 4 4 include /usr/share/cdbs/1/rules/simple-patchsys.mk 5 5 6 PYTHONVER = `python -c 'import sys; print sys.version[:3]'` 6 PYTHON = python2.4 7 PYTHONVER = 2.4 7 8 CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(PYTHONVER) -I. 8 9 LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0` 9 10 10 DEB_MAKE_BUILD_TARGET := all 11 DEB_MAKE_BUILD_TARGET := all PYTHON=python2.4 11 12 DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR) 12 13
