>From what I can tell, python-zeitgeist isn't being used. It's better
for apps to switch to gir1.2-zeitgeist-2.0 instead. Switching to
GObject Introspection basically means switching from gtk2 to gtk3 too.

I am uploading an NMU to do this to the DEFERRED/15 queue. Please let
me know if I should speed up or slow down this upload. git patches
attached for my changes.

Thanks,
Jeremy Bicha
From 213b4d2ab81ce20935ea110795d39c54ef7d80ce Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Sun, 4 Feb 2018 17:47:11 -0500
Subject: [PATCH 1/3] Drop python-zeitgeist package (Closes: #781909)

---
 debian/changelog                |  7 +++++++
 debian/control                  | 22 ----------------------
 debian/python-zeitgeist.install |  1 -
 debian/rules                    |  1 +
 4 files changed, 8 insertions(+), 23 deletions(-)
 delete mode 100644 debian/python-zeitgeist.install

diff --git a/debian/changelog b/debian/changelog
index de65579..f3a4dc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+zeitgeist (1.0-0.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python-zeitgeist package (Closes: #781909)
+
+ -- Jeremy Bicha <jbi...@debian.org>  Sun, 04 Feb 2018 17:43:48 -0500
+
 zeitgeist (1.0-0.1) unstable; urgency=medium
 
   [ Jeremy Bicha ]
diff --git a/debian/control b/debian/control
index 8806363..39a49bc 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,6 @@ Package: zeitgeist
 Architecture: all
 Depends: ${misc:Depends},
  zeitgeist-core,
- python-zeitgeist,
  zeitgeist-datahub
 Description: event logging framework
  Zeitgeist is a service which logs the user's activities and events (files
@@ -63,27 +62,6 @@ Description: event logging framework - engine
  codenamed "Bluebird"). It also includes the FTS (Full Text Search)
  extension.
 
-Package: python-zeitgeist
-Architecture: all
-Section: python
-Depends: ${misc:Depends},
- ${python:Depends},
- python-xdg,
- python-dbus,
- python-gobject-2,
- python-gi
-Replaces: zeitgeist-core (<< 0.8.99~alpha1)
-Breaks: zeitgeist-core (<< 0.8.99~alpha1)
-Description: event logging framework - Python bindings
- Zeitgeist is a service which logs the user's activities and events (files
- opened, websites visited, conversations held with other people, etc.) and
- makes the relevant information available to other applications.
- .
- It serves as a comprehensive activity log and also makes it possible to
- determine relationships between items based on usage patterns.
- .
- This package contains the Python API.
-
 Package: libzeitgeist-2.0-0
 Section: libs
 Architecture: any
diff --git a/debian/python-zeitgeist.install b/debian/python-zeitgeist.install
deleted file mode 100644
index 607c065..0000000
--- a/debian/python-zeitgeist.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python*
diff --git a/debian/rules b/debian/rules
index 7e8eb77..8797e5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,5 @@ override_dh_strip:
 	dh_strip --dbgsym-migration='libzeitgeist-2.0-0-dbg (<< 1.0-0.1~)'
 
 override_dh_install:
+	rm -rf debian/tmp/usr/lib/python*
 	dh_install -X".trig" -X".la" -X".pyc" -X".pyo" --fail-missing
-- 
2.15.1

From 5677d61cf44ca45798edf2694f8eefb6d101352b Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Sun, 4 Feb 2018 17:48:17 -0500
Subject: [PATCH 2/3] Use Launchpad site as homepage (LP: #1744536)

---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f3a4dc1..7e4e40f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ zeitgeist (1.0-0.2) UNRELEASED; urgency=medium
 
   * Non-maintainer upload.
   * Drop python-zeitgeist package (Closes: #781909)
+  * Use Launchpad site as homepage (LP: #1744536)
 
  -- Jeremy Bicha <jbi...@debian.org>  Sun, 04 Feb 2018 17:43:48 -0500
 
diff --git a/debian/control b/debian/control
index 39a49bc..66055a1 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 10),
  raptor2-utils,
  valac (>= 0.22),
  valadoc
-Homepage: http://zeitgeist-project.com/
+Homepage: https://launchpad.net/zeitgeist-project
 Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/zeitgeist.git
 Vcs-Browser: https://anonscm.debian.org/git/collab-maint/zeitgeist.git
-- 
2.15.1

From 5798dc4388bd115bea7d52ca059c5062d8c70eb1 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Sun, 4 Feb 2018 17:48:26 -0500
Subject: [PATCH 3/3] releasing package zeitgeist version 1.0-0.2

---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e4e40f..87e4f44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-zeitgeist (1.0-0.2) UNRELEASED; urgency=medium
+zeitgeist (1.0-0.2) unstable; urgency=medium
 
   * Non-maintainer upload.
   * Drop python-zeitgeist package (Closes: #781909)
   * Use Launchpad site as homepage (LP: #1744536)
 
- -- Jeremy Bicha <jbi...@debian.org>  Sun, 04 Feb 2018 17:43:48 -0500
+ -- Jeremy Bicha <jbi...@debian.org>  Sun, 04 Feb 2018 17:48:19 -0500
 
 zeitgeist (1.0-0.1) unstable; urgency=medium
 
-- 
2.15.1

Reply via email to