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-08-21 18:07:00 +0400
committerYann Leboulanger <asterix@lagaule.org>2005-08-21 18:07:00 +0400
commit208fd473d59a79d28953712b373cff42bd42c8c4 (patch)
tree42dc28d13aed8f0cfebe70d3c481284cca486148 /debian
parent0d4979b1ddf180a4cdaf2ce9217c44fdbb474fb6 (diff)
arch is any (see http://www.us.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Architecture)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cfc7fba48..662279933 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gajim (0.8-2) unstable; urgency=low
+
+ * build-depend list now works with sarge
+
+ -- Yann Le Boulanger <asterix@lagaule.org> Sun, 21 Aug 2005 14:56:48 +0200
+
gajim (0.8-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 5b8874e6d..8ddd7d0f3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.0), cdbs, python-dev, libgtk2.0-dev, python-gtk
Standards-Version: 3.6.2
Package: gajim
-Architecture: all
+Architecture: any
Depends: ${shlibs:Depends}, python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0)
Suggests: python-gnupginterface
Description: Jabber client written in PyGTK