Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 port of tklamq #1

Merged
merged 11 commits into from
Feb 16, 2022
Merged
83 changes: 0 additions & 83 deletions Makefile

This file was deleted.

49 changes: 0 additions & 49 deletions cmd_consume.py

This file was deleted.

39 changes: 0 additions & 39 deletions cmd_declare.py

This file was deleted.

99 changes: 0 additions & 99 deletions cmd_publish.py

This file was deleted.

13 changes: 6 additions & 7 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
Source: tklamq
Section: misc
Priority: optional
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Maintainer: Jeremy Davis <jeremy@turnkeylinux.org>
Build-Depends:
debhelper (>= 10),
dh-python,
python-all (>= 2.6.6-3~),
python3-all (>= 3.6~),
Standards-Version: 4.0.0

Package: tklamq
Architecture: any
Depends:
${misc:Depends},
${python:Depends},
python-amqplib,
python-kombu,
python-crypto,
python-simplejson,
${python3:Depends},
python3-amqplib,
python3-kombu,
python3-pycryptodome,
Description: TurnKey Linux Advanced Message Queue (AMQ) client
7 changes: 4 additions & 3 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ Author: Alon Swartz <alon@turnkeylinux.org>

License:

Copyright (C) 2010 Alon Swartz <alon@turnkeylinux.org>
Copyright (C) 2010-2021 Alon Swartz <alon@turnkeylinux.org>
Copyright (C) 2022 TurnKey GNU/Linux <admin@turnkeylinux.org>

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 of the License, or
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
Expand All @@ -19,4 +20,4 @@ License:
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

On Debian and Ubuntu systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL file.
License can be found in /usr/share/common-licenses/GPL-3 file.
9 changes: 3 additions & 6 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#! /usr/bin/make -f
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
dh $@ --with python2 --buildsystem=makefile

override_dh_auto_install:
dh_auto_install -- prefix=debian/$(DEB_SOURCE)/usr
dh $@ --buildsystem=pybuild
3 changes: 3 additions & 0 deletions debian/tklamq.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tklamq-consume /usr/bin/
tklamq-declare /usr/bin/
tklamq-publish /usr/bin/