ChangeLog | 16 ++++++++++++++++ configure.ac | 12 ++++++------ debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 1 + 5 files changed, 32 insertions(+), 7 deletions(-)
New commits: commit a7806e815f05a51cd37513f0198ac4ac23744953 Author: Julien Cristau <[email protected]> Date: Thu Nov 26 15:59:12 2009 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 38db9df..67ae427 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -x11proto-record (1.14-1) UNRELEASED; urgency=low +x11proto-record (1.14-1) experimental; urgency=low + [ Timo Aaltonen ] * New upstream release (closes: #556004). * Bump the build-dep on xutils-dev (>= 1:7.5~1). - -- Timo Aaltonen <[email protected]> Sat, 21 Nov 2009 10:47:10 +0200 + -- Julien Cristau <[email protected]> Thu, 26 Nov 2009 15:59:08 +0100 x11proto-record (1.13.99.1-1) experimental; urgency=low commit 37dd6fed3a54b4eb724edcd8f12de0a3fa618f2e Author: Timo Aaltonen <[email protected]> Date: Sat Nov 21 14:10:17 2009 +0200 Bump the build-dep on xutils-dev (>= 1:7.5~1). diff --git a/debian/changelog b/debian/changelog index 711235b..38db9df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ x11proto-record (1.14-1) UNRELEASED; urgency=low * New upstream release (closes: #556004). + * Bump the build-dep on xutils-dev (>= 1:7.5~1). -- Timo Aaltonen <[email protected]> Sat, 21 Nov 2009 10:47:10 +0200 diff --git a/debian/control b/debian/control index 1493d34..e8b6527 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Nusinow <[email protected]>, Andres Salomon <dilin...@debian. Build-Depends: debhelper (>= 5.0.0), automake, - xutils-dev (>= 1:7.4+4) + xutils-dev (>= 1:7.5~1) Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-record Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git commit b57a2bc96fefd05c8c1f877b1576f1d327d33fe7 Author: Julien Cristau <[email protected]> Date: Sat Nov 21 12:41:54 2009 +0100 Add bug closer diff --git a/debian/changelog b/debian/changelog index 60b20a2..711235b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ x11proto-record (1.14-1) UNRELEASED; urgency=low - * New upstream release. + * New upstream release (closes: #556004). -- Timo Aaltonen <[email protected]> Sat, 21 Nov 2009 10:47:10 +0200 commit b3186c4d9397117b9fb473e9cdbabaaadaf68f37 Author: Julien Cristau <[email protected]> Date: Sat Nov 21 12:04:01 2009 +0100 Remove config.* in debian/rules clean diff --git a/debian/rules b/debian/rules index 812e1b3..26a6cd6 100755 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,7 @@ clean: rm -rf autom4te.cache */autom4te.cache rm -rf obj-* rm -f aclocal.m4 configure install-sh missing mkinstalldirs + rm -f config.guess config.sub find -name Makefile.in -delete dh_clean commit b820188b4fe14eacf209c9556a410e645c4de8fb Author: Timo Aaltonen <[email protected]> Date: Sat Nov 21 10:48:27 2009 +0200 Update the changelogs. diff --git a/ChangeLog b/ChangeLog index d3ec9a7..81eec58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +commit 38fd3772f3a5a107fa6e9d94e0be7bd276f771b6 +Author: Peter Hutterer <[email protected]> +Date: Thu Oct 1 19:38:36 2009 +1000 + + recordproto 1.14 + + Signed-off-by: Peter Hutterer <[email protected]> + +commit fd428befaa8a76b216d5e42e63b688d4d55fdbc5 +Author: Peter Hutterer <[email protected]> +Date: Thu Oct 1 19:38:12 2009 +1000 + + Require macros 1.3 for XORG_DEFAULT_OPTIONS + + Signed-off-by: Peter Hutterer <[email protected]> + commit 379a691a45f4a637b8b7bbea9d3c7c2454f5cde6 Author: Peter Hutterer <[email protected]> Date: Sat Aug 15 21:47:26 2009 +1000 diff --git a/debian/changelog b/debian/changelog index b4938cf..60b20a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x11proto-record (1.14-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Timo Aaltonen <[email protected]> Sat, 21 Nov 2009 10:47:10 +0200 + x11proto-record (1.13.99.1-1) experimental; urgency=low * Run autoreconf at build time. commit 38fd3772f3a5a107fa6e9d94e0be7bd276f771b6 Author: Peter Hutterer <[email protected]> Date: Thu Oct 1 19:38:36 2009 +1000 recordproto 1.14 Signed-off-by: Peter Hutterer <[email protected]> diff --git a/configure.ac b/configure.ac index 21d84aa..1709ce6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([RecordProto], [1.13.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([RecordProto], [1.14], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) # Require xorg-macros: XORG_DEFAULT_OPTIONS commit fd428befaa8a76b216d5e42e63b688d4d55fdbc5 Author: Peter Hutterer <[email protected]> Date: Thu Oct 1 19:38:12 2009 +1000 Require macros 1.3 for XORG_DEFAULT_OPTIONS Signed-off-by: Peter Hutterer <[email protected]> diff --git a/configure.ac b/configure.ac index 4debcb3..21d84aa 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ AC_PREREQ([2.57]) AC_INIT([RecordProto], [1.13.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -# Require xorg-macros: XORG_CHANGELOG -m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.2) -XORG_RELEASE_VERSION -XORG_CHANGELOG +# Require xorg-macros: XORG_DEFAULT_OPTIONS +m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.3) + +XORG_DEFAULT_OPTIONS AC_OUTPUT([Makefile recordproto.pc]) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

