update some files for the Debian package

This commit is contained in:
Yann Leboulanger 2005-02-28 16:28:50 +00:00
parent 0c1e2147ef
commit d6b3739f96
4 changed files with 8 additions and 7 deletions

8
debian/changelog vendored
View file

@ -3,7 +3,7 @@ gajim (0.5.1-1) unstable; urgency=low
* bugfixs
* GUI improvements
-- asterix <asterix@lagaule.org> Sun, 27 Feb 2005 11:34:08 +0100
-- Yann Le Boulanger <asterix@lagaule.org> Sun, 27 Feb 2005 11:34:08 +0100
gajim (0.5) unstable; urgency=low
@ -13,14 +13,14 @@ gajim (0.5) unstable; urgency=low
* sound support (linux only)
* idle module available for windows 2k/XP
-- <asterix@lagaule.org> Sat, 26 Feb 2005 15:07:25 +0100
-- Yann Le Boulanger <asterix@lagaule.org> Sat, 26 Feb 2005 15:07:25 +0100
gajim (0.4.1) unstable; urgency=low
* new option parser that support ; and # in option's value
* bugfix with GPG signatures
-- <asterix@lagaule.org> Sun, 23 Jan 2005 19:19:03 +0100
-- Yann Le Boulanger <asterix@lagaule.org> Sun, 23 Jan 2005 19:19:03 +0100
gajim (0.4) unstable; urgency=low
@ -29,7 +29,7 @@ gajim (0.4) unstable; urgency=low
* emoticons support with a binder
* bugfixes
-- asterix <asterix@lagaule.org> Fri, 21 Jan 2005 08:59:31 +0100
-- Yann Le Boulanger <asterix@lagaule.org> Fri, 21 Jan 2005 08:59:31 +0100
gajim (0.3) unstable; urgency=low

4
debian/control vendored
View file

@ -2,11 +2,13 @@ Source: gajim
Section: net
Priority: optional
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
Standards-Version: 3.5.8
Standards-Version: 3.6.1.1
Build-Depends: debmake, python-dev, libgtk2.0-dev, python-gtk2-dev
Package: gajim
Architecture: any
Section: net
Priority: optional
Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0)
Suggests: python-gnupginterface
Description: jabber client in python

1
debian/files vendored
View file

@ -1 +0,0 @@
gajim_0.3_i386.deb net optional

2
debian/rules vendored
View file

@ -18,7 +18,7 @@ clean:
# -$(MAKE) clean
make clean
rm -f `find . -name "*~"`
rm -rf debian/tmp debian/files* core debian/substvars
rm -rf debian/tmp debian/files* core debian/substvars files
install: install-stamp
install-stamp: build-stamp