Changeset 7204 for trunk/debian
- Timestamp:
- 10/11/06 23:10:06 (2 years ago)
- Location:
- trunk/debian
- Files:
-
- 3 added
- 8 modified
-
changelog (modified) (1 diff)
-
control (modified) (1 diff)
-
copyright (modified) (1 diff)
-
gajim.manpages (modified) (1 diff)
-
gajim-remote.manpages (modified) (1 diff)
-
patches/00_debian-copying.patch (modified) (1 diff)
-
patches/00_debian-xpm.patch (modified) (1 diff)
-
pycompat (added)
-
pyversions (added)
-
README.Debian (added)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/changelog
r6256 r7204 1 gajim (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 7 gajim (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 13 gajim (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 20 gajim (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 27 gajim (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 36 gajim (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 1 42 gajim (0.10-1) unstable; urgency=low 2 43 -
trunk/debian/control
r6434 r7204 3 3 Priority: optional 4 4 Maintainer: 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 5 Build-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 6 XS-Python-Version: 2.4 7 Standards-Version: 3.7.2 7 8 8 9 Package: gajim 9 10 Architecture: 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 11 XB-Python-Version: ${python:Versions} 12 Depends: ${python:Depends}, python2.4, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python2.4-pysqlite2 13 Recommends: dnsutils, dbus, python2.4-dbus, notification-daemon 14 Suggests: python-gnome2, python-gnupginterface, nautilus-sendto, avahi-daemon, python-avahi 13 15 Description: Jabber client written in PyGTK 14 16 Gajim is a Jabber client. It has a tabbed user interface with normal chats, -
trunk/debian/copyright
r6434 r7204 3 3 4 4 It was downloaded from: 5 http://www.gajim.org/downloads/gajim-0.1 0.1.tar.gz5 http://www.gajim.org/downloads/gajim-0.11.0.tar.gz 6 6 7 7 Upstream Authors: -
trunk/debian/gajim.manpages
r335 r7204 1 gajim.11 data/gajim.1 -
trunk/debian/gajim-remote.manpages
r3134 r7204 1 gajim.11 data/gajim-remote.1 -
trunk/debian/patches/00_debian-copying.patch
r6486 r7204 1 Index: Makefile 1 Index: Makefile.am 2 2 =================================================================== 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 25 12 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 334 334 +" *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*. ", 335 335 +" "} 336 --- Makefile337 +++ Makefile338 @@ - 91,7 +91,7 @@339 done340 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 1 1 #!/usr/bin/make -f 2 DEB_PYTHON_SYSTEM=pysupport 3 4 # Debhelper must be included before python-distutils to use 5 # # # dh_python / dh_pycentral / dh_pysupport 2 6 include /usr/share/cdbs/1/rules/debhelper.mk 3 include /usr/share/cdbs/1/class/makefile.mk4 7 include /usr/share/cdbs/1/rules/simple-patchsys.mk 8 include /usr/share/cdbs/1/class/autotools.mk 5 9 6 PYTHON = python2.47 10 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) 11 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr 12 DEB_MAKE_BUILD_TARGET := all PYTHON=python$(PYTHONVER) 13 DEB_MAKE_INSTALL_TARGET = install PYTHON=python$(PYTHONVER) DESTDIR=$(DEB_DESTDIR) 13 14 14 15 binary-install/gajim:: 16 rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py 17 dh_pycentral -pgajim 15 18 dh_python -pgajim /usr/share/gajim/src
