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
Erik Huelsmann
gajim
Commits
e88aabcb
Commit
e88aabcb
authored
19 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
new debian folder that build pyo
parent
ee928792
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/patches/00_debian-copying.patch
+13
-0
13 additions, 0 deletions
debian/patches/00_debian-copying.patch
debian/rules
+4
-7
4 additions, 7 deletions
debian/rules
with
24 additions
and
7 deletions
debian/changelog
+
7
−
0
View file @
e88aabcb
gajim (0.8-1) unstable; urgency=low
* new upstream release
* use cdbs
-- Yann Le Boulanger <asterix@lagaule.org> Fri, 1 Jul 2005 18:35:02 +0200
gajim (0.7.1-1) unstable; urgency=low
* Initial Release. Closes: #311215
...
...
This diff is collapsed.
Click to expand it.
debian/patches/00_debian-copying.patch
0 → 100644
+
13
−
0
View file @
e88aabcb
Index: src/dialogs.py
===================================================================
--- src/dialogs.py (Revision 2236)
+++ src/dialogs.py (Arbeitskopie)
@@ -391,7 +391,7 @@
dlg.set_version(gajim.version)
s = u'Copyright \xa9 2003-2005 Gajim Team'
dlg.set_copyright(s)
- text = open('../COPYING').read()
+ text = open('/usr/share/common-licenses/GPL-2').read()
dlg.set_license(text)
dlg.set_comments(_('A GTK jabber client'))
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
7
View file @
e88aabcb
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
PYTHONVER = `python -c 'import sys; print sys.version[:3]'`
CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(PYTHONVER) -I.
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
DEB_MAKE_CLEAN_TARGET := clean
DEB_MAKE_BUILD_TARGET := all
DEB_MAKE_INSTALL_TARGET := install PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
DEB_MAKE_INSTALL_TARGET = install PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
clean/gajim::
binary-install:
rm debian/tmp/usr/share/gajim/src/common/GnuPGInterface.py
binary-install/gajim::
rm $(DEB_DESTDIR)/usr/share/gajim/COPYING
rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py
dh_python -pgajim /usr/share/gajim/src
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