debian/changelog | 7 +++++++ debian/control | 6 ++++-- debian/rules | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-)
New commits: commit 2bca526810acec4b9ba6a52e78a040401d1b71ea Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Mar 17 15:27:14 2011 +0200 Change the maintainer address and prepare the changelog. diff --git a/debian/changelog b/debian/changelog index dbbcf92..f65c7bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xinput-calibrator (0.7.5-0ubuntu1) UNRELEASED; urgency=low + + * Upload to Ubuntu. + + -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 17 Mar 2011 15:26:53 +0200 + xinput-calibrator (0.7.5-1) UNRELEASED; urgency=low [ Tias Guns ] diff --git a/debian/control b/debian/control index 77cd3c9..27d4020 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: xinput-calibrator Section: x11 Priority: optional -Maintainer: Debian X Strike Force <debian-x@lists.debian.org> +Maintainer: Ubuntu X-SWAT <ubunt...@lists.debian.org> +XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Cyril Brulebois <k...@debian.org> Build-Depends: debhelper (>= 7), 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/e1q0der-0003ss...@alioth.debian.org