--- mousetweaks-2.21.91.orig/debian/rules +++ mousetweaks-2.21.91/debian/rules @@ -0,0 +1,70 @@ +#!/usr/bin/make -f + +export DH_VERBOSE=1 + + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +config.status: patch configure + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-schemas-install --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +build: build-stamp + +clean: clean-patched unpatch + +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/mousetweaks install + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_gconf + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +patch: + dpatch apply-all + +unpatch: + dpatch deapply-all + rm -rf debian/patched + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install patch unpatch clean-patched --- mousetweaks-2.21.91.orig/debian/watch +++ mousetweaks-2.21.91/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/([\d\.]+)/mousetweaks-([\d\.]+)\.tar\.gz debian uupdate --- mousetweaks-2.21.91.orig/debian/docs +++ mousetweaks-2.21.91/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- mousetweaks-2.21.91.orig/debian/patches/00list +++ mousetweaks-2.21.91/debian/patches/00list @@ -0,0 +1 @@ + --- mousetweaks-2.21.91.orig/debian/copyright +++ mousetweaks-2.21.91/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Francesco Fumanti on +Wed, 16 Jan 2008 20:57:46 +0100. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/ + +Upstream Authors and Copyright Holders: + + Gerd Kohlberger + Francesco Fumanti + Lennart Poettering + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the following licenses, or (at your option) + any later version of them: + GNU GPL version 3.0 for the source code + GNU FDL version 1.2 for the manual + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + The complete text of the licenses can be found in: + /usr/share/common-licenses/GPL-3 + /usr/share/common-licenses/GFDL-1.2 + +The Debian packaging is (C) 2008, Francesco Fumanti and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. --- mousetweaks-2.21.91.orig/debian/changelog +++ mousetweaks-2.21.91/debian/changelog @@ -0,0 +1,31 @@ +mousetweaks (2.21.91-0ubuntu2) hardy; urgency=low + + * First upload to Ubuntu main repository (LP: #193759) + * debian/rules + - Add --disable-schemas-install in config.status target + + -- Francesco Fumanti Wed, 20 Feb 2008 18:58:04 +0100 + +mousetweaks (2.21.91-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #190957) + - Fix compilation with SUN CC by Li Yuan (LP: #188872) + - Some other bug fixes and improvements + - New translations and updates of application and manual + * debian/rules + - Fix schema registration + + -- Francesco Fumanti Sun, 10 Feb 2008 15:16:57 +0100 + +mousetweaks (2.21.90-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #162874) + + -- Francesco Fumanti Wed, 30 Jan 2008 18:53:58 +0100 + +mousetweaks (2.21.5-0ubuntu1) hardy; urgency=low + + * Initial release to Ubuntu, required by the Mouse Accessibility tab + + -- Francesco Fumanti Wed, 16 Jan 2008 20:57:46 +0100 + --- mousetweaks-2.21.91.orig/debian/control +++ mousetweaks-2.21.91/debian/control @@ -0,0 +1,38 @@ +Source: mousetweaks +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Francesco Fumanti +Build-Depends: debhelper (>= 5), + autotools-dev, + dpatch, + intltool, + libatspi-dev, + libglade2-dev, + libpanel-applet2-dev, + gnome-doc-utils, + libdbus-glib-1-dev +Standards-Version: 3.7.3 +Homepage: http://live.gnome.org/Mousetweaks/Home + +Package: mousetweaks +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: mouse accessibility enhancements for the GNOME desktop + The mousetweaks package provides the functions offered by the Accessibility + tab of the Mouse control panel of the GNOME Control Center. It also + contains two panel applets related to the mouse accessibility. More + particularly: + . + 1. It offers a way to perform the various clicks without using any + hardware button. In this context, the Dwell panel applet can be + used to choose what click type to perform. + . + 2. It allows users to perform a secondary click by doing a click&hold + of the primary mousebutton. + . + 3. It provides the Pointer Capture panel applet. This applet creates + an area on the panel into which the pointer can be captured until + the user releases it with a predefined button and modifier + combination. --- mousetweaks-2.21.91.orig/debian/compat +++ mousetweaks-2.21.91/debian/compat @@ -0,0 +1 @@ +5