debian/changelog | 12 ++++++++++-- debian/control | 10 +++++++--- 2 files changed, 17 insertions(+), 5 deletions(-)
New commits: commit 51c8663c2b1ce1c4e451f6d6b0d32cd491b65b7c Author: Cyril Brulebois <[email protected]> Date: Tue Nov 16 22:31:02 2010 +0100 Upload to unstable. Also bump version numbers to match upstream's. diff --git a/debian/changelog b/debian/changelog index 72eb8fd..4a333d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xfonts-base (1:1.0.2) UNRELEASED; urgency=low +xfonts-base (1:1.0.3) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -26,7 +26,7 @@ xfonts-base (1:1.0.2) UNRELEASED; urgency=low * Wrap build-deps. * Add xutils-dev build-dep for new macros. - -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:59 +0000 + -- Cyril Brulebois <[email protected]> Tue, 16 Nov 2010 22:29:41 +0100 xfonts-base (1:1.0.1) unstable; urgency=low commit 4cc9ad6389f10274548f858f6685c4302d072904 Author: Cyril Brulebois <[email protected]> Date: Tue Nov 16 22:29:31 2010 +0100 Add xutils-dev build-dep for new macros. diff --git a/debian/changelog b/debian/changelog index 4c90b75..72eb8fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ xfonts-base (1:1.0.2) UNRELEASED; urgency=low U+FFE6 range (Closes: #252045). * Add myself to Uploaders. * Wrap build-deps. + * Add xutils-dev build-dep for new macros. -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:59 +0000 diff --git a/debian/control b/debian/control index d25634f..40147b6 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: Build-Depends-Indep: pkg-config, xfonts-utils (>= 1:7.5), + xutils-dev (>= 1:7.5+4), Standards-Version: 3.8.3 Package: xfonts-base commit afa81595b7db88c018abaff8e979e96cb526a6fb Author: Cyril Brulebois <[email protected]> Date: Tue Nov 16 22:29:00 2010 +0100 Wrap build-deps. diff --git a/debian/changelog b/debian/changelog index 03bbd41..4c90b75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ xfonts-base (1:1.0.2) UNRELEASED; urgency=low * font-misc-misc 1.0.2 fixes an off-by-one error in U+FFE1 through U+FFE6 range (Closes: #252045). * Add myself to Uploaders. + * Wrap build-deps. -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:59 +0000 diff --git a/debian/control b/debian/control index fd528d3..d25634f 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,11 @@ Section: fonts Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[email protected]>, Cyril Brulebois <[email protected]> -Build-Depends: debhelper (>= 5) -Build-Depends-Indep: pkg-config, xfonts-utils (>= 1:7.5) +Build-Depends: + debhelper (>= 5), +Build-Depends-Indep: + pkg-config, + xfonts-utils (>= 1:7.5), Standards-Version: 3.8.3 Package: xfonts-base commit 327d328dbf02a2742c0c9388752e96491f1ebb7e Author: Cyril Brulebois <[email protected]> Date: Tue Nov 16 22:20:09 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 6153d3d..03bbd41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ xfonts-base (1:1.0.2) UNRELEASED; urgency=low [ Cyril Brulebois ] * font-misc-misc 1.0.2 fixes an off-by-one error in U+FFE1 through U+FFE6 range (Closes: #252045). + * Add myself to Uploaders. -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:59 +0000 diff --git a/debian/control b/debian/control index 0554b8f..fd528d3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xfonts-base Section: fonts Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: David Nusinow <[email protected]> +Uploaders: David Nusinow <[email protected]>, Cyril Brulebois <[email protected]> Build-Depends: debhelper (>= 5) Build-Depends-Indep: pkg-config, xfonts-utils (>= 1:7.5) Standards-Version: 3.8.3 commit 680a76146a3bd2b886f98c0c19897683d6663ca6 Author: Cyril Brulebois <[email protected]> Date: Tue Nov 16 22:19:03 2010 +0100 font-misc-misc 1.0.2 fixes an off-by-one error in U+FFE1 through U+FFE6 range (Closes: #252045). diff --git a/debian/changelog b/debian/changelog index 1abc68e..6153d3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ xfonts-base (1:1.0.2) UNRELEASED; urgency=low + [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! * Remove myself from Uploaders @@ -18,6 +19,10 @@ xfonts-base (1:1.0.2) UNRELEASED; urgency=low - font-sun-misc 1.0.3 + update debian/copyright from upstream COPYING + [ Cyril Brulebois ] + * font-misc-misc 1.0.2 fixes an off-by-one error in U+FFE1 through + U+FFE6 range (Closes: #252045). + -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:59 +0000 xfonts-base (1:1.0.1) unstable; urgency=low -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

