--- aptdaemon-0.10+bzr173.orig/debian/python-aptdaemon-gtk.install +++ aptdaemon-0.10+bzr173/debian/python-aptdaemon-gtk.install @@ -0,0 +1,2 @@ +usr/lib/python2.*/*-packages/aptdaemon/gtkwidgets.py +usr/share/icons/hicolor/*/*/aptdaemon*.png --- aptdaemon-0.10+bzr173.orig/debian/python-aptdaemon.install +++ aptdaemon-0.10+bzr173/debian/python-aptdaemon.install @@ -0,0 +1,9 @@ +usr/lib/python2.*/*-packages/aptdaemon/__init__.py +usr/lib/python2.*/*-packages/aptdaemon/client.py +usr/lib/python2.*/*-packages/aptdaemon/core.py +usr/lib/python2.*/*-packages/aptdaemon/debconf.py +usr/lib/python2.*/*-packages/aptdaemon/enums.py +usr/lib/python2.*/*-packages/aptdaemon/errors.py +usr/lib/python2.*/*-packages/aptdaemon/policykit.py +usr/lib/python2.*/*-packages/aptdaemon/progress.py +usr/lib/python2.*/*-packages/aptdaemon/worker.py --- aptdaemon-0.10+bzr173.orig/debian/control +++ aptdaemon-0.10+bzr173/debian/control @@ -0,0 +1,88 @@ +Source: aptdaemon +Section: admin +Priority: extra +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Sebastian Heinlein +Build-Depends: + cdbs, + debhelper (>= 7), + quilt, + python-all-dev, + python-central (>= 0.5), + python-setuptools, + python-distutils-extra +Standards-Version: 3.8.2 +Homepage: https://launchpad.net/aptdaemon +Vcs-Bzr: lp:~aptdaemon-developers/aptdaemon/ubuntu-karmic +Vcs-Browser: https://code.launchpad.net/~aptdaemon-developers/aptdaemon/ubuntu-karmic +XS-Python-Version: all + +Package: aptdaemon +Architecture: all +Section: admin +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-aptdaemon (= ${binary:Version}) +XB-Python-Version: ${python:Versions} +Description: transaction based package management service + Aptdaemon allows normal users to perform package management tasks, e.g. + refreshing the cache, upgrading the system, installing or removing software + packages. + . + Currently it comes with the following main features: + . + - Programming language independent D-Bus interface, which allows to + write clients in several languages + - Runs only if required (D-Bus activation) + - Fine grained privilege management using PolicyKit, e.g. allowing all + desktop user to query for updates without entering a password + - Support for media changes during installation from DVD/CDROM + - Support for debconf (Debian's package configuration system) + - Support for attaching a terminal to the underlying dpkg call + . + This package contains the aptd script and all the data files required to run + the daemon. Moreover it contains the aptdcon script, which is a command + line client for aptdaemon. + +Package: python-aptdaemon +Architecture: all +Section: python +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-apt (>= 0.7.9), + python-gobject, + policykit (>= 0.9) +Recommends: aptdaemon +XB-Python-Version: ${python:Versions} +Description: Python module for the server and client of aptdaemon + Aptdaemon is a transaction based package management service. It allows + normal users to perform package management tasks, e.g. refreshing the + cache, upgrading the system, installing or removing software packages. + . + This package provides the Python modules required to run aptdaemon + and to implement a client. + +Package: python-aptdaemon-gtk +Architecture: all +Section: python +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-aptdaemon (= ${binary:Version}), + python-gtk2, + python-vte +XB-Python-Version: ${python:Versions} +Description: Python GTK+ widgets to run an aptdaemon client + Aptdaemon is a transaction based package management daemon. It allows + normal users to perform package management tasks, e.g. refreshing the + cache, upgrading the system, installing or removing software packages. + . + This package provides the Python GTK+ widgets to implement a fully working + graphical client. The widgets can be used to initiate, to monitor and + to control a transaction. + --- aptdaemon-0.10+bzr173.orig/debian/rules +++ aptdaemon-0.10+bzr173/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral +export DH_PYCENTRAL=include-links + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +binary-install/python-aptdaemon-gtk:: + dh_icons -p$(cdbs_curpkg) --- aptdaemon-0.10+bzr173.orig/debian/pycompat +++ aptdaemon-0.10+bzr173/debian/pycompat @@ -0,0 +1 @@ +2 --- aptdaemon-0.10+bzr173.orig/debian/compat +++ aptdaemon-0.10+bzr173/debian/compat @@ -0,0 +1 @@ +7 --- aptdaemon-0.10+bzr173.orig/debian/aptdaemon.install +++ aptdaemon-0.10+bzr173/debian/aptdaemon.install @@ -0,0 +1,6 @@ +etc/apt/apt.conf.d/20dbus +etc/dbus-1/system.d/org.debian.apt.conf +usr/bin/aptd /usr/sbin +usr/bin/aptdcon +usr/share/dbus-1/system-services/org.debian.apt.service +usr/share/PolicyKit/policy/org.debian.apt.policy --- aptdaemon-0.10+bzr173.orig/debian/copyright +++ aptdaemon-0.10+bzr173/debian/copyright @@ -0,0 +1,52 @@ +This package was debianized by Sebastian Heinlein on +Mon, 05 Jan 2009 00:03:58 +0100. + +It was downloaded from https://launchpad.net/aptdaemon + +Upstream Author(s): + + Sebastian Heinlein + Michael Vogt + +Copyright: + + Copyright (C) 2008-2009 Sebastian Heinlein + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2009, Sebastian Heinlein and +is licensed under the GPL, see above. + +The file aptdaemon/clients.py is + + Copyright (C) 2008 Canonical Ltd. + Copyright (C) 2008 Aidan Skinner + Copyright (C) 2008 Martin Pitt + Copyright (C) 2008 Tim Lauridsen + Copyright (C) 2008 Sebastian Heinlein + +and is licensed under the GPL, see above. + +The file aptdaemon/debconf.py is + + Copyright (C) 2009 Sebastian Heinlein + Copyright (C) 2009 Michael Vogt + +and is licensed under the GPL, see above. --- aptdaemon-0.10+bzr173.orig/debian/changelog +++ aptdaemon-0.10+bzr173/debian/changelog @@ -0,0 +1,5 @@ +aptdaemon (0.10+bzr173-0ubuntu1) karmic; urgency=low + + * Initial Release. + + -- Sebastian Heinlein Tue, 30 Jun 2009 15:06:36 +0200 --- aptdaemon-0.10+bzr173.orig/debian/python-aptdaemon-gtk.examples +++ aptdaemon-0.10+bzr173/debian/python-aptdaemon-gtk.examples @@ -0,0 +1 @@ +gtk-demo.py --- aptdaemon-0.10+bzr173.orig/debian/patches/series +++ aptdaemon-0.10+bzr173/debian/patches/series @@ -0,0 +1 @@ +aptd-sbin.patch --- aptdaemon-0.10+bzr173.orig/debian/patches/aptd-sbin.patch +++ aptdaemon-0.10+bzr173/debian/patches/aptd-sbin.patch @@ -0,0 +1,13 @@ +The aptd script gets installed to /usr/sbin since it can only be run by root. + +Index: main/data/org.debian.apt.service +=================================================================== +--- main.orig/data/org.debian.apt.service 2009-06-30 14:49:30.000000000 +0200 ++++ main/data/org.debian.apt.service 2009-06-30 14:49:34.000000000 +0200 +@@ -1,5 +1,5 @@ + [D-BUS Service] + Name=org.debian.apt +-Exec=/usr/bin/aptd ++Exec=/usr/sbin/aptd + User=root +