> I've just requested access to the telepathy team in salsa, so that i
> can push my changes there.

for now, here's the diff for the just uploaded package
diff --git a/debian/changelog b/debian/changelog
index 80a92e6..df7282e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-telepathy-salut (0.8.1-6) UNRELEASED; urgency=medium
+telepathy-salut (0.8.1-6) unstable; urgency=medium
 
   [ Jonny Lamb ]
   * Remove myself from Uploaders.
@@ -18,7 +18,10 @@ telepathy-salut (0.8.1-6) UNRELEASED; urgency=medium
   * Drop -dbg package and rely on the -dbgsym one
   * debian/rules: Enable all hardening options
 
- -- Laurent Bigonville <bi...@debian.org>  Sun, 10 Nov 2019 14:04:56 +0100
+  [ Sandro Tosi ]
+  * Drop twisted, avahi from b-d, part of py2removal effort
+
+ -- Sandro Tosi <mo...@debian.org>  Wed, 01 Apr 2020 19:49:05 -0400
 
 telepathy-salut (0.8.1-5) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 4758307..c884f5e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,7 @@ Build-Depends: debhelper (>= 12),
                libsqlite3-dev,
                libtelepathy-glib-dev (>= 0.17.1),
                libxml2-dev,
-               python (>= 2.5),
-               python-avahi,
-               python-twisted (>= 15.4),
+               python,
                uuid-dev,
                xsltproc
 Homepage: https://telepathy.freedesktop.org/wiki/
diff --git a/debian/rules b/debian/rules
index 8b074e2..d988810 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_configure:
 		--libexecdir="\$${prefix}/lib/telepathy" \
 		--enable-olpc \
 		--disable-static \
+		--disable-avahi-tests \
 		$(NULL)
 
 # the regression tests are too race-prone to run on Debian buildds

Reply via email to