diff -Nru xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/ChangeLog xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/ChangeLog --- xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/ChangeLog 2012-06-06 14:19:18.000000000 +0000 +++ xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/ChangeLog 2012-07-02 15:15:47.000000000 +0000 @@ -1,9 +1,17 @@ -commit 1866db715b59327efcdf556703ce0e1be46517c6 +commit e4652f2f35105c8e4fbee148a9ef0726a8cf1d25 Author: Robert Hooker -Date: Wed Jun 6 10:19:08 2012 -0400 +Date: Mon Jul 2 11:15:38 2012 -0400 Add debian tree from origin/debian-unstable +commit 414c3ae620f48d31d264b7de0141d5cd4b5a1893 +Author: Dave Airlie +Date: Mon Jul 2 13:23:21 2012 +0100 + + sisusb: bump to 0.9.5 release + + Signed-off-by: Dave Airlie + commit de082dae48030b8a5c1cc2474fe3008170d62eea Author: Dave Airlie Date: Wed Jun 6 12:28:19 2012 +0100 diff -Nru xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/configure xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/configure --- xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/configure 2012-06-06 14:19:16.000000000 +0000 +++ xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/configure 2012-07-02 15:15:46.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for xf86-video-sisusb 0.9.4. +# Generated by GNU Autoconf 2.68 for xf86-video-sisusb 0.9.5. # # Report bugs to . # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='xf86-video-sisusb' PACKAGE_TARNAME='xf86-video-sisusb' -PACKAGE_VERSION='0.9.4' -PACKAGE_STRING='xf86-video-sisusb 0.9.4' +PACKAGE_VERSION='0.9.5' +PACKAGE_STRING='xf86-video-sisusb 0.9.5' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_URL='' @@ -1337,7 +1337,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xf86-video-sisusb 0.9.4 to adapt to many kinds of systems. +\`configure' configures xf86-video-sisusb 0.9.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1408,7 +1408,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xf86-video-sisusb 0.9.4:";; + short | recursive ) echo "Configuration of xf86-video-sisusb 0.9.5:";; esac cat <<\_ACEOF @@ -1531,7 +1531,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xf86-video-sisusb configure 0.9.4 +xf86-video-sisusb configure 0.9.5 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1855,7 +1855,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xf86-video-sisusb $as_me 0.9.4, which was +It was created by xf86-video-sisusb $as_me 0.9.5, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2675,7 +2675,7 @@ # Define the identity of the package. PACKAGE='xf86-video-sisusb' - VERSION='0.9.4' + VERSION='0.9.5' cat >>confdefs.h <<_ACEOF @@ -18570,7 +18570,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xf86-video-sisusb $as_me 0.9.4, which was +This file was extended by xf86-video-sisusb $as_me 0.9.5, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18636,7 +18636,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xf86-video-sisusb config.status 0.9.4 +xf86-video-sisusb config.status 0.9.5 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/configure.ac xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/configure.ac --- xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/configure.ac 2012-05-04 22:26:21.000000000 +0000 +++ xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/configure.ac 2012-07-02 15:15:38.000000000 +0000 @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-sisusb], - [0.9.4], + [0.9.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-sisusb]) AC_CONFIG_SRCDIR([Makefile.am]) diff -Nru xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/debian/changelog xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/debian/changelog --- xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/debian/changelog 2012-07-02 15:52:32.000000000 +0000 +++ xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/debian/changelog 2012-07-02 15:52:33.000000000 +0000 @@ -1,10 +1,10 @@ -xserver-xorg-video-sisusb (1:0.9.4+git20120606.de082dae-0ubuntu0sarvatt~precise) precise; urgency=low +xserver-xorg-video-sisusb (1:0.9.5+git20120702.414c3ae6-0ubuntu0sarvatt~precise) precise; urgency=low - * Checkout from git 20120606 (master branch) up to commit - de082dae48030b8a5c1cc2474fe3008170d62eea + * Checkout from git 20120702 (master branch) up to commit + 414c3ae620f48d31d264b7de0141d5cd4b5a1893 * Only added debian/ tree from origin/debian-unstable - -- Robert Hooker Wed, 06 Jun 2012 10:19:19 -0400 + -- Robert Hooker Mon, 02 Jul 2012 11:15:48 -0400 xserver-xorg-video-sisusb (1:0.9.4-3) unstable; urgency=low diff -Nru xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/.lastcommit xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/.lastcommit --- xserver-xorg-video-sisusb-0.9.4+git20120606.de082dae/.lastcommit 2012-06-06 14:19:08.000000000 +0000 +++ xserver-xorg-video-sisusb-0.9.5+git20120702.414c3ae6/.lastcommit 2012-07-02 15:15:38.000000000 +0000 @@ -1 +1 @@ -commit de082dae48030b8a5c1cc2474fe3008170d62eea +commit 414c3ae620f48d31d264b7de0141d5cd4b5a1893