x11proto-record: Changes to 'debian-unstable'

2012-04-15 Thread Julien Cristau
 ChangeLog  |  185 ++
 configure.ac   |   13 +
 debian/changelog   |   10 +
 debian/control |6 
 debian/rules   |7 -
 debian/x11proto-record-dev.install |4 
 docbook.am |  105 +++
 specs/.gitignore   |2 
 specs/Makefile.am  |   63 -
 specs/record.xml   |  259 +++--
 10 files changed, 456 insertions(+), 198 deletions(-)

New commits:
commit 05141937d142805da9203d34d872908fd78fdfd8
Author: Julien Cristau jcris...@debian.org
Date:   Sun Apr 15 17:34:43 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 525f686..936bfde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-record (1.14.2-1) UNRELEASED; urgency=low
+x11proto-record (1.14.2-1) unstable; urgency=low
 
   * New upstream release.
   * Don't require (fake)root for debian/rules clean.
@@ -6,7 +6,7 @@ x11proto-record (1.14.2-1) UNRELEASED; urgency=low
 configure.ac.
   * Update docs installation for new release.
 
- -- Julien Cristau jcris...@debian.org  Sun, 15 Apr 2012 17:26:01 +0200
+ -- Julien Cristau jcris...@debian.org  Sun, 15 Apr 2012 17:34:36 +0200
 
 x11proto-record (1.14.1-2) unstable; urgency=low
 

commit 5e06df3facc54909acb82c3492928152be9b42f1
Author: Julien Cristau jcris...@debian.org
Date:   Sun Apr 15 17:33:26 2012 +0200

Update docs installation for new release.

Set docdir directly in configure, exclude .db files.

diff --git a/debian/changelog b/debian/changelog
index 28e0246..525f686 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ x11proto-record (1.14.2-1) UNRELEASED; urgency=low
   * Don't require (fake)root for debian/rules clean.
   * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per
 configure.ac.
+  * Update docs installation for new release.
 
  -- Julien Cristau jcris...@debian.org  Sun, 15 Apr 2012 17:26:01 +0200
 
diff --git a/debian/rules b/debian/rules
index a56c481..05e4a83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ build-stamp:
cd build  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info \
+--docdir=\$${datadir}/doc/$(PACKAGE) \
 --with-xmlto --without-fop \
 $(confflags) CFLAGS=$(CFLAGS) 
cd build  $(MAKE)
@@ -73,7 +74,8 @@ binary-indep: build install
 
dh_installdocs
dh_installman
-   find debian/tmp/usr/share/doc/recordproto -name '*.xml' -delete
+   find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.db' -delete
+   find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.xml' -delete
dh_install --sourcedir=debian/tmp --fail-missing
dh_installchangelogs
dh_link
diff --git a/debian/x11proto-record-dev.install 
b/debian/x11proto-record-dev.install
index cd26366..42960a5 100644
--- a/debian/x11proto-record-dev.install
+++ b/debian/x11proto-record-dev.install
@@ -1,5 +1,3 @@
 usr/include/X11/extensions/*
 usr/lib/pkgconfig/recordproto.pc /usr/share/pkgconfig
-usr/share/doc/recordproto/*.html usr/share/doc/x11proto-record-dev/
-usr/share/doc/recordproto/*.css  usr/share/doc/x11proto-record-dev/
-usr/share/doc/recordproto/*.txt  usr/share/doc/x11proto-record-dev/
+usr/share/doc/x11proto-record-dev

commit da6b7a504e1ac0e441cc648cae58fd1609e93ee7
Author: Julien Cristau jcris...@debian.org
Date:   Sun Apr 15 17:29:28 2012 +0200

Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per 
configure.ac.

diff --git a/debian/changelog b/debian/changelog
index eefb57e..28e0246 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ x11proto-record (1.14.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Don't require (fake)root for debian/rules clean.
+  * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per
+configure.ac.
 
  -- Julien Cristau jcris...@debian.org  Sun, 15 Apr 2012 17:26:01 +0200
 
diff --git a/debian/control b/debian/control
index cc97f90..ba561ee 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,12 @@ Uploaders: David Nusinow dnusi...@debian.org, Andres 
Salomon dilinger@debian.
 Build-Depends:
  debhelper (= 5.0.0),
  automake,
- xutils-dev (= 1:7.5+4),
+ xutils-dev (= 1:7.6+2),
  pkg-config,
 # specs:
- xmlto, xorg-sgml-doctools (= 1:1.5), w3m,
+ xmlto (= 0.0.22),
+ xorg-sgml-doctools (= 1:1.8),
+ w3m,
 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 fd5fb1bc56414b1ec455275354202173c0087f7a
Author: Julien Cristau jcris...@debian.org
Date:   Sun Apr 15 17:27:58 2012 +0200

Don't require (fake)root for debian/rules clean.

diff --git 

x11proto-record: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog   |8 
 debian/control |1 +
 debian/x11proto-record-dev.install |2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit ea8d8306b9cdc41a537737cbb3a7842f0e7ed525
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 12:00:29 2011 -0800

release 1.14.1-2

diff --git a/debian/changelog b/debian/changelog
index 68fba42..dc73a0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-x11proto-record (1.14.1-2) UNRELEASED; urgency=low
+x11proto-record (1.14.1-2) unstable; urgency=low
 
   * Mark x11proto-record-dev Multi-Arch: foreign
   * Install recordproto.pc to /usr/share/pkgconfig instead of
 /usr/lib/pkgconfig/recordproto.pc
 
- -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:54:22 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 12:00:20 -0800
 
 x11proto-record (1.14.1-1) unstable; urgency=low
 

commit 93b6f604f1ac363fd2e8e87340e1e0440008b1f1
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 12:00:15 2011 -0800

Install recordproto.pc to /usr/share/pkgconfig instead of 
/usr/lib/pkgconfig/recordproto.pc

diff --git a/debian/changelog b/debian/changelog
index cf6169d..68fba42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 x11proto-record (1.14.1-2) UNRELEASED; urgency=low
 
   * Mark x11proto-record-dev Multi-Arch: foreign
+  * Install recordproto.pc to /usr/share/pkgconfig instead of
+/usr/lib/pkgconfig/recordproto.pc
 
  -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:54:22 -0800
 
diff --git a/debian/x11proto-record-dev.install 
b/debian/x11proto-record-dev.install
index 605860b..cd26366 100644
--- a/debian/x11proto-record-dev.install
+++ b/debian/x11proto-record-dev.install
@@ -1,5 +1,5 @@
 usr/include/X11/extensions/*
-usr/lib/pkgconfig/recordproto.pc
+usr/lib/pkgconfig/recordproto.pc /usr/share/pkgconfig
 usr/share/doc/recordproto/*.html usr/share/doc/x11proto-record-dev/
 usr/share/doc/recordproto/*.css  usr/share/doc/x11proto-record-dev/
 usr/share/doc/recordproto/*.txt  usr/share/doc/x11proto-record-dev/

commit 83acda01b32345050231afc4f22582c3dfee
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 11:54:39 2011 -0800

Mark x11proto-record-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 67800bb..cf6169d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-record (1.14.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-record-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:54:22 -0800
+
 x11proto-record (1.14.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 3fe1e33..cc97f90 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git
 
 Package: x11proto-record-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libxtst-dev ( 2:1.0.99.2)
 Description: X11 Record extension wire protocol


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rnrym-00012i...@vasks.debian.org



x11proto-record: Changes to 'debian-unstable'

2010-11-05 Thread Cyril Brulebois
 .gitignore |   78 +
 ChangeLog  |  105 ++
 Makefile.am|   13 
 README |   30 
 configure.ac   |   19 
 debian/changelog   |   17 
 debian/control |7 
 debian/rules   |6 
 debian/x11proto-record-dev.install |3 
 specs/.gitignore   |5 
 specs/Makefile.am  |   64 +
 specs/record.xml   | 1895 +
 12 files changed, 2218 insertions(+), 24 deletions(-)

New commits:
commit 68838a0e3645d29cd47ec6aa5f7f76e5b5624778
Author: Cyril Brulebois k...@debian.org
Date:   Sat Nov 6 01:42:52 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index aa98da1..67800bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-record (1.14.1-1) UNRELEASED; urgency=low
+x11proto-record (1.14.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -17,7 +17,7 @@ x11proto-record (1.14.1-1) UNRELEASED; urgency=low
   * No longer pass --disable-shared, this option is gone.
   * Add myself to Uploaders.
 
- -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
+ -- Cyril Brulebois k...@debian.org  Sat, 06 Nov 2010 01:42:41 +0100
 
 x11proto-record (1.14-2) unstable; urgency=low
 

commit adc16b1c2d3bc3f9f82d0332d2db29701b12019a
Author: Cyril Brulebois k...@debian.org
Date:   Sat Nov 6 01:42:10 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 2ce57e3..aa98da1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ x11proto-record (1.14.1-1) UNRELEASED; urgency=low
   * Ship *.html, *.css, and *.txt from the doc directory.
   * Switch from --list-missing to --fail-missing for additional safety.
   * No longer pass --disable-shared, this option is gone.
+  * Add myself to Uploaders.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
 
diff --git a/debian/control b/debian/control
index 107b197..3fe1e33 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-record
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  automake,

commit 296b8969368c9b6e4616fef417fa18f6b4161a9e
Author: Cyril Brulebois k...@debian.org
Date:   Sat Nov 6 01:41:49 2010 +0100

No longer pass --disable-shared, this option is gone.

diff --git a/debian/changelog b/debian/changelog
index 53eac32..2ce57e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ x11proto-record (1.14.1-1) UNRELEASED; urgency=low
   * Kill *.xml in the doc directory, no point in shipping them.
   * Ship *.html, *.css, and *.txt from the doc directory.
   * Switch from --list-missing to --fail-missing for additional safety.
+  * No longer pass --disable-shared, this option is gone.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
 
diff --git a/debian/rules b/debian/rules
index e480c26..762f873 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ build-stamp:
mkdir -p build
cd build  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
---infodir=\$${prefix}/share/info --disable-shared \
+--infodir=\$${prefix}/share/info \
 --with-xmlto --without-fop \
 $(confflags) CFLAGS=$(CFLAGS) 
cd build  $(MAKE)

commit 6adc4c49ebebf6a021a547e24578185e53417841
Author: Cyril Brulebois k...@debian.org
Date:   Sat Nov 6 01:41:24 2010 +0100

Switch from --list-missing to --fail-missing for additional safety.

diff --git a/debian/changelog b/debian/changelog
index fb6304b..53eac32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x11proto-record (1.14.1-1) UNRELEASED; urgency=low
   * Pass --with-xmlto and --without-fop, we want html and txt only.
   * Kill *.xml in the doc directory, no point in shipping them.
   * Ship *.html, *.css, and *.txt from the doc directory.
+  * Switch from --list-missing to --fail-missing for additional safety.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
 
diff --git a/debian/rules b/debian/rules
index 5c7bee5..e480c26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ binary-indep: build install
dh_installdocs
dh_installman
find debian/tmp/usr/share/doc/recordproto -name '*.xml' -delete
-   dh_install --sourcedir=debian/tmp --list-missing
+   dh_install --sourcedir=debian/tmp --fail-missing

x11proto-record: Changes to 'debian-unstable'

2010-05-07 Thread Mikhail Gusarov
 debian/control |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 7a30e56f3ce8debb5a615f2636756142fddc099b
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:51 2010 +0700

Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

diff --git a/debian/control b/debian/control
index b9dd1de..9ad36b4 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,5 @@ Description: X11 Record extension wire protocol
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- URL:http://xorg.freedesktop.org
- URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
  This package is built from the X.org recordproto proto module.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oamj1-0003ay...@alioth.debian.org



x11proto-record: Changes to 'debian-unstable'

2010-01-22 Thread Julien Cristau
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 93b1697ec80659ac8596c8f237b7bf75d762ea75
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 23 01:46:46 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 98dcf20..cb0a6f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11proto-record (1.14-3) UNRELEASED; urgency=low
 
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
+  * Remove myself from Uploaders
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
 
diff --git a/debian/control b/debian/control
index e8b6527..b9dd1de 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-record
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Julien Cristau jcris...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  automake,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



x11proto-record: Changes to 'debian-unstable'

2010-01-16 Thread Julien Cristau
 debian/changelog |7 +++
 debian/rules |   10 +-
 2 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit bffe34a9f875859aea9909c032e9a1cc84d1df07
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 16 16:49:00 2010 +

Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!

diff --git a/debian/changelog b/debian/changelog
index 8a7d08d..98dcf20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-record (1.14-3) UNRELEASED; urgency=low
+
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
+
+ -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
+
 x11proto-record (1.14-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 26a6cd6..fcc1485 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,12 +36,12 @@ build: build-stamp
 build-stamp:
dh_testdir
autoreconf -vfi
-   mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
-   cd obj-$(DEB_BUILD_GNU_TYPE)  \
+   mkdir -p build
+   cd build  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info --disable-shared \
 $(confflags) CFLAGS=$(CFLAGS) 
-   cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)
+   cd build  $(MAKE)
$@
 
 clean:
@@ -53,7 +53,7 @@ clean:
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
-   rm -rf obj-*
+   rm -rf build
rm -f aclocal.m4 configure install-sh missing mkinstalldirs
rm -f config.guess config.sub
find -name Makefile.in -delete
@@ -66,7 +66,7 @@ install: build
dh_clean -k
dh_installdirs
 
-   cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
+   cd build  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 
 # Build architecture-independent files here.
 binary-indep: build install


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



x11proto-record: Changes to 'debian-unstable'

2009-11-21 Thread Timo Aaltonen
 .gitignore |4 
 ChangeLog  |  196 +++
 Makefile.am|   15 
 Makefile.in|  434 
 aclocal.m4 |  879 
 configure  | 2587 -
 configure.ac   |8 
 debian/README.source   |   73 +
 debian/changelog   |   21 
 debian/compat  |2 
 debian/control |   11 
 debian/rules   |   16 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   51 
 debian/xsfbs/xsfbs.sh  |  522 ++---
 install-sh |  294 -
 missing|  336 --
 mkinstalldirs  |  111 --
 record.h   |  211 ---
 recordconst.h  |   54 +
 recordproto.h  |  306 +
 recordstr.h|  326 --
 22 files changed, 860 insertions(+), 5629 deletions(-)

New commits:
commit b820188b4fe14eacf209c9556a410e645c4de8fb
Author: Timo Aaltonen tjaal...@cc.hut.fi
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 peter.hutte...@who-t.net
+Date:   Thu Oct 1 19:38:36 2009 +1000
+
+recordproto 1.14
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit fd428befaa8a76b216d5e42e63b688d4d55fdbc5
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Oct 1 19:38:12 2009 +1000
+
+Require macros 1.3 for XORG_DEFAULT_OPTIONS
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
 commit 379a691a45f4a637b8b7bbea9d3c7c2454f5cde6
 Author: Peter Hutterer peter.hutte...@who-t.net
 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 tjaal...@ubuntu.com  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 peter.hutte...@who-t.net
Date:   Thu Oct 1 19:38:36 2009 +1000

recordproto 1.14

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

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 peter.hutte...@who-t.net
Date:   Thu Oct 1 19:38:12 2009 +1000

Require macros 1.3 for XORG_DEFAULT_OPTIONS

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

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])

commit f0dc4c031762ad861a54bf22ea1f929090897198
Author: Julien Cristau jcris...@debian.org
Date:   Sun Sep 13 11:01:31 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index edebbf3..b4938cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low
+x11proto-record (1.13.99.1-1) experimental; urgency=low
 
   * Run autoreconf at build time.
   * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
@@ -11,7 +11,7 @@ x11proto-record (1.13.99.1-1) UNRELEASED; urgency=low
   * Break older libxtst-dev to make sure record.h doesn't go missing.
   * Bump Standards-Version to 3.8.3.
 
- -- Julien Cristau jcris...@debian.org  Sat, 12 Sep 2009 18:46:39 +0200
+ -- Julien Cristau jcris...@debian.org  Sun, 13 Sep 2009 11:01:22 +0200
 
 x11proto-record (1.13.2-5) unstable; urgency=low
 

commit cf95d76ef0cf977c6ad19e1b62e858d4fdb792ea
Author: Julien Cristau jcris...@debian.org
Date:   Sun Sep 13 10:56:55 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 838abf2..edebbf3 100644
--- 

x11proto-record: Changes to 'debian-unstable'

2009-11-21 Thread Julien Cristau
 debian/rules |1 +
 1 file changed, 1 insertion(+)

New commits:
commit b3186c4d9397117b9fb473e9cdbabaaadaf68f37
Author: Julien Cristau jcris...@debian.org
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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



x11proto-record: Changes to 'debian-unstable'

2009-11-21 Thread Julien Cristau
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b57a2bc96fefd05c8c1f877b1576f1d327d33fe7
Author: Julien Cristau jcris...@debian.org
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 tjaal...@ubuntu.com  Sat, 21 Nov 2009 10:47:10 +0200
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



x11proto-record: Changes to 'debian-unstable'

2009-11-21 Thread Timo Aaltonen
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 37dd6fed3a54b4eb724edcd8f12de0a3fa618f2e
Author: Timo Aaltonen tjaal...@cc.hut.fi
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 tjaal...@ubuntu.com  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 dnusi...@debian.org, 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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



x11proto-record: Changes to 'debian-unstable'

2008-05-11 Thread Julien Cristau
 .gitignore|   10 
 debian/changelog  |   12 
 debian/control|8 
 debian/xsfbs/xsfbs.mk |  310 +
 debian/xsfbs/xsfbs.sh |  900 ++
 5 files changed, 1233 insertions(+), 7 deletions(-)

New commits:
commit d47b4eeb5c9bbfa9cc1cf2d4da523133f4537c42
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun May 11 19:13:33 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 17530d4..de93a9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-record (1.13.2-5) UNRELEASED; urgency=low
+x11proto-record (1.13.2-5) unstable; urgency=low
 
   [ Brice Goglin ]
   * Update the long description.
@@ -11,7 +11,7 @@ x11proto-record (1.13.2-5) UNRELEASED; urgency=low
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.7.3.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:11:41 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Sun, 11 May 2008 19:13:28 +0200
 
 x11proto-record (1.13.2-4) unstable; urgency=low
 

commit c5bdf00accf0ba0c69651d31d3e0070e00e4efee
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun May 11 19:12:43 2008 +0200

debian/control updates

* Use Vcs-* to instead of XS-Vcs-*.
* Remove Branden from Uploaders with his permission.
* Add myself to Uploaders.
* Bump Standards-Version to 3.7.3.

diff --git a/debian/changelog b/debian/changelog
index 1eba752..17530d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
 x11proto-record (1.13.2-5) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Update the long description.
   * Add URL in debian/copyright.
-  * Add XS-Vcs-* to debian/control.
+  * Add Vcs-* to debian/control.
   * Remove Fabio from Uploaders, with his permission.
 
+  [ Julien Cristau ]
+  * Remove Branden from Uploaders with his permission.
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.7.3.
+
  -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:11:41 +0200
 
 x11proto-record (1.13.2-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 35e9dd1..a094c44 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: x11proto-record
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-record
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git
+Standards-Version: 3.7.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
 
 Package: x11proto-record-dev
 Architecture: all

commit c87ea43906787791a87a659c0a9d6312945ffb32
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun Apr 13 03:12:18 2008 +0200

Remove xsfbs-autoreconf.mk

It has never been used, and that doesn't look likely to change.

diff --git a/debian/xsfbs/xsfbs-autoreconf.mk b/debian/xsfbs/xsfbs-autoreconf.mk
deleted file mode 100644
index dce8fc8..000
--- a/debian/xsfbs/xsfbs-autoreconf.mk
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/make -f
-# $Id$
-
-# Automagical conversion of autoreconf results into quilt patches.
-
-# Copyright 2006 Eugene Konev
-#
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
-
-# The idea behind this is storing changes produced by autoreconf as a 
-# separate patch on quilt stack (on top of stack actually).
-# The only usable target here is 'autoreconf`. Other targets are not
-# supposed to be called directly. DO NOT invoke them, unless you know what
-# you are doing.
-# The autoreconf target will check if files with names in $(RECONF_CHECKFILES)
-# were changed during patching (from upstream version or from previously
-# autoreconfed version) and call actual autoreconfing if they were.
-# The actual autoreconfing target (doautoreconf) WILL FAIL after 
-# calling autoreconf and pushing changes into quilt stack by design. It
-# should never be invoked by automatic build process.
-# The proposed use is adding autoreconf into clean's prerequisites before
-# xsfclean like:
-# - clean: xsfclean
-# + clean: autoreconf xsfclean
-# This will ensure it is called when you build package with dpkg-buildpackage.
-
-# This dir will be used for producing diff of autoreconfed tree
-RECONF_DIR := xsfautoreconf
-
-# This files will be checked for changes
-RECONF_CHECKFILES += configure.ac Makefile.am
-
-# This files will not be hardlinked but copied
-RECONF_NOLINKFILES += aclocal.m4
-
-# This files/dirs will be pruned after autoreconf run

x11proto-record: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   12 +++-
 debian/copyright |3 +++
 3 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 2c13a2df840547dd96637e32a6a8e6e01e2448ca
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:48 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 6807463..1eba752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-record (1.13.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:11:41 +0200
+
 x11proto-record (1.13.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 1d81f21..35e9dd1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-record
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-record
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git
 
 Package: x11proto-record-dev
 Architecture: all
@@ -13,12 +15,12 @@ Conflicts: libxtst-dev ( 6.8.2-21)
 Replaces: libxtst-dev ( 6.8.2-21)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Record extension wire protocol
- This package provides the wire protocol for the Record extension, used to
- record and play back event sequences.
+ This package provides development headers describing the wire protocol
+ for the Record extension, used to record and play back event sequences.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Record' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org recordproto proto module.
diff --git a/debian/copyright b/debian/copyright
index ae25726..6cc7219 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1995 Network Computing Devices
 
 Permission to use, copy, modify, distribute, and sell this software and


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-record: Changes to 'debian-unstable'

2007-01-14 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit d15c9c9acedc15241374c590aae3e836a42f855d
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 6aa3d369fe007e4a7e8cdaabdda4eca3b6d129f1
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Aug 28 00:53:21 2006 +

* Merge x11proto-record from the 7.1 branch to trunk now that it's unstable

commit 563f338dfaaa88680d77ef7d57d62e71358958ce
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Aug 27 23:55:36 2006 +

Rename the protocol dirs to match the debian package names, like the other 
packages in the repo

commit 7f3fbffbc873a0e724868ddd250cb10b524a7e73
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Mar 24 02:44:27 2006 +

Prepare protocol headers for upload to unstable. Tags to follow.

commit 91c14b1186239bd4933b0bcf00b0b365485b7494
Author: Michel Dänzer [EMAIL PROTECTED]
Date:   Thu Feb 9 16:08:24 2006 +

Add epoch to versioned Pre-Depends on x11-common to make upgrades from
monolithic x11-common work.

commit 8fc23ec9b6287803e64d4102d968740b328111b7
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jan 23 02:45:38 2006 +

Set protocol headers to be uploaded to experimental

commit 78d9aa62c29e38d6d96ec2173f6e352d3350d677
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 19:37:27 2005 +

Update proto headers to 7.0 with packaging

commit 9fde2f28109b8efc2642067f5146e1dc408561ef
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]