Chase Douglas has proposed merging lp:~chasedouglas/kubuntu-packaging/touchegg-geis-rename into lp:~kubuntu-packagers/kubuntu-packaging/touchegg.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~chasedouglas/kubuntu-packaging/touchegg-geis-rename/+merge/117350 Depend on libgeis rather than libutouch-geis. The geis upstream project has been renamed. -- https://code.launchpad.net/~chasedouglas/kubuntu-packaging/touchegg-geis-rename/+merge/117350 Your team Kubuntu Packagers is requested to review the proposed merge of lp:~chasedouglas/kubuntu-packaging/touchegg-geis-rename into lp:~kubuntu-packagers/kubuntu-packaging/touchegg.
=== modified file 'debian/changelog' --- debian/changelog 2011-09-21 13:44:12 +0000 +++ debian/changelog 2012-07-30 21:59:17 +0000 @@ -1,3 +1,10 @@ +touchegg (1.0-0ubuntu2) UNRELEASED; urgency=low + + * Depend on renamed geis package + * Bump lintian standards version to 3.9.3 + + -- Chase Douglas <[email protected]> Mon, 30 Jul 2012 14:51:05 -0700 + touchegg (1.0-0ubuntu1) oneiric; urgency=low * New upstream release (LP: #855491) === modified file 'debian/control' --- debian/control 2011-09-21 13:44:12 +0000 +++ debian/control 2012-07-30 21:59:17 +0000 @@ -3,8 +3,8 @@ Priority: optional Maintainer: Kubuntu Developers <[email protected]> Build-Depends: debhelper (>= 8.0.0), libqt4-dev, - libutouch-geis-dev, libx11-dev, libxtst-dev, libxext-dev -Standards-Version: 3.9.2 + libgeis-dev, libx11-dev, libxtst-dev, libxext-dev +Standards-Version: 3.9.3 Homepage: http://code.google.com/p/touchegg Vcs-Browser: http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-packaging/touchegg Vcs-Bzr: lp:~kubuntu-packagers/kubuntu-packaging/touchegg === added directory 'debian/patches' === added file 'debian/patches/0001-geis_rename.patch' --- debian/patches/0001-geis_rename.patch 1970-01-01 00:00:00 +0000 +++ debian/patches/0001-geis_rename.patch 2012-07-30 21:59:17 +0000 @@ -0,0 +1,13 @@ +Index: touchegg/touchegg.pro +=================================================================== +--- touchegg.orig/touchegg.pro 2012-07-30 14:49:39.595064774 -0700 ++++ touchegg/touchegg.pro 2012-07-30 14:49:50.581568509 -0700 +@@ -3,7 +3,7 @@ + QT += gui core xml + OBJECTS_DIR += build + MOC_DIR += build +-LIBS += -lutouch-geis -lX11 -lXtst -lXext ++LIBS += -lgeis -lX11 -lXtst -lXext + //DEFINES = QT_NO_DEBUG_OUTPUT + + target.path = /usr/bin === added file 'debian/patches/series' --- debian/patches/series 1970-01-01 00:00:00 +0000 +++ debian/patches/series 2012-07-30 21:59:17 +0000 @@ -0,0 +1,1 @@ +0001-geis_rename.patch
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
