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>2022-05-22 20:06:30 +0300
committerYann Leboulanger <asterix@lagaule.org>2022-05-22 20:06:51 +0300
commitc88a131bc02ea7d1fe04d0960c8c28cb594f0b77 (patch)
treef460bc105f6358923532e5919a45482b435ce8a3 /debian
parent6f7925e5e6c22e4cf5f4023a285bf179aec013b9 (diff)
chore: Add debian folder
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control56
-rw-r--r--debian/copyright27
-rw-r--r--debian/gajim.manpages1
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch8
9 files changed, 113 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000000000..d130780ce
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+gajim-svn (20060820) unstable; urgency=low
+
+ * daily snapshot
+
+ -- Yann Le Boulanger <asterix@lagaule.org> Sun, 20 Aug 2006 01:30:01 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000000000..b1bd38b62
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+13
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..ae0e917c7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: gajim-default-nightly
+Section: net
+Priority: optional
+Maintainer: Yann Leboulanger <asterix@lagaule.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3 (>= 3.9),
+ gettext (>= 0.17-4),
+Standards-Version: 4.0.0
+Homepage: https://gajim.org
+Vcs-Git: https://dev.gajim.org/gajim/gajim.git
+Vcs-Browser: https://dev.gajim.org/gajim/gajim/tree/master
+
+Package: gajim-default-nightly
+Architecture: all
+Depends:
+ python3 (>= 3.9),
+ ${misc:Depends}, ${python3:Depends},
+ python3-gi (>=3.32.0),
+ python3-gi-cairo,
+ gir1.2-gtk-3.0 (>=3.22),
+ python3-nbxmpp-nightly (>= 20160905),
+ python3-openssl,
+ python3-keyring,
+ python3-css-parser,
+ python3-precis-i18n,
+ python3-packaging,
+Recommends:
+ ca-certificates,
+ dbus,
+ python3-dbus,
+ notification-daemon,
+ python3-crypto,
+ pulseaudio-utils | alsa-utils | sox | oss4-base,
+ python3-gnupg (>= 0.3.8),
+Suggests:
+ network-manager,
+ gir1.2-gtkspell3-3.0,
+ aspell-en | aspell-dictionary,
+ gir1.2-gnomekeyring-1.0,
+ gnome-keyring,
+ python3-kerberos,
+ texlive-latex-base,
+ dvipng,
+ gir1.2-farstream-0.2,
+ gir1.2-gstreamer-1.0,
+ gstreamer1.0-plugins-good,
+ gstreamer1.0-gtk3,
+ python3-pycurl,
+ gir1.2-gupnpigd-1.0,
+Conflicts: gajim
+Description: XMPP client written in Python / GTK
+ Gajim is a XMPP client. It has a tabbed user interface with normal
+ chats, group chats, and has many features such as, TLS, GPG, SSL, multiple
+ accounts, avatars, file transfers, audio/video call, D-Bus and Metacontacts.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000000000..a356ab79b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Yann L.B. asterix@lagaule.org on
+Wed, 16 Jun 2005 20:00:00 +0100.
+
+It was downloaded from:
+ http://www.gajim.org/downloads/
+
+Upstream Authors:
+ - Yann Le Boulanger <asterix@lagaule.org>
+
+
+Copyright: (c) 2003-2011 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
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with Debian system; see the file /usr/share/common-licenses/GPL. If not,
+write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
+
diff --git a/debian/gajim.manpages b/debian/gajim.manpages
new file mode 100644
index 000000000..435281b21
--- /dev/null
+++ b/debian/gajim.manpages
@@ -0,0 +1 @@
+data/gajim.1
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 000000000..d8c7d5ba3
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+3.9-
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000000000..67b56799d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+export PYBUILD_NAME=gajim
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
+# test target is broken
+override_dh_auto_test:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000000000..d44d28492
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+# Control file for uscan
+# Run the "uscan" command to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://gajim.org/downloads/([\d.]*)/gajim-([\d\.]*)\.tar\.(?:gz|bz2|xz)