From f6eb90bd2d299ea0a5890038bbb4280e57835350 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Fri, 17 May 2013 19:22:05 +0300 Subject: [PATCH] version and url fixes --- packaging/arch/PKGBUILD | 2 +- packaging/debian/changelog | 2 +- packaging/debian/control | 4 ++-- packaging/gentoo/solaar-0.8.8.ebuild | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index e02a6f02..2fbfc1f4 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.8.8 pkgrel=1 pkgdesc="Linux devices manager for the Logitech Unifying Receiver" arch=("any") -url="http://pwr.github.com/Solaar/" +url="http://pwr.github.io/Solaar/" license=('GPL') depends=( 'systemd' 'python' 'python-pyudev' diff --git a/packaging/debian/changelog b/packaging/debian/changelog index ca43f489..6cc6ec12 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -solaar (0.8.8-1) UNRELEASED; urgency=low +solaar (0.8.8-2) UNRELEASED; urgency=low * Debian packaging scripts, supports ubuntu ppa as well. diff --git a/packaging/debian/control b/packaging/debian/control index 12ec1596..27d654df 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -7,7 +7,7 @@ Build-Depends-Indep: python X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Standards-Version: 3.9.4 -Homepage: http://pwr.github.com/Solaar +Homepage: http://pwr.github.io/Solaar Vcs-Git: git://github.com/pwr/Solaar.git Vcs-browser: http://github.com/pwr/Solaar @@ -15,7 +15,7 @@ Package: solaar Architecture: all Depends: ${misc:Depends}, udev (>= 175), adduser, ${python:Depends}, python-pyudev (>= 0.13), python-gi (>= 3.2), gir1.2-gtk-3.0 (>= 3.4), -Recommends: gir1.2-notify-0.7, linux-image (>= 3.2) +Recommends: gir1.2-notify-0.7 Suggests: gnome-icon-theme | gnome-icon-theme-full | oxygen-icon-theme | lxde-icon-theme | moblin-icon-theme | nuvola-icon-theme | xubuntu-icon-theme Description: Logitech Unifying Receiver peripherals manager for Linux Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals. diff --git a/packaging/gentoo/solaar-0.8.8.ebuild b/packaging/gentoo/solaar-0.8.8.ebuild index 7552e812..9a0537fc 100644 --- a/packaging/gentoo/solaar-0.8.8.ebuild +++ b/packaging/gentoo/solaar-0.8.8.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_2} ) inherit distutils-r1 udev user linux-info gnome2-utils DESCRIPTION="Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals" -HOMEPAGE="http://pwr.github.com/Solaar/" +HOMEPAGE="http://pwr.github.io/Solaar/" SRC_URI="https://github.com/pwr/Solaar/archive/${PV}.tar.gz" LICENSE="GPL-2" diff --git a/setup.py b/setup.py index 0ec0e660..2a6e8506 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ battery status. author='Daniel Pavel', author_email='daniel.pavel@gmail.com', license='GPLv2', - url='http://pwr.github.com/Solaar/', + url='http://pwr.github.io/Solaar/', classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: X11 Applications :: GTK',