debian/changelog | 5 +++-- debian/control | 2 +- debian/rules | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-)
New commits: commit 848b7bd6e3ddfe49768019681d216b18cd2c4fea Author: Julien Cristau <jcris...@debian.org> Date: Sat Nov 21 13:19:42 2009 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 7611e91..a84b70b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -x11proto-fontcache (0.1.3-1) UNRELEASED; urgency=low +x11proto-fontcache (0.1.3-1) unstable; urgency=low + [ Timo Aaltonen ] * New upstream release. * Bump Standards-Version to 3.8.3. * Bump debhelper compat level to 5. @@ -7,7 +8,7 @@ x11proto-fontcache (0.1.3-1) UNRELEASED; urgency=low * Run autoreconf on build. Add build-deps on automake and xutils-dev. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. - -- Timo Aaltonen <tjaal...@ubuntu.com> Fri, 20 Nov 2009 16:05:07 +0200 + -- Julien Cristau <jcris...@debian.org> Sat, 21 Nov 2009 13:25:49 +0100 x11proto-fontcache (0.1.2-5) unstable; urgency=low commit 09d59a8a186224e2dd8a612b643a78b95aebf634 Author: Julien Cristau <jcris...@debian.org> Date: Sat Nov 21 13:25:20 2009 +0100 Bump debhelper build-dep to appease lintian diff --git a/debian/control b/debian/control index 784b7ac..cc65b6d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: David Nusinow <dnusi...@debian.org>, Andres Salomon <dilin...@debian.org>, Julien Cristau <jcris...@debian.org> Build-Depends: - debhelper (>= 4.0.0), + debhelper (>= 5), automake, xutils-dev (>= 1:7.5~1) Standards-Version: 3.8.3 commit 56ca930990b3a7fce96dba85f7a784903f26a0a0 Author: Julien Cristau <jcris...@debian.org> Date: Sat Nov 21 13:21:05 2009 +0100 debian/rules: add missing newline diff --git a/debian/rules b/debian/rules index a24064e..539de40 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,8 @@ build: build-stamp build-stamp: dh_testdir autoreconf -vfi - mkdir -p obj-$(DEB_BUILD_GNU_TYPE) cd obj-$(DEB_BUILD_GNU_TYPE) && \ + mkdir -p obj-$(DEB_BUILD_GNU_TYPE) + cd obj-$(DEB_BUILD_GNU_TYPE) && \ ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info --disable-shared \ $(confflags) CFLAGS="$(CFLAGS)" -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org