diff -Nru lomoco-1.0.0/debian/changelog lomoco-1.0.0/debian/changelog --- lomoco-1.0.0/debian/changelog 2016-12-18 11:48:37.000000000 +0000 +++ lomoco-1.0.0/debian/changelog 2017-05-08 09:02:39.000000000 +0000 @@ -1,3 +1,16 @@ +lomoco (1.0.0-3) unstable; urgency=medium + + * QA upload. + + [ Mattia Rizzolo ] + * Use HTTPS in Vcs-* fields. + + [ Gunnar Hjalmarsson ] + * Merge the two install files so that /lib/udev/udev.lomoco gets installed. + Closes: #849784; LP: #1685660 + + -- Mattia Rizzolo Mon, 08 May 2017 11:02:39 +0200 + lomoco (1.0.0-2) unstable; urgency=low * QA upload. diff -Nru lomoco-1.0.0/debian/control lomoco-1.0.0/debian/control --- lomoco-1.0.0/debian/control 2016-12-18 11:48:13.000000000 +0000 +++ lomoco-1.0.0/debian/control 2017-05-08 08:59:33.000000000 +0000 @@ -2,22 +2,29 @@ Section: utils Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper (>= 9), +Build-Depends: autotools-dev, - libusb-dev, + debhelper (>= 9), + dh-autoreconf, gawk, - dh-autoreconf -Build-Conflicts: autoconf2.13, automake1.4 + libusb-dev, +Build-Conflicts: + autoconf2.13, + automake1.4, Standards-Version: 3.9.8 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/lomoco.git -Vcs-Git: git://anonscm.debian.org/collab-maint/lomoco.git +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/lomoco.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/lomoco.git Homepage: http://www.lomoco.org/ Package: lomoco Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: udev -Breaks: udev (<< 136-1) +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + udev, +Breaks: + udev (<< 136-1), Description: Logitech Mouse Control for USB mice lomoco can configure vendor-specific options on Logitech USB mice (or dual-personality mice plugged into the USB port). A number of recent diff -Nru lomoco-1.0.0/debian/copyright lomoco-1.0.0/debian/copyright --- lomoco-1.0.0/debian/copyright 2016-12-18 11:34:45.000000000 +0000 +++ lomoco-1.0.0/debian/copyright 2017-05-08 08:59:33.000000000 +0000 @@ -25,4 +25,3 @@ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. - diff -Nru lomoco-1.0.0/debian/install lomoco-1.0.0/debian/install --- lomoco-1.0.0/debian/install 2016-12-18 11:34:45.000000000 +0000 +++ lomoco-1.0.0/debian/install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -udev/udev.lomoco /lib/udev diff -Nru lomoco-1.0.0/debian/lomoco.install lomoco-1.0.0/debian/lomoco.install --- lomoco-1.0.0/debian/lomoco.install 2016-12-18 11:48:18.000000000 +0000 +++ lomoco-1.0.0/debian/lomoco.install 2017-05-08 08:59:33.000000000 +0000 @@ -1 +1,2 @@ debian/lomoco.metainfo.xml /usr/share/metainfo +udev/udev.lomoco /lib/udev