desktop

Changeset

91:6e24061b88c1
2020-01-31 Paul Boddie raw files shortlog changelog graph Added tentative packaging for Debian Buster. default tip
packages/debian-buster/python-desktop/debian/changelog (file) packages/debian-buster/python-desktop/debian/compat (file) packages/debian-buster/python-desktop/debian/control (file) packages/debian-buster/python-desktop/debian/copyright (file) packages/debian-buster/python-desktop/debian/docs (file) packages/debian-buster/python-desktop/debian/rules (file)
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/packages/debian-buster/python-desktop/debian/changelog	Fri Jan 31 01:19:27 2020 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +desktop (0.4.3) buster; urgency=low
     1.5 +
     1.6 +  * New upstream release.
     1.7 +
     1.8 + -- Paul Boddie <paul@boddie.org.uk>  Fri, 31 Jan 2020 01:18:00 +0100
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/packages/debian-buster/python-desktop/debian/compat	Fri Jan 31 01:19:27 2020 +0100
     2.3 @@ -0,0 +1,1 @@
     2.4 +7
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/packages/debian-buster/python-desktop/debian/control	Fri Jan 31 01:19:27 2020 +0100
     3.3 @@ -0,0 +1,18 @@
     3.4 +Source: desktop
     3.5 +Section: python
     3.6 +Priority: optional
     3.7 +Maintainer: Paul Boddie <paul@boddie.org.uk>
     3.8 +Build-Depends: debhelper (>= 7.0.50~), python-all, python-epydoc
     3.9 +Standards-Version: 3.9.2
    3.10 +Homepage: http://www.python.org/pypi/desktop
    3.11 +Vcs-Hg: http://hgweb.boddie.org.uk/desktop
    3.12 +Vcs-Browser: http://hgweb.boddie.org.uk/desktop
    3.13 +
    3.14 +Package: python-desktop
    3.15 +Architecture: all
    3.16 +Depends: ${misc:Depends}, ${python:Depends}
    3.17 +Suggests: kde, gnome, xfce4
    3.18 +Description: Desktop environment detection, inspection and interaction
    3.19 + The desktop package supports application launching and the opening of
    3.20 + dialogues and resources for a selection of common and standardised
    3.21 + desktop environments.
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/packages/debian-buster/python-desktop/debian/copyright	Fri Jan 31 01:19:27 2020 +0100
     4.3 @@ -0,0 +1,32 @@
     4.4 +Format: http://dep.debian.net/deps/dep5/
     4.5 +Upstream-Name: desktop
     4.6 +Upstream-Contact: Paul Boddie <paul@boddie.org.uk>
     4.7 +Source: http://www.python.org/pypi/desktop
     4.8 +Comment: This package was debianized by Paul Boddie <paul@boddie.org.uk>.
     4.9 +
    4.10 +Files: *
    4.11 +Copyright: 2005-2013 Paul Boddie
    4.12 +Copyright: 2012-2013 Jérôme Laheurte <fraca7@free.fr>
    4.13 +License: LGPL-3+
    4.14 + This program is free software; you can redistribute it and/or modify it under
    4.15 + the terms of the GNU Lesser General Public License as published by the Free
    4.16 + Software Foundation; either version 3 of the License, or (at your option) any
    4.17 + later version.
    4.18 + .
    4.19 + This program is distributed in the hope that it will be useful, but WITHOUT
    4.20 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    4.21 + FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    4.22 + details.
    4.23 + .
    4.24 + You should have received a copy of the GNU Lesser General Public License along
    4.25 + with this program.  If not, see <http://www.gnu.org/licenses/>.
    4.26 + .
    4.27 + On Debian systems, the full text of the GNU General Public
    4.28 + License version 3 can be found in the file
    4.29 + `/usr/share/common-licenses/LGPL-3'.
    4.30 +Comment: Python desktop package
    4.31 +
    4.32 +Files: debian/*
    4.33 +Copyright: 2013 Paul Boddie
    4.34 +License: Expat
    4.35 +Comment: Debian packaging files
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/packages/debian-buster/python-desktop/debian/docs	Fri Jan 31 01:19:27 2020 +0100
     5.3 @@ -0,0 +1,3 @@
     5.4 +README.txt
     5.5 +apidocs
     5.6 +docs/COPYING.txt
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/packages/debian-buster/python-desktop/debian/rules	Fri Jan 31 01:19:27 2020 +0100
     6.3 @@ -0,0 +1,11 @@
     6.4 +#!/usr/bin/make -f
     6.5 +
     6.6 +# Uncomment this to turn on verbose mode.
     6.7 +#export DH_VERBOSE=1
     6.8 +
     6.9 +%:
    6.10 +	dh $@ --with python2
    6.11 +
    6.12 +override_dh_auto_build:
    6.13 +	tools/apidocs.sh
    6.14 +	dh_auto_build