Changeset 7204

Show
Ignore:
Timestamp:
10/11/06 23:10:06 (2 years ago)
Author:
asterix
Message:

updated debian files from official release and for autotools.

Location:
trunk/debian
Files:
3 added
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r6256 r7204  
     1gajim (0.10.1-6) unstable; urgency=low 
     2 
     3  * fix LDFLAGS problem. Closes: #384439 
     4 
     5 -- Yann Le Boulanger <asterix@lagaule.org>  Mon, 24 Jul 2006 14:45:34 +0200 
     6 
     7gajim (0.10.1-5) unstable; urgency=low 
     8 
     9  * Add dependance on python2.4. Closes: #379662 
     10 
     11 -- Yann Le Boulanger <asterix@lagaule.org>  Mon, 19 Jul 2006 21:30:08 +0200 
     12 
     13gajim (0.10.1-4) unstable; urgency=low 
     14 
     15  * Fix warning at installation. Closes: #366725 
     16  * Fix pt_BR translation. 
     17 
     18 -- Yann Le Boulanger <asterix@lagaule.org>  Mon, 19 Jul 2006 21:30:08 +0200 
     19 
     20gajim (0.10.1-3) unstable; urgency=low 
     21 
     22  * Updated for new Python policy. 
     23  * nautilus-sendto is now suggested. Closes: #377309 
     24 
     25 -- Yann Le Boulanger <asterix@lagaule.org>  Mon, 17 Jul 2006 16:46:58 +0200 
     26 
     27gajim (0.10.1-2) unstable; urgency=low 
     28 
     29  * new pytyhon policy Closes: #375310 
     30  * default player is now 'aplay -q' Closes: #374529 
     31  * python-gnupginterface now support python2.4. Recommends this one. 
     32  * Standards-version updated to 3.7.2 (no changes needed). 
     33 
     34 -- Yann Le Boulanger <asterix@lagaule.org>  Tue, 27 Jun 2006 22:47:08 +0200 
     35 
     36gajim (0.10.1-1) unstable; urgency=low 
     37 
     38  * new upstream release 
     39 
     40 -- Yann Le Boulanger <asterix@lagaule.org>  Fri,  2 Jun 2006 22:07:29 +0200 
     41 
    142gajim (0.10-1) unstable; urgency=low 
    243 
  • trunk/debian/control

    r6434 r7204  
    33Priority: optional 
    44Maintainer: Yann Le Boulanger <asterix@lagaule.org> 
    5 Build-Depends: debhelper (>= 4.1.0), cdbs, python2.4-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool 
    6 Standards-Version: 3.6.2 
     5Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python2.4-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool 
     6XS-Python-Version: 2.4 
     7Standards-Version: 3.7.2 
    78 
    89Package: gajim 
    910Architecture: any 
    10 Depends: ${shlibs:Depends}, python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2 
    11 Recommends: dnsutils, python2.4-dbus, notification-daemon 
    12 Suggests: python2.4-gnome2 
     11XB-Python-Version: ${python:Versions} 
     12Depends: ${python:Depends}, python2.4, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python2.4-pysqlite2 
     13Recommends: dnsutils, dbus, python2.4-dbus, notification-daemon 
     14Suggests: python-gnome2, python-gnupginterface, nautilus-sendto, avahi-daemon, python-avahi 
    1315Description: Jabber client written in PyGTK 
    1416 Gajim is a Jabber client. It has a tabbed user interface with normal chats, 
  • trunk/debian/copyright

    r6434 r7204  
    33 
    44It was downloaded from: 
    5  http://www.gajim.org/downloads/gajim-0.10.1.tar.gz 
     5 http://www.gajim.org/downloads/gajim-0.11.0.tar.gz 
    66 
    77Upstream Authors: 
  • trunk/debian/gajim.manpages

    r335 r7204  
    1 gajim.1 
     1data/gajim.1 
  • trunk/debian/gajim-remote.manpages

    r3134 r7204  
    1 gajim.1 
     1data/gajim-remote.1 
  • trunk/debian/patches/00_debian-copying.patch

    r6486 r7204  
    1 Index: Makefile 
     1Index: Makefile.am 
    22=================================================================== 
    3 --- Makefile    (revision 6485) 
    4 +++ Makefile    (working copy) 
    5 @@ -89,7 +89,6 @@ 
    6         done 
    7         if [[  -n $$(find po -name *.mo) ]]; then \ 
    8                 ${MAKE} -C po install PREFIX=$(PREFIX) ; \ 
    9         fi 
    10 -       cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; 
    11         cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/"; 
    12         cp AUTHORS "$(DESTDIR)$(PREFIX)/share/gajim/"; 
    13         mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps"; 
    14 Index: src/dialogs.py 
    15 =================================================================== 
    16 --- src/dialogs.py      (revision 6485) 
    17 +++ src/dialogs.py      (working copy) 
    18 @@ -558,7 +558,7 @@ 
    19                 dlg.set_version(gajim.version) 
    20                 s = u'Copyright \xa9 2003-2005 Gajim Team' 
    21                 dlg.set_copyright(s) 
    22 -               text = open('../COPYING').read() 
    23 +               text = open('/usr/share/common-licenses/GPL-2').read() 
    24                 dlg.set_license(text) 
     3--- Makefile.am (revision 7202) 
     4+++ Makefile.am (working copy) 
     5@@ -9,7 +9,6 @@ 
     6 docfiles_DATA = README \ 
     7                                README.html \ 
     8                                ChangeLog \ 
     9-                               COPYING \ 
     10                                THANKS \ 
     11                                AUTHORS  
    2512  
    26                 dlg.set_comments(_('A GTK jabber client')) 
     13--- Makefile.in 
     14+++ Makefile.in 
     15@@ -273,7 +273,6 @@ 
     16 docfiles_DATA = README \ 
     17                                README.html \ 
     18                                ChangeLog \ 
     19-                               COPYING \ 
     20                                THANKS \ 
     21                                AUTHORS  
     22  
  • trunk/debian/patches/00_debian-xpm.patch

    r4703 r7204  
    334334+"          *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.        ", 
    335335+"                                                                "} 
    336 --- Makefile 
    337 +++ Makefile 
    338 @@ -91,7 +91,7 @@ 
    339         done 
    340         cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; 
    341         mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps"; 
    342 -       cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/"; 
    343 +       cp data/pixmaps/gajim.xpm "$(DESTDIR)$(PREFIX)/share/pixmaps/"; 
    344         cp data/pixmaps/gajim_about.png "$(DESTDIR)$(PREFIX)/share/pixmaps/"; 
    345         mkdir -p "$(DESTDIR)$(PREFIX)/share/applications"; 
    346         cp gajim.desktop "$(DESTDIR)$(PREFIX)/share/applications/"; 
     336--- data/pixmaps/Makefile.am    (revision 7199) 
     337+++ data/pixmaps/Makefile.am    (working copy) 
     338@@ -6,7 +6,7 @@ 
     339 EXTRA_DIST = $(pixmaps_DATA) 
     340  
     341 gajimpixmapdir = $(datadir)/pixmaps 
     342-gajimpixmap_DATA = gajim.png \ 
     343+gajimpixmap_DATA = gajim.xpm \ 
     344                                   gajim_about.png 
     345  
     346 MAINTAINERCLEANFILES = Makefile.in 
  • trunk/debian/rules

    r6282 r7204  
    11#!/usr/bin/make -f 
     2DEB_PYTHON_SYSTEM=pysupport 
     3 
     4# Debhelper must be included before python-distutils to use 
     5# # # dh_python / dh_pycentral / dh_pysupport 
    26include /usr/share/cdbs/1/rules/debhelper.mk 
    3 include /usr/share/cdbs/1/class/makefile.mk 
    47include /usr/share/cdbs/1/rules/simple-patchsys.mk 
     8include /usr/share/cdbs/1/class/autotools.mk 
    59 
    6 PYTHON = python2.4 
    710PYTHONVER = 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) 
     11DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr 
     12DEB_MAKE_BUILD_TARGET    := all PYTHON=python$(PYTHONVER) 
     13DEB_MAKE_INSTALL_TARGET = install PYTHON=python$(PYTHONVER) DESTDIR=$(DEB_DESTDIR) 
    1314 
    1415binary-install/gajim:: 
     16        rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py 
     17        dh_pycentral -pgajim 
    1518        dh_python -pgajim /usr/share/gajim/src