diff -Nru python-axolotl-0.2.3/debian/changelog python-axolotl-0.2.3/debian/changelog --- python-axolotl-0.2.3/debian/changelog 2019-07-13 17:23:41.000000000 +0000 +++ python-axolotl-0.2.3/debian/changelog 2019-08-13 16:31:43.000000000 +0000 @@ -1,3 +1,10 @@ +python-axolotl (0.2.3-3) unstable; urgency=medium + + * Add salsa-ci configuration file + * Remove python2 package + + -- Josue Ortega Tue, 13 Aug 2019 10:31:43 -0600 + python-axolotl (0.2.3-2) unstable; urgency=medium * Upload to unstable diff -Nru python-axolotl-0.2.3/debian/control python-axolotl-0.2.3/debian/control --- python-axolotl-0.2.3/debian/control 2019-07-13 17:23:41.000000000 +0000 +++ python-axolotl-0.2.3/debian/control 2019-08-13 16:31:43.000000000 +0000 @@ -4,11 +4,6 @@ Maintainer: Josue Ortega Build-Depends: debhelper-compat (= 12), dh-python, - python-setuptools (>= 5.5.1), - python-all (>= 2.7.8), - python-axolotl-curve25519 (>= 0.1), - python-cryptography, - python-protobuf (>= 3.0.0), python3-setuptools (>= 5.5.1), python3-all (>= 2.7.8), python3-axolotl-curve25519 (>= 0.1), @@ -19,18 +14,6 @@ Vcs-Git: https://salsa.debian.org/debian/python-axolotl.git Vcs-Browser: https://salsa.debian.org/debian/python-axolotl -Package: python-axolotl -Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, - python-axolotl-curve25519 (>= 0.1), - python-cryptography, - python-protobuf (>= 3.0.0) -Description: Python port of libaxolotl-android - This is a Python port of libaxolotol-android package originally written by - Moxie Marlinspike. The Libaxolotol library is defined as a ratcheting - forward secrecy protocol that works in synchronous and asynchronous messaging - environments. - Package: python3-axolotl Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, @@ -41,4 +24,4 @@ This is a Python 3 port of libaxolotol-android package originally written by Moxie Marlinspike. The Libaxolotol library is defined as a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging - environments. \ No newline at end of file + environments. diff -Nru python-axolotl-0.2.3/debian/rules python-axolotl-0.2.3/debian/rules --- python-axolotl-0.2.3/debian/rules 2019-07-13 17:23:41.000000000 +0000 +++ python-axolotl-0.2.3/debian/rules 2019-08-13 16:31:43.000000000 +0000 @@ -5,4 +5,4 @@ export PYBUILD_NAME=axolotl %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild diff -Nru python-axolotl-0.2.3/debian/salsa-ci.yml python-axolotl-0.2.3/debian/salsa-ci.yml --- python-axolotl-0.2.3/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ python-axolotl-0.2.3/debian/salsa-ci.yml 2019-08-13 16:31:43.000000000 +0000 @@ -0,0 +1,3 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru python-axolotl-0.2.3/debian/tests/control python-axolotl-0.2.3/debian/tests/control --- python-axolotl-0.2.3/debian/tests/control 2019-07-13 17:23:41.000000000 +0000 +++ python-axolotl-0.2.3/debian/tests/control 2019-08-13 16:31:43.000000000 +0000 @@ -1,3 +1 @@ -Test-Command: python -c "import axolotl" - Test-Command: python3 -c "import axolotl"