Changeset 7787 for branches/gajim_0.11/debian
- Timestamp:
- 01/06/07 12:00:50 (2 years ago)
- Location:
- branches/gajim_0.11/debian
- Files:
-
- 1 removed
- 4 modified
- 1 copied
-
changelog (modified) (1 diff)
-
control (modified) (2 diffs)
-
dirs (modified) (1 diff)
-
gajim.lintian (copied) (copied from trunk/debian/gajim.lintian)
-
patches/00_debian-xpm.patch (deleted)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/debian/changelog
r7204 r7787 1 gajim (0.11-1) unstable; urgency=low 2 3 * New upstream release. Closes: #403806 4 * Enable IPv6 support. Closes: #386062 5 * Fix popup-menu binding. Closes: #388564 6 * Fix quick access letter with spanish translation. Closes: #385410 7 * Fix typo in german translation. Closes: #398195 8 * Fix a bug with Gaim avatars. Closes: #398911 9 10 -- Yann Le Boulanger <asterix@lagaule.org> Tue, 19 Dec 2006 14:25:32 +0100 11 1 12 gajim (0.10.1-6) unstable; urgency=low 2 13 -
branches/gajim_0.11/debian/control
r7204 r7787 3 3 Priority: optional 4 4 Maintainer: Yann Le Boulanger <asterix@lagaule.org> 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 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, imagemagick, python-central (>= 0.5) 6 Build-Conflicts: python2.3 6 7 XS-Python-Version: 2.4 7 8 Standards-Version: 3.7.2 … … 12 13 Depends: ${python:Depends}, python2.4, python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python2.4-pysqlite2 13 14 Recommends: dnsutils, dbus, python2.4-dbus, notification-daemon 14 Suggests: python-gnome2, python-gnupginterface, nautilus-sendto, avahi-daemon, python-avahi 15 Suggests: python-gnome2, python-gnupginterface, nautilus-sendto, avahi-daemon, python-avahi, network-manager 15 16 Description: Jabber client written in PyGTK 16 17 Gajim is a Jabber client. It has a tabbed user interface with normal chats, -
branches/gajim_0.11/debian/dirs
r2111 r7787 5 5 usr/share/applications 6 6 usr/share/menu 7 usr/share/lintian/overrides 7 8 usr/lib/gajim -
branches/gajim_0.11/debian/rules
r7204 r7787 16 16 rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py 17 17 dh_pycentral -pgajim 18 dh_python -pgajim /usr/share/gajim/src 18 convert $(DEB_DESTDIR)/usr/share/pixmaps/gajim.png -resize 32x32 $(DEB_DESTDIR)/usr/share/pixmaps/gajim.xpm 19 install -m 0644 debian/gajim.lintian $(DEB_DESTDIR)/usr/share/lintian/overrides/gajim
