Yann Leboulanger pushed to branch master at gajim / gajim


Commits:
c88a131b by Yann Leboulanger at 2022-05-22T19:06:51+02:00
chore: Add debian folder

- - - - -


9 changed files:

- + debian/changelog
- + debian/compat
- + debian/control
- + debian/copyright
- + debian/gajim.manpages
- + debian/pyversions
- + debian/rules
- + debian/source/format
- + debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -0,0 +1,6 @@
+gajim-svn (20060820) unstable; urgency=low
+
+  * daily snapshot
+
+ -- Yann Le Boulanger <[email protected]>  Sun, 20 Aug 2006 01:30:01 +0200
+


=====================================
debian/compat
=====================================
@@ -0,0 +1 @@
+13


=====================================
debian/control
=====================================
@@ -0,0 +1,56 @@
+Source: gajim-default-nightly
+Section: net
+Priority: optional
+Maintainer: Yann Leboulanger <[email protected]>
+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.


=====================================
debian/copyright
=====================================
@@ -0,0 +1,27 @@
+This package was debianized by Yann L.B. [email protected] on
+Wed, 16 Jun 2005 20:00:00 +0100.
+
+It was downloaded from:
+ http://www.gajim.org/downloads/
+
+Upstream Authors:
+      - Yann Le Boulanger <[email protected]>
+ 
+
+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.
+


=====================================
debian/gajim.manpages
=====================================
@@ -0,0 +1 @@
+data/gajim.1


=====================================
debian/pyversions
=====================================
@@ -0,0 +1 @@
+3.9-


=====================================
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:


=====================================
debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
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)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c88a131bc02ea7d1fe04d0960c8c28cb594f0b77

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c88a131bc02ea7d1fe04d0960c8c28cb594f0b77
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to