summaryrefslogtreecommitdiff
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2021-01-20 14:28:07 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2021-01-20 15:29:10 +0100
commit2b630ec7a1276feccdd354eb484614b9f11fefcd (patch)
tree3c95cfce7410748b67b57742727aba9cf764f345
parent0c56b5fba4d227c5bda4dac5f2221a9322725774 (diff)
debian: Sync with ubuntu
-rw-r--r--debian/changelog39
-rw-r--r--debian/control5
2 files changed, 40 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index b1b66245..7b591065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+autopilot (1.6.0+17.04.20170313-0ubuntu13) hirsute; urgency=medium
+
+ * Drop mir-utils dependency; these clients are no longer supported by Mir
+ 2.0. The codepaths that use them are inaccessible, as the archive's Mir no
+ longer provides mirclient sockets, used for the mir XDG_SESSION_TYPE.
+
+ -- Christopher James Halse Rogers <raof@ubuntu.com> Mon, 04 Jan 2021 08:27:40 +1100
+
+autopilot (1.6.0+17.04.20170313-0ubuntu12) hirsute; urgency=medium
+
+ * Fix ftbfs with python3.9.
+
+ -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 10 Dec 2020 17:42:06 +0000
+
+autopilot (1.6.0+17.04.20170313-0ubuntu11) hirsute; urgency=medium
+
+ * No-change rebuild to drop python3.8 extensions.
+
+ -- Matthias Klose <doko@ubuntu.com> Mon, 07 Dec 2020 18:46:19 +0100
+
+autopilot (1.6.0+17.04.20170313-0ubuntu10) hirsute; urgency=medium
+
+ * No-change rebuild to build with python3.9 as supported.
+
+ -- Matthias Klose <doko@ubuntu.com> Sat, 24 Oct 2020 13:17:32 +0200
+
+autopilot (1.6.0+17.04.20170313-0ubuntu9) groovy; urgency=medium
+
+ * Drop upstart, click, ubuntu-app-launch support. All of those things
+ are removed from the Ubuntu Archive.
+
+ -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 04 Jun 2020 14:10:05 +0100
+
+autopilot (1.6.0+17.04.20170313-0ubuntu8) focal; urgency=medium
+
+ * No-change rebuild to drop python3.7.
+
+ -- Matthias Klose <doko@ubuntu.com> Tue, 18 Feb 2020 09:16:48 +0100
+
autopilot (1.6.0+17.04.20170313-0ubuntu7) focal; urgency=medium
* autopilot-vis has been removed, so removed test_vis_main which depends on
diff --git a/debian/control b/debian/control
index 30f73e88..6cd8edcf 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 9.0.0),
dh-python,
gir1.2-gtk-3.0,
gir1.2-ibus-1.0,
- gir1.2-ubuntu-app-launch-3 | gir1.2-ubuntu-app-launch-2,
graphviz,
libjs-jquery,
libjs-underscore,
@@ -39,10 +38,8 @@ X-Python3-Version: >= 3.3
Package: python3-autopilot
Architecture: all
-Depends: gir1.2-ubuntu-app-launch-3 | gir1.2-ubuntu-app-launch-2,
- libjs-jquery,
+Depends: libjs-jquery,
libjs-underscore,
- mir-utils,
python3-dateutil,
python3-dbus,
python3-decorator,