debian/changelog | 10 +++++++--- debian/control | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-)
New commits: commit f6a0b02e1c2fb9ed7d1851861f2fee3f71e57048 Author: Julien Cristau <[email protected]> Date: Mon Nov 23 17:25:10 2009 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 11e3bf7..241b6cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libfontenc (1:1.0.5-1) UNRELEASED; urgency=low +libfontenc (1:1.0.5-1) unstable; urgency=low [ Brice Goglin ] * Add upstream URL to debian/copyright. @@ -15,7 +15,7 @@ libfontenc (1:1.0.5-1) UNRELEASED; urgency=low [ Julien Cristau ] * Move -dbg package to the debug section. - -- Brice Goglin <[email protected]> Fri, 13 Jun 2008 13:42:35 +0200 + -- Julien Cristau <[email protected]> Mon, 23 Nov 2009 17:25:06 +0100 libfontenc (1:1.0.4-3) unstable; urgency=low commit 0a3cd918577821292bb6d2c5a4ef896b745de690 Author: Julien Cristau <[email protected]> Date: Mon Nov 23 17:25:00 2009 +0100 Move -dbg package to the debug section. diff --git a/debian/changelog b/debian/changelog index 8ba7e1a..11e3bf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ libfontenc (1:1.0.5-1) UNRELEASED; urgency=low * Run autoreconf on build. Add build-deps on automake/libtool and xutils-dev. + [ Julien Cristau ] + * Move -dbg package to the debug section. + -- Brice Goglin <[email protected]> Fri, 13 Jun 2008 13:42:35 +0200 libfontenc (1:1.0.4-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 6233146..f1c6812 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Description: X11 font encoding library git://anongit.freedesktop.org/git/xorg/lib/libfontenc Package: libfontenc1-dbg -Section: libdevel +Section: debug Architecture: any Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, libfontenc1 (= ${binary:Version}) commit f6ec0b2ba1ffb3dba8c3b4b1fb724c55b99b1d89 Author: Julien Cristau <[email protected]> Date: Mon Nov 23 17:21:10 2009 +0100 Add missing build-dep on libtool. diff --git a/debian/changelog b/debian/changelog index 59cf1cb..8ba7e1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,8 @@ libfontenc (1:1.0.5-1) UNRELEASED; urgency=low * New upstream release. * Bump Standards-Version to 3.8.3. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. - * Run autoreconf on build. Add build-deps on automake and xutils-dev. + * Run autoreconf on build. Add build-deps on automake/libtool and + xutils-dev. -- Brice Goglin <[email protected]> Fri, 13 Jun 2008 13:42:35 +0200 diff --git a/debian/control b/debian/control index f6a1067..6233146 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: zlib1g-dev, pkg-config, automake, + libtool, xutils-dev (>= 1:7.4+4) Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libfontenc -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

