x11proto-dmx: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |8 ++--
 debian/control   |1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 93f02fef0a020bd318de5aa2945c4a91879a9873
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:18:38 2011 -0800

releasing version 1:2.3-3

diff --git a/debian/changelog b/debian/changelog
index 4b3a0b0..f27347a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-dmx (1:2.3-3) UNRELEASED; urgency=low
+x11proto-dmx (1:2.3-3) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -8,7 +8,7 @@ x11proto-dmx (1:2.3-3) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Mark x11proto-dmx-dev Multi-Arch: foreign
 
- -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:51 +
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:18:24 -0800
 
 x11proto-dmx (1:2.3-2) unstable; urgency=low
 

commit 031bb6163bb0e20617db8e7f46de61022f1cc3d7
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 10:46:04 2011 -0800

Mark x11proto-dmx-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index dc46af3..4b3a0b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 x11proto-dmx (1:2.3-3) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Steve Langasek ]
+  * Mark x11proto-dmx-dev Multi-Arch: foreign
+
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:51 +
 
 x11proto-dmx (1:2.3-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d4dd9eb..81ba31c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libdmx-dev ( 1:1.0.99.1)
 Description: X11 Distributed Multihead X 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/e1rqoxo-0003oi...@vasks.debian.org



x11proto-dmx: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 .gitignore   |   78 ++-
 Makefile.am  |   11 ---
 README   |   40 
 configure.ac |   22 +++
 debian/changelog |9 +++---
 debian/control   |3 --
 6 files changed, 139 insertions(+), 24 deletions(-)

New commits:
commit 52c0da8e855dc876a21a9af6235f02acd2854749
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:36:40 2011 -0800

import version 1:2.3.1-1; 1:2.3-3 was never uploaded

diff --git a/debian/changelog b/debian/changelog
index f27347a..d0fb437 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,15 @@
-x11proto-dmx (1:2.3-3) unstable; urgency=low
+x11proto-dmx (1:2.3.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
-  [ Steve Langasek ]
-  * Mark x11proto-dmx-dev Multi-Arch: foreign
+  [ Cyril Brulebois ]
+  * New upstream release.
+  * Add myself to Uploaders.
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:18:24 -0800
+ -- Cyril Brulebois k...@debian.org  Fri, 14 Jan 2011 16:50:04 +0100
 
 x11proto-dmx (1:2.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 81ba31c..49f4ee3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-dmx
 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,
@@ -13,7 +13,6 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-dev
 Architecture: all
-Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libdmx-dev ( 1:1.0.99.1)
 Description: X11 Distributed Multihead X extension wire protocol

commit aade7161f63fd7f5a673e8432abd998fe1d9c7a2
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Wed Jan 5 17:26:54 2011 -0800

dmxproto 2.3.1

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index 3d74833..af05b01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([DMXProto], [2.3],
+AC_INIT([DMXProto], [2.3.1],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AC_CONFIG_SRCDIR([Makefile.am])
 

commit d6131b3d0cf6b30fd059fe1a1a17d4be24d00e9b
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 18:26:35 2010 -0800

Remove accidentally added config.h header creation

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index 2260553..3d74833 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,6 @@ AC_PREREQ([2.60])
 AC_INIT([DMXProto], [2.3],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AC_CONFIG_SRCDIR([Makefile.am])
-AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2])

commit 710bb6773a0eeb3dfccc92ef0b414c97ee553103
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 17:59:39 2010 -0800

Add links to DMX website  protocol spec to README

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/README b/README
index 3b93b48..d549e99 100644
--- a/README
+++ b/README
@@ -5,6 +5,15 @@ X server that controls multiple back-end X servers making up a 
large display.
 
 Extension name: DMX
 
+More information about the DMX software can be found on the original project
+website at:
+http://dmx.sourceforge.net/
+
+The protocol specification is currently maintained in the xserver git
+repository at hw/dmx/doc/DMXSpec.txt and can be viewed online at:
+
+http://cgit.freedesktop.org/xorg/xserver/tree/hw/dmx/doc/DMXSpec.txt
+
 All questions regarding this software should be directed at the
 Xorg mailing list:
 

commit 9e9b74b7b6ba9427fdae736093263f87e098ae59
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 17:53:22 2010 -0800

config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index e4442dd..2260553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,5 +18,6 @@ m4_ifndef([XORG_MACROS_VERSION],
 XORG_MACROS_VERSION(1.3)
 XORG_DEFAULT_OPTIONS
 
-AC_OUTPUT([Makefile
-   dmxproto.pc])
+AC_CONFIG_FILES([Makefile
+ dmxproto.pc])
+AC_OUTPUT

commit 7df615d96ea2204b3922bf0600a55cbe661b3d69
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 17:51:15 2010 -0800

  

x11proto-dmx: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog|7 +++
 debian/control  |1 +
 debian/x11proto-dmx-dev.install |2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 00f741176ac1b1822a84678f92f0d572c095a525
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:38:29 2011 -0800

releasing version 1:2.3.1-2

diff --git a/debian/changelog b/debian/changelog
index 5804616..0163b51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-x11proto-dmx (1:2.3.1-2) UNRELEASED; urgency=low
+x11proto-dmx (1:2.3.1-2) unstable; urgency=low
 
   * Mark x11proto-dmx-dev Multi-Arch: foreign
   * Install dmxproto.pc to /usr/share/pkgconfig
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:37:42 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:38:24 -0800
 
 x11proto-dmx (1:2.3.1-1) unstable; urgency=low
 

commit 4435c6cccd940901fb629861a6d34a9841322954
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:38:22 2011 -0800

Install dmxproto.pc to /usr/share/pkgconfig

diff --git a/debian/changelog b/debian/changelog
index b594a74..5804616 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11proto-dmx (1:2.3.1-2) UNRELEASED; urgency=low
 
   * Mark x11proto-dmx-dev Multi-Arch: foreign
+  * Install dmxproto.pc to /usr/share/pkgconfig
 
  -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:37:42 -0800
 
diff --git a/debian/x11proto-dmx-dev.install b/debian/x11proto-dmx-dev.install
index 475d744..556475b 100644
--- a/debian/x11proto-dmx-dev.install
+++ b/debian/x11proto-dmx-dev.install
@@ -1,2 +1,2 @@
 usr/include/X11/extensions/*
-usr/lib/pkgconfig/dmxproto.pc
+usr/lib/pkgconfig/dmxproto.pc /usr/share/pkgconfig

commit 89f8eab66617ca3b58df4ea497d3d1f83c9766e5
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:37:49 2011 -0800

Mark x11proto-dmx-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index d0fb437..b594a74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-dmx (1:2.3.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-dmx-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:37:42 -0800
+
 x11proto-dmx (1:2.3.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 49f4ee3..7561285 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libdmx-dev ( 1:1.0.99.1)
 Description: X11 Distributed Multihead X 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/e1rqqjo-0004pa...@vasks.debian.org



x11proto-dmx: Changes to 'debian-unstable'

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

New commits:
commit aa21a08ac6f980157e17eb67009c7ebace860340
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 aad8690..d4dd9eb 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,5 @@ Description: X11 Distributed Multihead X 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 dmxproto 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/e1oamhp-0001cd...@alioth.debian.org



x11proto-dmx: 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 2aa3c119fc5848dcadbc22a2f8d1efc3070fd457
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 23 01:46:48 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index d697498..dc46af3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11proto-dmx (1:2.3-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:51 +
 
diff --git a/debian/control b/debian/control
index e54a6cd..aad8690 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-dmx
 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-dmx: 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 18d553164c0eeafcef747a71e3d0ec6d2b1b00e5
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 16 16:49:02 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 709776d..d697498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-dmx (1:2.3-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:51 +
+
 x11proto-dmx (1:2.3-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 21dae46..7e2946b 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-dmx: Changes to 'debian-unstable'

2010-01-06 Thread Julien Cristau
 debian/changelog |   14 --
 debian/control   |2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit 779e8bdce611840f370a2688d10ca5ce204c1980
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jan 6 12:29:51 2010 +

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 9ada328..709776d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-dmx (1:2.3-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Julien Cristau jcris...@debian.org  Wed, 06 Jan 2010 12:30:50 +
+
 x11proto-dmx (1:2.3-1) experimental; urgency=low
 
   [ Timo Aaltonen ]

commit 13c690ddfeecdbbf744ab3e50889e77b78e35556
Author: Julien Cristau jcris...@debian.org
Date:   Thu Nov 26 13:35:27 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e47c6c8..9ada328 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-dmx (1:2.3-1) UNRELEASED; urgency=low
+x11proto-dmx (1:2.3-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
@@ -6,7 +6,7 @@ x11proto-dmx (1:2.3-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump xutils-dev build-dep to 1:7.5~1.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Fri, 20 Nov 2009 15:07:35 +0200
+ -- Julien Cristau jcris...@debian.org  Thu, 26 Nov 2009 13:35:13 +0100
 
 x11proto-dmx (1:2.2.99.1-1) experimental; urgency=low
 

commit 793fd58f4dbe3de5333a79237b5b492f1d6c3f75
Author: Julien Cristau jcris...@debian.org
Date:   Thu Nov 26 13:35:10 2009 +0100

Bump xutils-dev build-dep to 1:7.5~1.

diff --git a/debian/changelog b/debian/changelog
index 7f08555..e47c6c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 x11proto-dmx (1:2.3-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
 
+  [ Julien Cristau ]
+  * Bump xutils-dev build-dep to 1:7.5~1.
+
  -- Timo Aaltonen tjaal...@ubuntu.com  Fri, 20 Nov 2009 15:07:35 +0200
 
 x11proto-dmx (1:2.2.99.1-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 3baee0a..e54a6cd 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-dmx
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git


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



x11proto-dmx: Changes to 'debian-unstable'

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

New commits:
commit 11f45dc9687ce28cd2449fbca71c5aadbb685f3c
Author: Julien Cristau jcris...@debian.org
Date:   Sat Nov 21 12:03:59 2009 +0100

Remove config.* in debian/rules clean

diff --git a/debian/rules b/debian/rules
index ba40b11..21dae46 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-dmx: Changes to 'debian-unstable'

2009-11-20 Thread Timo Aaltonen
 .gitignore |4 
 ChangeLog  |  125 +
 Makefile.am|   14 
 Makefile.in|  491 ---
 aclocal.m4 |  603 -
 configure  | 3180 -
 configure.ac   |8 
 debian/README.source   |   73 +
 debian/changelog   |   20 
 debian/compat  |2 
 debian/control |   11 
 debian/rules   |   16 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   51 
 debian/xsfbs/xsfbs.sh  |  522 +---
 dmx.h  |   68 +
 dmxext.h   |  190 --
 dmxproto.h |1 
 install-sh |  323 
 missing|  360 -
 mkinstalldirs  |  158 --
 21 files changed, 491 insertions(+), 5761 deletions(-)

New commits:
commit ec597662005d733931e9de63f51d269118093d08
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Fri Nov 20 15:08:15 2009 +0200

New upstream release.

diff --git a/debian/changelog b/debian/changelog
index e985c1c..7f08555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-dmx (1:2.3-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Timo Aaltonen tjaal...@ubuntu.com  Fri, 20 Nov 2009 15:07:35 +0200
+
 x11proto-dmx (1:2.2.99.1-1) experimental; urgency=low
 
   * New upstream release candidate.

commit a71c838e1130be28e1639a606b0a7cb56f44a3a8
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Thu Oct 1 19:34:15 2009 +1000

dmxproto 2.3

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

diff --git a/configure.ac b/configure.ac
index ef02832..ab28ba3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([DMXProto], [2.2.99.1], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([DMXProto], [2.3], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 # Require xorg-macros: XORG_DEFAULT_OPTIONS

commit cfcd1d8985a8a1049ee2e9f9b80e835d33a23419
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Thu Oct 1 19:31:04 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 f3cc8ac..ef02832 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ AC_PREREQ([2.57])
 AC_INIT([DMXProto], [2.2.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
dmxproto.pc])

commit 78ebad0a41593e1ab661b8b097cab684204cf492
Author: Julien Cristau jcris...@debian.org
Date:   Sat Sep 5 17:25:03 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 248313b..e985c1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-dmx (1:2.2.99.1-1) UNRELEASED; urgency=low
+x11proto-dmx (1:2.2.99.1-1) experimental; urgency=low
 
   * New upstream release candidate.
 + library headers moved to libdmx-dev
@@ -10,7 +10,7 @@ x11proto-dmx (1:2.2.99.1-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3.
   * Add Breaks on old libdmx-dev.
 
- -- Julien Cristau jcris...@debian.org  Sat, 05 Sep 2009 15:05:49 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 05 Sep 2009 17:24:38 +0200
 
 x11proto-dmx (1:2.2.2-5) unstable; urgency=low
 

commit c27d22b28c87a030912f5f99c1a0d57ae48c8a26
Author: Julien Cristau jcris...@debian.org
Date:   Sat Sep 5 16:28:59 2009 +0200

Add Breaks on old libdmx-dev.

diff --git a/debian/changelog b/debian/changelog
index eb7a56e..248313b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ x11proto-dmx (1:2.2.99.1-1) UNRELEASED; urgency=low
 was needed for upgrades from sarge.
   * Bump debhelper compat level to 5.
   * Bump Standards-Version to 3.8.3.
+  * Add Breaks on old libdmx-dev.
 
  -- Julien Cristau jcris...@debian.org  Sat, 05 Sep 2009 15:05:49 +0200
 
diff --git a/debian/control b/debian/control
index da55ed0..3baee0a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 Package: x11proto-dmx-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libdmx-dev ( 1:1.0.99.1)
 Description: X11 Distributed Multihead X extension wire protocol
  This package provides development headers describing the wire protocol
  for the DMX extension, used to set up a distributed multi-head environment


x11proto-dmx: Changes to 'debian-unstable'

2009-11-20 Thread Timo Aaltonen
 ChangeLog |   16 
 1 file changed, 16 insertions(+)

New commits:
commit a57e94ca4016b77a1c2a155d913318a56eb5f04a
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Fri Nov 20 17:05:03 2009 +0200

Update the ChangeLog.

diff --git a/ChangeLog b/ChangeLog
index f7690ad..accb0e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+commit a71c838e1130be28e1639a606b0a7cb56f44a3a8
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Oct 1 19:34:15 2009 +1000
+
+dmxproto 2.3
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit cfcd1d8985a8a1049ee2e9f9b80e835d33a23419
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Thu Oct 1 19:31:04 2009 +1000
+
+Require macros 1.3 for XORG_DEFAULT_OPTIONS
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
 commit 7d2c367d67e236a93f7f73ca661caa3e167833c9
 Author: Peter Hutterer peter.hutte...@who-t.net
 Date:   Tue Aug 25 16:08:21 2009 +1000


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



x11proto-dmx: Changes to 'debian-unstable'

2008-05-11 Thread Julien Cristau
 debian/changelog |   10 +-
 debian/control   |8 +-
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|  107 ---
 debian/xsfbs/xsfbs.sh|7 -
 5 files changed, 29 insertions(+), 253 deletions(-)

New commits:
commit c45d2c7bc4d063d16a8fdebda2930b8567ff108d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun May 11 18:04:09 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 0ee6d24..1030bfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-dmx (1:2.2.2-5) UNRELEASED; urgency=low
+x11proto-dmx (1:2.2.2-5) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
@@ -13,7 +13,7 @@ x11proto-dmx (1:2.2.2-5) UNRELEASED; urgency=low
   * Update the long description.
   * Add URL in debian/copyright.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:07:32 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Sun, 11 May 2008 18:01:29 +0200
 
 x11proto-dmx (2.2.2-4) unstable; urgency=low
 

commit a3b0ee0e73a41ee5489e03cfad3ed19d7f5bee95
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun May 11 17:54:58 2008 +0200

debian/control updates

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

diff --git a/debian/changelog b/debian/changelog
index 3b883af..0ee6d24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ x11proto-dmx (1:2.2.2-5) UNRELEASED; urgency=low
   * Bump the epoch so that this can be synced to Ubuntu in the future.
 
   [ Julien Cristau ]
-  * Remove Fabio from Uploaders, with his permission.
-  * Add XS-Vcs-*; drop obsolete CVS info from the description.
+  * Remove Branden and Fabio from Uploaders, with their permission.
+  * Add Vcs-*; drop obsolete CVS info from the description.
+  * Bump Standards-Version to 3.7.3.
+  * Add myself to Uploaders.
 
   [ Brice Goglin ]
   * Update the long description.
diff --git a/debian/control b/debian/control
index 0bf319d..b0da9a9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: x11proto-dmx
 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-dmx
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-dmx
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-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 

x11proto-dmx: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/control   |   10 +++---
 debian/copyright |3 +++
 3 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit 851a878ca6c77c667bf534380ad889f08bc281f0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:31 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index c7196d1..3b883af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,11 @@ x11proto-dmx (1:2.2.2-5) UNRELEASED; urgency=low
   * Remove Fabio from Uploaders, with his permission.
   * Add XS-Vcs-*; drop obsolete CVS info from the description.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 04 May 2007 11:36:51 +0200
+  [ Brice Goglin ]
+  * Update the long description.
+  * Add URL in debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:07:32 +0200
 
 x11proto-dmx (2.2.2-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 99441ac..0bf319d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,14 @@ Conflicts: libdmx-dev ( 6.8.2-16)
 Replaces: libdmx-dev ( 6.8.2-16)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Distributed Multihead X extension wire protocol
- This package provides the wire protocol for the DMX extension, used to set up
- a distributed multi-head environment with a single server acting as a gateway
- to multiple X servers on multiple machines.
+ This package provides development headers describing the wire protocol
+ for the DMX extension, used to set up a distributed multi-head environment
+ with a single server acting as a gateway to multiple X servers on multiple
+ machines.
  .
  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 dmxproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 7ea03ea..449246b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.
 
 All Rights Reserved.


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



x11proto-dmx: Changes to 'debian-unstable'

2007-05-04 Thread Timo Aaltonen
 debian/changelog |6 ++
 1 files changed, 6 insertions(+)

New commits:
commit a2b0b157573394a56e19707567f4ff748faf60ca
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Fri May 4 11:33:12 2007 +0300

Bump the epoch so that this can be synced to Ubuntu in the future.

diff --git a/debian/changelog b/debian/changelog
index 0ede34e..0045fdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-dmx (1:2.2.2-5) UNRELEASED; urgency=low
+
+  * Bump the epoch so that this can be synced to Ubuntu in the future.
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Fri,  4 May 2007 11:31:13 +0300
+
 x11proto-dmx (2.2.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;


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



x11proto-dmx: Changes to 'debian-unstable'

2007-05-04 Thread Julien Cristau
 .gitignore   |   10 
 Makefile.in  |  256 ++--
 aclocal.m4   | 1038 +---
 configure| 2489 ---
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ++
 debian/xsfbs/xsfbs.mk|  379 +
 debian/xsfbs/xsfbs.sh|  907 ++
 install-sh   |  477 +++
 missing  |  142 +-
 mkinstalldirs|   89 +
 10 files changed, 3929 insertions(+), 2008 deletions(-)

New commits:
commit 6f33e07b154b4a5302dd6f8a291cb7832b6ca78f
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri May 4 10:57:48 2007 +0200

autoreconf.

diff --git a/Makefile.in b/Makefile.in
index c505d7a..6a0ddde 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.7.9 from Makefile.am.
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
 # @configure_input@
 
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -14,6 +14,7 @@
 
 @SET_MAKE@
 
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
@@ -21,7 +22,6 @@ pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 top_builddir = .
-
 am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -35,6 +35,45 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+subdir = .
+DIST_COMMON = $(am__configure_deps) $(dmx_HEADERS) \
+   $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+   $(srcdir)/dmxproto.pc.in $(top_srcdir)/configure COPYING \
+   ChangeLog install-sh missing mkinstalldirs
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+   $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno configure.status.lineno
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_CLEAN_FILES = dmxproto.pc
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+$(srcdir)/*) f=`echo $$p | sed s|^$$srcdirstrip/||`;; \
+*) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(dmxdir)
+pkgconfigDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(pkgconfig_DATA)
+dmxHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(dmx_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+  rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
 AUTOCONF = @AUTOCONF@
@@ -65,23 +104,32 @@ SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 am__leading_dot = @am__leading_dot@
+am__tar = @am__tar@
+am__untar = @am__untar@
 bindir = @bindir@
 build_alias = @build_alias@
 datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host_alias = @host_alias@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
+mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
@@ -91,90 +139,83 @@ dmx_HEADERS = \
dmxext.h \
dmxproto.h
 
-
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = dmxproto.pc
-
 EXTRA_DIST = autogen.sh dmxproto.pc.in
-subdir = .
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_CLEAN_FILES = dmxproto.pc
-DIST_SOURCES =
-DATA = $(pkgconfig_DATA)
-
-HEADERS = $(dmx_HEADERS)
-
-DIST_COMMON = $(dmx_HEADERS) $(srcdir)/Makefile.in $(srcdir)/configure \
-   COPYING ChangeLog Makefile.am aclocal.m4 configure configure.ac \
-   dmxproto.pc.in install-sh missing mkinstalldirs
 all: 

x11proto-dmx: Changes to 'debian-unstable'

2007-05-04 Thread Julien Cristau
 debian/changelog |7 ++-
 debian/control   |7 +++
 2 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit f6606d46b4b2c4eac2184030430bc2e8aa5982f3
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri May 4 11:38:42 2007 +0200

Misc debian/control cleanups.

* Remove Fabio from Uploaders, with his permission.
* Add XS-Vcs-*; drop obsolete CVS info from the description.

diff --git a/debian/changelog b/debian/changelog
index 0045fdd..c7196d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 x11proto-dmx (1:2.2.2-5) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Fri,  4 May 2007 11:31:13 +0300
+  [ Julien Cristau ]
+  * Remove Fabio from Uploaders, with his permission.
+  * Add XS-Vcs-*; drop obsolete CVS info from the description.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 04 May 2007 11:36:51 +0200
 
 x11proto-dmx (2.2.2-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ddd0ed7..99441ac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-dmx
 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-dmx
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-dev
 Architecture: all
@@ -20,6 +22,3 @@ Description: X11 Distributed Multihead X extension wire 
protocol
  More information about X.Org can be found at:
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
- .
- This module can be found as the module 'proto/DMX' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg


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



x11proto-dmx: Changes to 'debian-unstable'

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

Add some more watch files.

commit 0e66d6ab4a36f325048f9ecb54371d3566899bf4
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Aug 28 00:06:09 2006 +

* Merge x11proto-dmx from 7.1 branch to trunk now that it's in unstable

commit 5b7974b8b2040b8d58d746ea0a84a5c7afd18125
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 3bad2d6206bec1eb537fb283d7113aba897b202d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Mar 24 02:44:27 2006 +

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

commit 5a1a5e442e8147d25fcf6fd6a0a02e823885f343
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 77cea3dc616b53501a4f3f82729e073562a3cc8f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jan 23 02:45:38 2006 +

Set protocol headers to be uploaded to experimental

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

Update proto headers to 7.0 with packaging

commit f6518037f32d4fe4a0eb0a823a1a70cdf67a9a91
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]