Package: hama-slide-mouse-control Version: 1.0-2 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu intrepid ubuntu-patch
*** /tmp/tmp--VmoN In Ubuntu, we've applied the attached patch to achieve the following: * Modify the package so that the udev rules aren't actually installed by default, and instruct the user to copy out of examples and then modify; otherwise they'll get conffile hell forever after. We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers intrepid-updates APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 'intrepid-proposed'), (500, 'intrepid') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u hama-slide-mouse-control-1.0/debian/rules hama-slide-mouse-control-1.0/debian/rules --- hama-slide-mouse-control-1.0/debian/rules +++ hama-slide-mouse-control-1.0/debian/rules @@ -33,6 +33,7 @@ dh_clean -k dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/hama-slide-mouse-control install + rm -rf debian/hama-slide-mouse-control/etc/udev # Build architecture-independent files here. binary-indep: build install diff -u hama-slide-mouse-control-1.0/debian/README.Debian hama-slide-mouse-control-1.0/debian/README.Debian --- hama-slide-mouse-control-1.0/debian/README.Debian +++ hama-slide-mouse-control-1.0/debian/README.Debian @@ -1,8 +1,10 @@ hama-slide-mouse-control for Debian ----------------------------------- -You can configure udev to set up the mouse whenever it is plugged in, by editing -/etc/udev/rules.d/hama-slide-mouse-control.rules +You can configure udev to set up the mouse whenever it is plugged in, by copying +60-hama-slide-mouse-control.rules from +/usr/share/doc/hama-slide-mouse-control/examples into /etc/udev/rules.d + See the manpage hama-slide-mouse-control(1) or the equivalent HTML documentation in /usr/share/doc/hama-slide-mouse-control/hama-slide-mouse-control.html for details. diff -u hama-slide-mouse-control-1.0/debian/changelog hama-slide-mouse-control-1.0/debian/changelog diff -u hama-slide-mouse-control-1.0/debian/control hama-slide-mouse-control-1.0/debian/control --- hama-slide-mouse-control-1.0/debian/control +++ hama-slide-mouse-control-1.0/debian/control @@ -1,7 +1,8 @@ Source: hama-slide-mouse-control Section: utils Priority: extra -Maintainer: Richard Atterer <atte...@debian.org> +Maintainer: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com> +XSBC-Original-Maintainer: Richard Atterer <atte...@debian.org> Build-Depends: debhelper (>= 5), libusb-dev Standards-Version: 3.7.2 only in patch2: unchanged: --- hama-slide-mouse-control-1.0.orig/debian/hama-slide-mouse-control.examples +++ hama-slide-mouse-control-1.0/debian/hama-slide-mouse-control.examples @@ -0,0 +1 @@ +60-hama-slide-mouse-control.rules