debian/changelog | 8 ++++++-- debian/source/options | 2 +- src/Makefile.am | 1 + 3 files changed, 8 insertions(+), 3 deletions(-)
New commits: commit 270b0409ff4e081d3412947e2f02c21bb94c46f6 Author: Liang Guo <[email protected]> Date: Thu Nov 7 13:18:39 2013 +0800 Ignore tests in debian/source/options diff --git a/debian/changelog b/debian/changelog index 132af21..d929e0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -xserver-xorg-video-qxl (0.1.1-1) UNRELEASED; urgency=low +xserver-xorg-video-qxl (0.1.1-1) unstable; urgency=low + [Michele Cane] * New upstream release. - -- Michele Cane <[email protected]> Mon, 21 Oct 2013 22:07:36 +0200 + [Liang Guo] + * Ignore tests in debian/source/options + + -- Liang Guo <[email protected]> Thu, 24 Oct 2013 09:49:08 +0800 xserver-xorg-video-qxl (0.1.0-2) unstable; urgency=low diff --git a/debian/source/options b/debian/source/options index c866a57..1df5173 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,2 +1,2 @@ -diff-ignore = autogen.sh|.git|TODO.xspice|ChangeLog|Makefile.in|aclocal.m4|config.guess|config.h.in|config.sub|configure|depcomp|install-sh|ltmain.sh|missing +diff-ignore = autogen.sh|.git|TODO.xspice|ChangeLog|Makefile.in|aclocal.m4|config.guess|config.h.in|config.sub|configure|depcomp|install-sh|ltmain.sh|missing|tests commit 516c07ea582db00aac75133e5bbd8f8647900bd7 Author: Alon Levy <[email protected]> Date: Sun Oct 20 18:39:14 2013 +0300 fix make dist Signed-off-by: Alon Levy <[email protected]> diff --git a/src/Makefile.am b/src/Makefile.am index edc2f0b..4c4ae40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -110,6 +110,7 @@ spiceqxl_drv_la_SOURCES = \ murmurhash3.h \ qxl_cursor.c \ dfps.c \ + dfps.h \ qxl_uxa.c \ qxl_ums_mode.c \ qxl_io.c \ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

