[SCM] Synaptiks packaging repository, a touchpad configuration utility used in KDE branch, master, updated. a2065d8e91809bc3551155a89fc20f0f7e111562
Felix Geyer
debfx-guest at alioth.debian.org
Mon Jan 2 12:18:00 UTC 2012
The following commit has been merged in the master branch:
commit a2065d8e91809bc3551155a89fc20f0f7e111562
Author: Felix Geyer <debfx-pkg at fobos.de>
Date: Mon Jan 2 13:17:38 2012 +0100
Update to 0.8.0 and merge changes from the Ubuntu package.
---
debian/changelog | 6 +++---
debian/control | 11 +++++------
debian/rules | 8 ++++----
3 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 01d422f..9e7f801 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-synaptiks (0.6.2-1) UNRELEASED; urgency=low
+synaptiks (0.8.0-1) UNRELEASED; urgency=low
* New upstream version.
- Complete rewrite in python.
@@ -9,10 +9,10 @@ synaptiks (0.6.2-1) UNRELEASED; urgency=low
* Add myself as uploader.
* Add a watch file.
* Add Vcs-* control fields.
- * Bump Standards-Version to 3.9.1, no changes needed.
+ * Bump Standards-Version to 3.9.2, no changes needed.
* Drop Sune Vuorela from Uploaders on his request.
* Install upstream changelog.
- * Remove build/ dir in dh_clean.
+ * Remove build/ dir in dh_auto_clean.
-- Felix Geyer <debfx-pkg at fobos.de> Wed, 16 Feb 2011 19:50:12 +0100
diff --git a/debian/control b/debian/control
index 41f0e4d..31657fc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: extra
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Felix Geyer <debfx-pkg at fobos.de>
Build-Depends: debhelper (>= 8),
- kdesdk-scripts,
kdelibs-bin,
kdoctools,
python,
@@ -12,7 +11,7 @@ Build-Depends: debhelper (>= 8),
python-argparse,
python-pyudev
X-Python-Version: >= 2.6
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://kde-apps.org/content/show.php/synaptiks?content=114270
Vcs-Git: git://git.debian.org/pkg-kde/kde-extras/synaptiks.git
Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/synaptiks.git
@@ -30,7 +29,7 @@ Recommends: libxtst6,
python-dbus,
upower
Description: touchpad configuration tool (synaptiks)
- synaptiks touchpad configuration tool. this package contains a
- configuration tool for touchpads. The package provides a kcm
- module (for systemsettings), as well as a plasma widget and kded
- module to help managing touchpads, especially in KDE environments
+ synaptiks touchpad configuration tool. this package contains a
+ configuration tool for touchpads. The package provides a kcm
+ module (for systemsettings), as well as a plasma widget and kded
+ module to help managing touchpads, especially in KDE environments.
diff --git a/debian/rules b/debian/rules
index dca0f32..93bd27d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@
%:
dh $@ --with python2
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build
+
override_dh_installchangelogs:
dh_installchangelogs CHANGES.rst
-
-override_dh_clean:
- dh_clean
- rm -rf build
--
Synaptiks packaging repository, a touchpad configuration utility used in KDE
More information about the pkg-kde-commits
mailing list