Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2005-02-28 19:28:50 +0300
committerYann Leboulanger <asterix@lagaule.org>2005-02-28 19:28:50 +0300
commitd6b3739f963c8d7b4229d5e22c4fb1eae7e19eed (patch)
treec2a2ad85ff3ea941e80c1d754e8060c4678e9c87 /debian
parent0c1e2147ef03fb6c8ef4bfcf53d74cdce96ffc2e (diff)
update some files for the Debian package
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/files1
-rwxr-xr-xdebian/rules2
4 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index cef754ba3..320736cd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 8e53d0c77..f62f80743 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 8aabf283b..000000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-gajim_0.3_i386.deb net optional
diff --git a/debian/rules b/debian/rules
index c4e5e0399..fae177200 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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