--- g110d-0.2.orig/debian/bzr-builder.manifest +++ g110d-0.2/debian/bzr-builder.manifest @@ -0,0 +1,2 @@ +# bzr-builder format 0.3 deb-version {debupstream}-0ubuntu1 +lp:~behda/+junk/g110d revid:pauvitk@gmail.com-20140123220026-ji0lupdhxtvcgdyv --- g110d-0.2.orig/debian/changelog +++ g110d-0.2/debian/changelog @@ -0,0 +1,11 @@ +g110d (0.2-0ubuntu1~ubuntu14.04.1) trusty; urgency=low + + * Auto build. + + -- Paulius Vitkus Thu, 23 Jan 2014 22:07:33 +0000 + +g110d (0.2-0ubuntu1) saucy; urgency=low + + * Added built-in macro support. + + -- Paulius Vitkus Thu, 23 Jan 2014 23:44:28 +0200 --- g110d-0.2.orig/debian/compat +++ g110d-0.2/debian/compat @@ -0,0 +1 @@ +9 --- g110d-0.2.orig/debian/control +++ g110d-0.2/debian/control @@ -0,0 +1,13 @@ +Source: g110d +Section: misc +Priority: optional +Maintainer: Paulius Vitkus +Build-Depends: debhelper (>= 9), pkg-config, autotools-dev, libudev-dev, libconfuse-dev, libusb-1.0-0-dev +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/~behda + +Package: g110d +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0 +Description: Logitech G110 keyboard G-keys driver + Daemon that acts as Logitech G110 keyboard G-keys driver. \ No newline at end of file --- g110d-0.2.orig/debian/copyright +++ g110d-0.2/debian/copyright @@ -0,0 +1,18 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Copyright: 2014 Paulius Vitkus +License: GPL-3+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". \ No newline at end of file --- g110d-0.2.orig/debian/rules +++ g110d-0.2/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with autotools-dev