debian/changelog | 5 +++++ debian/control | 11 +++++++++-- debian/rules | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-)
New commits: commit ce3e93e717c38525fffecd7b36d39c97ebf81bb6 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Mar 17 14:30:44 2011 +0200 Use autoreconf on build, build-depend on dh-autoreconf and drop autotools-dev from b-d. diff --git a/debian/changelog b/debian/changelog index 2382acb..87b8e6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ xinput-calibrator (0.7.5-1) UNRELEASED; urgency=low * Drop build-dependency on libgtkmm-2.4-dev, the xlib-frontend is good enough for now. * Wrap build-depends/depends. + * Use autoreconf on build, build-depend on dh-autoreconf and drop + autotools-dev from b-d. -- Timo Aaltonen <tjaal...@ubuntu.com> Wed, 16 Mar 2011 17:12:15 +0200 diff --git a/debian/control b/debian/control index d1e39e4..623740f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Cyril Brulebois <k...@debian.org> Build-Depends: debhelper (>= 7), + dh-autoreconf, pkg-config, - autotools-dev, libx11-dev, libxi-dev, Standards-Version: 3.9.1 diff --git a/debian/rules b/debian/rules index 65028fd..ec97254 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf --builddirectory=build/ commit 86bb7e0d7802434efc744b577773f876be9dbbe9 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Mar 17 14:12:17 2011 +0200 Wrap build-depends/depends. diff --git a/debian/changelog b/debian/changelog index 7416dda..2382acb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ xinput-calibrator (0.7.5-1) UNRELEASED; urgency=low * Change Maintainer, add Cyril as the Uploader. * Drop build-dependency on libgtkmm-2.4-dev, the xlib-frontend is good enough for now. + * Wrap build-depends/depends. -- Timo Aaltonen <tjaal...@ubuntu.com> Wed, 16 Mar 2011 17:12:15 +0200 diff --git a/debian/control b/debian/control index 84d31a8..d1e39e4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,12 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Cyril Brulebois <k...@debian.org> -Build-Depends: debhelper (>= 7), pkg-config, autotools-dev, libx11-dev, libxi-dev +Build-Depends: + debhelper (>= 7), + pkg-config, + autotools-dev, + libx11-dev, + libxi-dev, Standards-Version: 3.9.1 Homepage: http://www.freedesktop.org/wiki/Software/xinput_calibrator Bugs: http://github.com/tias/xinput_calibrator/issues @@ -12,7 +17,9 @@ Vcs-Browser: http://github.com/tias/xinput_calibrator Package: xinput-calibrator Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends}, Suggests: xinput Description: A generic touchscreen calibration program for X.Org xinput_calibrator is a program for calibrating your touchscreen, when using commit 715ca33e078e709285732f875d170b83c0cba81d Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Mar 17 14:10:36 2011 +0200 Drop build-dependency on libgtkmm-2.4-dev, the xlib-frontend is good enough for now. diff --git a/debian/changelog b/debian/changelog index 4932eb8..7416dda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ xinput-calibrator (0.7.5-1) UNRELEASED; urgency=low [ Timo Aaltonen ] * Change Maintainer, add Cyril as the Uploader. + * Drop build-dependency on libgtkmm-2.4-dev, the xlib-frontend is + good enough for now. -- Timo Aaltonen <tjaal...@ubuntu.com> Wed, 16 Mar 2011 17:12:15 +0200 diff --git a/debian/control b/debian/control index e332640..84d31a8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Cyril Brulebois <k...@debian.org> -Build-Depends: debhelper (>= 7), pkg-config, autotools-dev, libx11-dev, libxi-dev, libgtkmm-2.4-dev +Build-Depends: debhelper (>= 7), pkg-config, autotools-dev, libx11-dev, libxi-dev Standards-Version: 3.9.1 Homepage: http://www.freedesktop.org/wiki/Software/xinput_calibrator Bugs: http://github.com/tias/xinput_calibrator/issues -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1q0cly-0003qg...@alioth.debian.org