diff --git a/MANIFEST.in b/MANIFEST.in
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_TUFOSUZFU1QuaW4=..7a16d33489e0ec04ab041d352b39419dfacccf88_TUFOSUZFU1QuaW4= 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,6 @@
 recursive-include cubicweb_compound/i18n *.po
 
 exclude cubicweb-compound.spec
-prune debian
 exclude .gitlab-ci.yml
 include README.rst
 exclude .yamllint
diff --git a/cubicweb-compound.spec b/cubicweb-compound.spec
deleted file mode 100644
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_Y3ViaWN3ZWItY29tcG91bmQuc3BlYw==..0000000000000000000000000000000000000000
--- a/cubicweb-compound.spec
+++ /dev/null
@@ -1,43 +0,0 @@
-# for el5, force use of python2.6
-%if 0%{?el5}
-%define python python26
-%define __python /usr/bin/python2.6
-%else
-%define python python
-%define __python /usr/bin/python
-%endif
-%{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-Name:           cubicweb-compound
-Version:        0.7.0
-Release:        logilab.1%{?dist}
-Summary:        Library cube to handle assemblies of composite entities
-Group:          Applications/Internet
-License:        LGPL
-Source0:        cubicweb-compound-%{version}.tar.gz
-
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-
-BuildRequires:  %{python} %{python}-setuptools
-Requires:       cubicweb >= 3.24.0
-
-%description
-Library cube to handle assemblies of composite entities
-
-%prep
-%setup -q -n cubicweb-compound-%{version}
-%if 0%{?el5}
-# change the python version in shebangs
-find . -name '*.py' -type f -print0 |  xargs -0 sed -i '1,3s;^#!.*python.*$;#! /usr/bin/python2.6;'
-%endif
-
-%install
-%{__python} setup.py install --no-compile --skip-build --root $RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%{_python_sitelib}/*
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_ZGViaWFuL2NoYW5nZWxvZw==..0000000000000000000000000000000000000000
--- a/debian/changelog
+++ /dev/null
@@ -1,53 +0,0 @@
-cubicweb-compound (0.7.0-1) unstable; urgency=medium
-
-  * New upstream release 
-
- -- Sylvain Thenault <sylvain.thenault@logilab.fr>  Tue, 19 Dec 2017 11:40:20 +0100
-
-cubicweb-compound (0.6.0-1) unstable; urgency=medium
-
-  * new upstream release
-
- -- Sylvain Thenault <sylvain.thenault@logilab.fr>  Tue, 21 Mar 2017 11:52:22 +0100
-
-cubicweb-compound (0.5.0-1) unstable; urgency=medium
-
-  * new upstream release
-
- -- Sylvain Thenault <sylvain.thenault@logilab.fr>  Tue, 07 Mar 2017 13:19:04 +0100
-
-cubicweb-compound (0.4.0-1) unstable; urgency=medium
-
-  * new upstream release
-
- -- Sylvain Thenault <sylvain.thenault@logilab.fr>  Tue, 18 Oct 2016 17:16:42 +0200
-
-cubicweb-compound (0.3.1-1) unstable; urgency=medium
-
-  * new upstream release.
-
- -- Denis Laxalde <denis.laxalde@logilab.fr>  Fri, 24 Jun 2016 13:41:11 +0200
-
-cubicweb-compound (0.3.0-1) unstable; urgency=medium
-
-  * new upstream release.
-
- -- Denis Laxalde <denis.laxalde@logilab.fr>  Thu, 23 Jun 2016 17:05:36 +0200
-
-cubicweb-compound (0.2.1-1) unstable; urgency=medium
-
-  * new upstream release
-
- -- Sylvain Thenault <sylvain.thenault@logilab.fr>  Tue, 29 Sep 2015 10:02:13 +0200
-
-cubicweb-compound (0.2.0-1) unstable; urgency=medium
-
-  * new upstream release
-
- -- Sylvain Thenault <sylvain.thenault@logilab.fr>  Tue, 25 Aug 2015 16:58:45 +0200
-
-cubicweb-compound (0.1.0-1) unstable; urgency=low
-
-  * initial release
-
- -- Denis Laxalde <denis.laxalde@logilab.fr>  Fri, 21 Aug 2015 08:52:00 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_ZGViaWFuL2NvbXBhdA==..0000000000000000000000000000000000000000
--- a/debian/compat
+++ /dev/null
@@ -1,1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_ZGViaWFuL2NvbnRyb2w=..0000000000000000000000000000000000000000
--- a/debian/control
+++ /dev/null
@@ -1,24 +0,0 @@
-Source: cubicweb-compound
-Section: web
-Priority: optional
-Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
-Build-Depends:
- debhelper (>= 7),
- python (>= 2.6.5),
- python-setuptools,
-Standards-Version: 3.9.3
-X-Python-Version: >= 2.6
-
-Package: cubicweb-compound
-Architecture: all
-Depends:
- python-cubicweb (>= 3.24.0),
- ${python:Depends},
- ${misc:Depends},
-Description: Library cube to handle assemblies of composite entities
- CubicWeb is a semantic web application framework.
- .
- Library cube to handle assemblies of composite entities
- .
- This package will install all the components you need to run the
- cubicweb-compound application (cube :)..
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_ZGViaWFuL2NvcHlyaWdodA==..0000000000000000000000000000000000000000
--- a/debian/copyright
+++ /dev/null
@@ -1,8 +0,0 @@
-Upstream Author:
-
-  LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
-
-Copyright:
-
-Copyright (c) 2015 LOGILAB S.A. (Paris, FRANCE).
-http://www.logilab.fr -- mailto:contact@logilab.fr
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_ZGViaWFuL3J1bGVz..0000000000000000000000000000000000000000
--- a/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with python2
diff --git a/tox.ini b/tox.ini
index 97e528780a6e4a7d72f2714ec7af1b1758d2b58f_dG94LmluaQ==..7a16d33489e0ec04ab041d352b39419dfacccf88_dG94LmluaQ== 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,24 +39,6 @@
   twine check dist/*
   twine upload --skip-existing dist/*
 
-[testenv:deb-publish]
-passenv = JENKINS_USER JENKINS_TOKEN
-basepython = python3
-skip_install = true
-whitelist_externals =
-  rm
-  sh
-  hg
-deps =
-  httpie
-commands =
-  hg clean --all --dirs --files
-  rm -rf build dist .egg .egg-info
-  python3 setup.py sdist
-  sh -c "PACKAGE_NAME=$(python3 setup.py --name) && VERSION=$(python3 setup.py --version) &&   cd dist &&   tar xf $PACKAGE_NAME-$VERSION.tar.gz &&   cd $PACKAGE_NAME-$VERSION &&   cp -a {toxinidir}/debian . &&   mk-origtargz --rename ../$PACKAGE_NAME-$VERSION.tar.gz &&   dpkg-buildpackage -us -uc --no-check-builddeps --build=source "
-  sh -c "cd dist && dcmd zip latest.zip *.changes"
-  http -f POST https://{env:JENKINS_USER}:{env:JENKINS_TOKEN}@jenkins.intra.logilab.fr/job/pkg-from-dsc/buildWithParameters DIST=buster source.zip@dist/latest.zip REPO=buster PUBLISH=true
-
 [testenv:yamllint]
 skip_install = true
 deps = yamllint