diff options
author | Ian Osgood <iano@quirkster.com> | 2006-11-26 09:26:32 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-05-21 19:02:13 -0700 |
commit | e097542517d1998922e041fbc71959a15fd5b38c (patch) | |
tree | 4863a6e59a40bebf3f9280a49a39162987ea5ebc /debian | |
parent | 7ed407417c1f1970033175dbf848532e1619ac5e (diff) |
Fix unit tests for FreeBSDdebian-1.0-2
putenv() string must contain '='
environment failure test is invalid if argument is NULL
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a756ff2..1ec4e83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libxcb (1.0-2) unstable; urgency=low * Incorporate NMU by Julien Cristau; thanks, Julien! * Add XS-Vcs-Browser field to debian/control. + * Cherry-pick post-1.0 changes from master: + * " Fix unit tests for FreeBSD" * Upload to unstable. -- Josh Triplett <josh@freedesktop.org> Mon, 21 May 2007 12:48:40 -0700 |