version 0.8.8.1
This commit is contained in:
parent
ac0eafe6ab
commit
226a4ea2f3
|
@ -4,5 +4,5 @@
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
__version__ = '0.8.8'
|
__version__ = '0.8.8.1'
|
||||||
NAME = 'Solaar'
|
NAME = 'Solaar'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
# Maintainer: Patrick Hüther <patrick dot huether at gmail dot com>
|
# Maintainer: Patrick Hüther <patrick dot huether at gmail dot com>
|
||||||
pkgname=solaar
|
pkgname=solaar
|
||||||
pkgver=0.8.8
|
pkgver=0.8.8.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
solaar (0.8.8-3) UNRELEASED; urgency=low
|
solaar (0.8.8.1-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Debian packaging scripts, supports ubuntu ppa as well.
|
* Debian packaging scripts, supports ubuntu ppa as well.
|
||||||
|
|
||||||
-- Daniel Pavel <daniel.pavel@gmail.com> Fri, 17 May 2013 20:10:00 +0200
|
-- Daniel Pavel <daniel.pavel@gmail.com> Fri, 19 May 2013 04:00:00 +0200
|
||||||
|
|
|
@ -4,7 +4,7 @@ Upstream-Contact: Daniel Pavel <daniel.pavel@gmail.com>
|
||||||
Upstream-Source: http://github.com/pwr/Solaar
|
Upstream-Source: http://github.com/pwr/Solaar
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: Copyright (C) 2012 Daniel Pavel
|
Copyright: Copyright (C) 2012-2013 Daniel Pavel
|
||||||
License: GPL-2
|
License: GPL-2
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License version 2 as
|
it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -23,7 +23,7 @@ License: GPL-2
|
||||||
version 2, can be found in /usr/share/common-licenses/GPL-2.
|
version 2, can be found in /usr/share/common-licenses/GPL-2.
|
||||||
|
|
||||||
Files: share/icons/solaar*.png
|
Files: share/icons/solaar*.png
|
||||||
Copyright: Copyright (C) 2012 Daniel Pavel
|
Copyright: Copyright (C) 2012-2013 Daniel Pavel
|
||||||
License: LGPL
|
License: LGPL
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='solaar',
|
setup(name='solaar',
|
||||||
version='0.8.8',
|
version='0.8.8.1',
|
||||||
description='Linux devices manager for the Logitech Unifying Receiver.',
|
description='Linux devices manager for the Logitech Unifying Receiver.',
|
||||||
long_description='''
|
long_description='''
|
||||||
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
||||||
|
|
Loading…
Reference in New Issue