# HG changeset patch # User Paul Boddie # Date 1580429967 -3600 # Node ID 6e24061b88c15579de42d786e882250f93f360b4 # Parent 8151a3a071b0620a0c96c0f9c729639ed7591897 Added tentative packaging for Debian Buster. diff -r 8151a3a071b0 -r 6e24061b88c1 packages/debian-buster/python-desktop/debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-buster/python-desktop/debian/changelog Fri Jan 31 01:19:27 2020 +0100 @@ -0,0 +1,5 @@ +desktop (0.4.3) buster; urgency=low + + * New upstream release. + + -- Paul Boddie Fri, 31 Jan 2020 01:18:00 +0100 diff -r 8151a3a071b0 -r 6e24061b88c1 packages/debian-buster/python-desktop/debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-buster/python-desktop/debian/compat Fri Jan 31 01:19:27 2020 +0100 @@ -0,0 +1,1 @@ +7 diff -r 8151a3a071b0 -r 6e24061b88c1 packages/debian-buster/python-desktop/debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-buster/python-desktop/debian/control Fri Jan 31 01:19:27 2020 +0100 @@ -0,0 +1,18 @@ +Source: desktop +Section: python +Priority: optional +Maintainer: Paul Boddie +Build-Depends: debhelper (>= 7.0.50~), python-all, python-epydoc +Standards-Version: 3.9.2 +Homepage: http://www.python.org/pypi/desktop +Vcs-Hg: http://hgweb.boddie.org.uk/desktop +Vcs-Browser: http://hgweb.boddie.org.uk/desktop + +Package: python-desktop +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Suggests: kde, gnome, xfce4 +Description: Desktop environment detection, inspection and interaction + The desktop package supports application launching and the opening of + dialogues and resources for a selection of common and standardised + desktop environments. diff -r 8151a3a071b0 -r 6e24061b88c1 packages/debian-buster/python-desktop/debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-buster/python-desktop/debian/copyright Fri Jan 31 01:19:27 2020 +0100 @@ -0,0 +1,32 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: desktop +Upstream-Contact: Paul Boddie +Source: http://www.python.org/pypi/desktop +Comment: This package was debianized by Paul Boddie . + +Files: * +Copyright: 2005-2013 Paul Boddie +Copyright: 2012-2013 Jérôme Laheurte +License: LGPL-3+ + This program is free software; you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License as published by the Free + Software Foundation; either version 3 of the License, or (at your option) any + later version. + . + This program 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 Lesser General Public License for more + details. + . + You should have received a copy of the GNU Lesser General Public License along + with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. +Comment: Python desktop package + +Files: debian/* +Copyright: 2013 Paul Boddie +License: Expat +Comment: Debian packaging files diff -r 8151a3a071b0 -r 6e24061b88c1 packages/debian-buster/python-desktop/debian/docs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-buster/python-desktop/debian/docs Fri Jan 31 01:19:27 2020 +0100 @@ -0,0 +1,3 @@ +README.txt +apidocs +docs/COPYING.txt diff -r 8151a3a071b0 -r 6e24061b88c1 packages/debian-buster/python-desktop/debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-buster/python-desktop/debian/rules Fri Jan 31 01:19:27 2020 +0100 @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with python2 + +override_dh_auto_build: + tools/apidocs.sh + dh_auto_build