debian/changelog | 1 + debian/control | 3 ++- debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-)
New commits: commit def22a8c9893ca68ab4237ae80b5e36f63c4e2f4 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Mar 17 15:18:11 2011 +0200 Add support for quilt. diff --git a/debian/changelog b/debian/changelog index 87b8e6f..dbbcf92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ xinput-calibrator (0.7.5-1) UNRELEASED; urgency=low * Wrap build-depends/depends. * Use autoreconf on build, build-depend on dh-autoreconf and drop autotools-dev from b-d. + * Add support for quilt. -- Timo Aaltonen <tjaal...@ubuntu.com> Wed, 16 Mar 2011 17:12:15 +0200 diff --git a/debian/control b/debian/control index 623740f..77cd3c9 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,10 @@ Uploaders: Cyril Brulebois <k...@debian.org> Build-Depends: debhelper (>= 7), dh-autoreconf, - pkg-config, libx11-dev, libxi-dev, + pkg-config, + quilt, Standards-Version: 3.9.1 Homepage: http://www.freedesktop.org/wiki/Software/xinput_calibrator Bugs: http://github.com/tias/xinput_calibrator/issues diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules index ec97254..95294d4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf --builddirectory=build/ + dh $@ --with autoreconf,quilt --builddirectory=build/ -- 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/e1q0dhd-000759...@alioth.debian.org