Loading debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ zeitgeist (1.0.1-0.1) UNRELEASED; urgency=medium * Non-maintainer upload * New upstream release * debian/gbp.conf: Use pristine-tar * Switch python-zeitgeist to python3-zeitgeist (Closes: #781909) -- Jeremy Bicha <jbicha@debian.org> Sat, 24 Feb 2018 12:13:41 -0500 Loading debian/control +23 −3 Original line number Diff line number Diff line Loading @@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 10), libsqlite3-dev (>= 3.7.11), libtelepathy-glib-dev (>= 0.18.0), libxapian-dev, python-all (>= 2.6.6-3~), python3-all, python-gi, python-rdflib, python3-rdflib, raptor2-utils, valac (>= 0.22), valadoc Loading @@ -25,11 +25,11 @@ 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 X-Python-Version: >= 2.6 Package: zeitgeist Architecture: all Depends: ${misc:Depends}, python3-zeitgeist, zeitgeist-core, zeitgeist-datahub Description: event logging framework Loading Loading @@ -143,6 +143,26 @@ Description: library to access Zeitgeist - GObject introspection data This package can be used by languages supporting the GIRepository format to generate dynamic bindings. Package: python3-zeitgeist Architecture: all Section: python Depends: ${misc:Depends}, ${python3:Depends}, python3-xdg, python3-dbus, python3-gi Replaces: zeitgeist-core (<< 0.8.99~alpha1) Breaks: zeitgeist-core (<< 0.8.99~alpha1) Description: event logging framework - Python 3 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: zeitgeist-datahub Architecture: any Depends: ${shlibs:Depends}, Loading debian/python3-zeitgeist.install 0 → 100644 +1 −0 Original line number Diff line number Diff line usr/lib/python* debian/rules +3 −2 Original line number Diff line number Diff line #!/usr/bin/make -f export PYTHON=python3 %: dh $@ --with python2,gir dh $@ --with python3,gir override_dh_auto_configure: dh_auto_configure -- --libexecdir=/usr/lib/zeitgeist \ Loading @@ -14,5 +16,4 @@ 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 Loading
debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ zeitgeist (1.0.1-0.1) UNRELEASED; urgency=medium * Non-maintainer upload * New upstream release * debian/gbp.conf: Use pristine-tar * Switch python-zeitgeist to python3-zeitgeist (Closes: #781909) -- Jeremy Bicha <jbicha@debian.org> Sat, 24 Feb 2018 12:13:41 -0500 Loading
debian/control +23 −3 Original line number Diff line number Diff line Loading @@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 10), libsqlite3-dev (>= 3.7.11), libtelepathy-glib-dev (>= 0.18.0), libxapian-dev, python-all (>= 2.6.6-3~), python3-all, python-gi, python-rdflib, python3-rdflib, raptor2-utils, valac (>= 0.22), valadoc Loading @@ -25,11 +25,11 @@ 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 X-Python-Version: >= 2.6 Package: zeitgeist Architecture: all Depends: ${misc:Depends}, python3-zeitgeist, zeitgeist-core, zeitgeist-datahub Description: event logging framework Loading Loading @@ -143,6 +143,26 @@ Description: library to access Zeitgeist - GObject introspection data This package can be used by languages supporting the GIRepository format to generate dynamic bindings. Package: python3-zeitgeist Architecture: all Section: python Depends: ${misc:Depends}, ${python3:Depends}, python3-xdg, python3-dbus, python3-gi Replaces: zeitgeist-core (<< 0.8.99~alpha1) Breaks: zeitgeist-core (<< 0.8.99~alpha1) Description: event logging framework - Python 3 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: zeitgeist-datahub Architecture: any Depends: ${shlibs:Depends}, Loading
debian/python3-zeitgeist.install 0 → 100644 +1 −0 Original line number Diff line number Diff line usr/lib/python*
debian/rules +3 −2 Original line number Diff line number Diff line #!/usr/bin/make -f export PYTHON=python3 %: dh $@ --with python2,gir dh $@ --with python3,gir override_dh_auto_configure: dh_auto_configure -- --libexecdir=/usr/lib/zeitgeist \ Loading @@ -14,5 +16,4 @@ 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