Changeset 6428

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

update debian files for 0.10.1

Location:
branches/gajim_0.10/debian
Files:
5 modified

Legend:

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

    r6256 r6428  
     1gajim (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 
    17gajim (0.10-1) unstable; urgency=low 
    28 
  • branches/gajim_0.10/debian/control

    r6258 r6428  
    88Package: gajim 
    99Architecture: any 
    10 Depends: ${shlibs:Depends}, python2.4 (>= 2.4), python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2 
     10Depends: ${shlibs:Depends}, python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2 
    1111Recommends: dnsutils, python2.4-dbus, notification-daemon 
    1212Suggests: python2.4-gnome2 
  • branches/gajim_0.10/debian/copyright

    r6133 r6428  
    11This package was debianized by Yann L.B. asterix@lagaule.org on 
    22Wed, 16 Jun 2005 20:00:00 +0100. 
     3 
     4It was downloaded from: 
     5 http://www.gajim.org/downloads/gajim-0.10.1.tar.gz 
    36 
    47Upstream Authors: 
  • branches/gajim_0.10/debian/patches/00_debian-copying.patch

    r4704 r6428  
    11Index: Makefile 
    22=================================================================== 
    3 --- Makefile    (revision 4702) 
     3--- Makefile    (revision 6412) 
    44+++ Makefile    (working copy) 
    55@@ -88,7 +88,6 @@ 
    6                 DST=`dirname "$$f"`; \ 
    7                 cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \ 
     6                fi; \ 
    87        done 
     8        ${MAKE} -C po install PREFIX=$(PREFIX) 
    99-       cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; 
    1010        cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/"; 
     
    1313Index: src/dialogs.py 
    1414=================================================================== 
    15 --- src/dialogs.py      (revision 4702) 
     15--- src/dialogs.py      (revision 6412) 
    1616+++ src/dialogs.py      (working copy) 
    17 @@ -443,7 +443,7 @@ 
     17@@ -521,7 +521,7 @@ 
    1818                dlg.set_version(gajim.version) 
    1919                s = u'Copyright \xa9 2003-2005 Gajim Team' 
  • 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