Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
e3000663
Commit
e3000663
authored
19 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
updated debian folder for 0.7 release
parent
77105e8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
debian/changelog
+14
-0
14 additions, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
debian/copyright
+3
-2
3 additions, 2 deletions
debian/copyright
debian/dirs
+1
-0
1 addition, 0 deletions
debian/dirs
debian/rules
+0
-5
0 additions, 5 deletions
debian/rules
with
20 additions
and
9 deletions
debian/changelog
+
14
−
0
View file @
e3000663
gajim (0.7-1) unstable; urgency=low
* Ability for groupchat reserved rooms with full affiliations and roles support
* Popup notification for incoming events
* Protocol icons for contacts from transports
* Gajim's user interface is now more HIG compliant
* Gajim now detects and can send operating system information
* Gajim can now inform the user about new version availability
* Gajim jabber library migration from jabberpy to xmpppy
* Rewrite of the plugin system to remove threads and improve latency
* Gajim now supports Nodes in Service Discovery
-- Yann Le Boulanger <asterix@lagaule.org> Mon, 23 May 2005 10:28:40 +0200
gajim (0.6.1-1) unstable; urgency=low
* Rewrite of service discovery. It doesn't freeze Gajim anymore.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
e3000663
...
...
@@ -11,5 +11,5 @@ Section: net
Priority: optional
Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0)
Suggests: python-gnupginterface
Description:
GTK j
abber client written in python
Gajim is a
GTK
jabber client written in python.
Description:
J
abber client written in python
Gajim is a jabber client written in python
, with a GTK frontend
.
This diff is collapsed.
Click to expand it.
debian/copyright
+
3
−
2
View file @
e3000663
...
...
@@ -3,10 +3,11 @@ Fri, 21 May 2004 18:15:28 -0400.
Gajim Team:
- Yann Le Boulanger <asterix@lagaule.org>
- Vincent Hanquez <tab@tuxfamily.org>
- Vincent Hanquez <tab@snarc.org>
- Nikos Kouremenos <kourem@gmail.com>
Copyright: (c) 2003 Gajim Team
Copyright: (c) 2003
-2005
Gajim Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
debian/dirs
+
1
−
0
View file @
e3000663
...
...
@@ -2,5 +2,6 @@ usr/bin
usr/share/gajim
usr/share/man/man1
usr/share/pixmaps
usr/share/applications
usr/lib/menu
usr/lib/gajim
This diff is collapsed.
Click to expand it.
debian/rules
+
0
−
5
View file @
e3000663
...
...
@@ -8,14 +8,12 @@ build: build-stamp
build-stamp:
$(checkdir)
# $(MAKE) CFLAGS="-O2 -g -Wall"
make
touch build
clean:
$(checkdir)
rm -f build
# -$(MAKE) clean
make clean
rm -f `find . -name "*~"`
rm -rf debian/tmp debian/files* core debian/substvars files
...
...
@@ -28,9 +26,6 @@ install-stamp: build-stamp
cd debian/tmp && install -d `cat ../dirs`
make install PREFIX=/usr DESTDIR=`pwd`/debian/tmp
cp gajim.xpm debian/tmp/usr/share/pixmaps
chmod -x debian/tmp/usr/share/gajim/gajim.py
sed -ne '1d;w debian/tmp/gajim.py.tmp' debian/tmp/usr/share/gajim/gajim.py
mv debian/tmp/gajim.py.tmp debian/tmp/usr/share/gajim/gajim.py
binary-indep: checkroot build
$(checkdir)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment