x11proto-xcmisc: Changes to 'debian-unstable'

2012-04-15 Thread Julien Cristau
 ChangeLog  |  169 +
 configure.ac   |   13 +-
 debian/changelog   |   12 ++
 debian/control |8 +
 debian/rules   |7 -
 debian/x11proto-xcmisc-dev.install |6 -
 docbook.am |  105 ++
 specs/.gitignore   |3 
 specs/Makefile.am  |   63 +
 specs/xc-misc.xml  |   28 +++---
 10 files changed, 325 insertions(+), 89 deletions(-)

New commits:
commit df50d77cefbb68ca35f89c6f66b9503f71229b7b
Author: Julien Cristau 
Date:   Sun Apr 15 18:16:21 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 0cdefef..86f333e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xcmisc (1.2.2-1) UNRELEASED; urgency=low
+x11proto-xcmisc (1.2.2-1) unstable; urgency=low
 
   * New upstream release.
   * Set docdir directly in configure.
@@ -8,7 +8,7 @@ x11proto-xcmisc (1.2.2-1) UNRELEASED; urgency=low
   * Bump build-deps on xutils-dev, xorg-sgml-doctools and xmlto per
 configure.ac.
 
- -- Julien Cristau   Sun, 15 Apr 2012 18:10:40 +0200
+ -- Julien Cristau   Sun, 15 Apr 2012 18:16:18 +0200
 
 x11proto-xcmisc (1.2.1-2) unstable; urgency=low
 

commit aeb80cdf8cd2976eef091314791e23f67ff84988
Author: Julien Cristau 
Date:   Sun Apr 15 18:16:14 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 63c976f..0cdefef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ x11proto-xcmisc (1.2.2-1) UNRELEASED; urgency=low
   * Don't require (fake)root for debian/rules clean.
   * Install xcmiscproto.pc to /usr/share/pkgconfig.
   * Remove David Nusinow and Andres Salomon from Uploaders.
+  * Bump build-deps on xutils-dev, xorg-sgml-doctools and xmlto per
+configure.ac.
 
  -- Julien Cristau   Sun, 15 Apr 2012 18:10:40 +0200
 
diff --git a/debian/control b/debian/control
index 1932dfd..caa77d2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,12 @@ Uploaders: Cyril Brulebois 
 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-xcmisc
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git

commit 4f4b718e3e52d750e62d8d8780eb3a8e176ba122
Author: Julien Cristau 
Date:   Sun Apr 15 18:14:31 2012 +0200

Remove David Nusinow and Andres Salomon from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index dbdd684..63c976f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ x11proto-xcmisc (1.2.2-1) UNRELEASED; urgency=low
   * Set docdir directly in configure.
   * Don't require (fake)root for debian/rules clean.
   * Install xcmiscproto.pc to /usr/share/pkgconfig.
+  * Remove David Nusinow and Andres Salomon from Uploaders.
 
  -- Julien Cristau   Sun, 15 Apr 2012 18:10:40 +0200
 
diff --git a/debian/control b/debian/control
index 777eb23..1932dfd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-xcmisc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Andres Salomon 
, Cyril Brulebois 
+Uploaders: Cyril Brulebois 
 Build-Depends:
  debhelper (>= 5.0.0),
  automake,

commit e80fe1d900603a2280a6841a4192db4564521ff5
Author: Julien Cristau 
Date:   Sun Apr 15 18:13:33 2012 +0200

Install xcmiscproto.pc to /usr/share/pkgconfig.

diff --git a/debian/changelog b/debian/changelog
index 9407914..dbdd684 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ x11proto-xcmisc (1.2.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * Set docdir directly in configure.
   * Don't require (fake)root for debian/rules clean.
+  * Install xcmiscproto.pc to /usr/share/pkgconfig.
 
  -- Julien Cristau   Sun, 15 Apr 2012 18:10:40 +0200
 
diff --git a/debian/x11proto-xcmisc-dev.install 
b/debian/x11proto-xcmisc-dev.install
index 21544e0..a51bc90 100644
--- a/debian/x11proto-xcmisc-dev.install
+++ b/debian/x11proto-xcmisc-dev.install
@@ -1,3 +1,3 @@
 usr/include/X11/extensions/*
-usr/lib/pkgconfig/xcmiscproto.pc
+usr/lib/pkgconfig/xcmiscproto.pc usr/share/pkgconfig
 usr/share/doc/x11proto-xcmisc-dev/

commit d4138733df2cd0a9a4ec324fb0ff223a022620a7
Author: Julien Cristau 
Date:   Sun Apr 15 18:13:02 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 32b3c05..9407914 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11proto-xcmisc (1.2.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Set docdir directly in confi

x11proto-xcmisc: Changes to 'debian-unstable'

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

New commits:
commit f7ace8a780e7890b4f65dd45e85b962eb9bf1c32
Author: Steve Langasek 
Date:   Tue Nov 15 11:52:58 2011 -0800

releasing version 1.2.1-2

diff --git a/debian/changelog b/debian/changelog
index 06d6e94..4699d95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11proto-xcmisc (1.2.1-2) UNRELEASED; urgency=low
+x11proto-xcmisc (1.2.1-2) unstable; urgency=low
 
   * Mark x11proto-xcmisc-dev Multi-Arch: foreign
 
- -- Steve Langasek   Tue, 15 Nov 2011 11:52:40 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 11:52:55 -0800
 
 x11proto-xcmisc (1.2.1-1) unstable; urgency=low
 

commit 4ac74dc9b618edd05e13d3dede322ae8fec9c724
Author: Steve Langasek 
Date:   Tue Nov 15 11:52:50 2011 -0800

Mark x11proto-xcmisc-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 14f9fd3..06d6e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-xcmisc (1.2.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-xcmisc-dev Multi-Arch: foreign
+
+ -- Steve Langasek   Tue, 15 Nov 2011 11:52:40 -0800
+
 x11proto-xcmisc (1.2.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index feca004..777eb23 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git
 
 Package: x11proto-xcmisc-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 XC-Miscellaneous extension wire protocol
  This package provides development headers describing the 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/e1rqp5y-0006zl...@vasks.debian.org



Re: x11proto-xcmisc: Changes to 'debian-unstable'

2010-11-05 Thread Cyril Brulebois
(using usual address than alioth's.)

Cyril Brulebois  (03/11/2010):
> Robert Hooker  (03/11/2010):
> >  ChangeLog|  113 
> > +++
> >  debian/changelog |8 ++-
> >  2 files changed, 119 insertions(+), 2 deletions(-)
> > 
> > New commits:
> > commit 926c9cc8eded23e9f3ce8d3bdcd993e5620a71f1
> > Author: Robert Hooker 
> > Date:   Tue Nov 2 20:03:57 2010 -0400
> > 
> > Update changelogs.
> 
> Sounds like we're missing a merge from upstream-unstable?

Fixed now, in git and in the archive, no need to worry. :)

Mraw,
KiBi.


signature.asc
Description: Digital signature


x11proto-xcmisc: Changes to 'debian-unstable'

2010-11-05 Thread Cyril Brulebois
 .gitignore |   78 +-
 Makefile.am|   13 +-
 README |   30 +
 configure.ac   |   21 ++-
 debian/changelog   |   15 ++
 debian/control |7 -
 debian/rules   |6 -
 debian/x11proto-xcmisc-dev.install |3 
 specs/.gitignore   |6 +
 specs/Makefile.am  |   64 +++
 specs/xc-misc.xml  |  199 +
 11 files changed, 417 insertions(+), 25 deletions(-)

New commits:
commit 9294837fa0bd843a0e9c1f74e0d84fcf77e1db57
Author: Cyril Brulebois 
Date:   Sat Nov 6 01:57:50 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 618cb7a..14f9fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xcmisc (1.2.1-1) UNRELEASED; urgency=low
+x11proto-xcmisc (1.2.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -19,7 +19,7 @@ x11proto-xcmisc (1.2.1-1) UNRELEASED; urgency=low
   * No longer pass --disable-shared, this option is gone.
   * Add myself to Uploaders.
 
- -- Robert Hooker   Tue, 02 Nov 2010 20:03:35 -0400
+ -- Cyril Brulebois   Sat, 06 Nov 2010 01:57:44 +0100
 
 x11proto-xcmisc (1.2.0-1) unstable; urgency=low
 

commit 156f97f4226c581e235bf983ef76b309e8bf9d06
Author: Cyril Brulebois 
Date:   Sat Nov 6 01:57:41 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index df1f57e..618cb7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ x11proto-xcmisc (1.2.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.
 
  -- Robert Hooker   Tue, 02 Nov 2010 20:03:35 -0400
 
diff --git a/debian/control b/debian/control
index e79732a..feca004 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-xcmisc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Andres Salomon 

+Uploaders: David Nusinow , Andres Salomon 
, Cyril Brulebois 
 Build-Depends:
  debhelper (>= 5.0.0),
  automake,

commit 829b06d7dd2f248a8400bc9a812bb792e580
Author: Cyril Brulebois 
Date:   Sat Nov 6 01:57:23 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 0d0ab4a..df1f57e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ x11proto-xcmisc (1.2.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.
 
  -- Robert Hooker   Tue, 02 Nov 2010 20:03:35 -0400
 
diff --git a/debian/rules b/debian/rules
index 25e5754..8359d94 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 212d0ed81c1e6121b734b4e021675f12ef4fe297
Author: Cyril Brulebois 
Date:   Sat Nov 6 01:56:58 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index e389d67..0d0ab4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ x11proto-xcmisc (1.2.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.
 
  -- Robert Hooker   Tue, 02 Nov 2010 20:03:35 -0400
 
diff --git a/debian/rules b/debian/rules
index f89c69b..25e5754 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/xcmiscproto -name '*.xml' -delete
-   dh_install --sourcedir=debian/tmp --list-missing
+   dh_install --sourcedir=debian/tmp --fail-missing
dh_installchangelogs
dh_link
dh_strip

commit b61336f43162a93282d2b64bff7550a08c7a48fa
Author: Cyril Brulebois 
Date:   Sat Nov 6 01:56:08 2010 +0100

Ship *.html, *.css, and *.txt from the doc directory.

diff --git a/debian/changelog b/debian/changelog
index e7359

Re: x11proto-xcmisc: Changes to 'debian-unstable'

2010-11-02 Thread Cyril Brulebois
Robert Hooker  (03/11/2010):
>  ChangeLog|  113 
> +++
>  debian/changelog |8 ++-
>  2 files changed, 119 insertions(+), 2 deletions(-)
> 
> New commits:
> commit 926c9cc8eded23e9f3ce8d3bdcd993e5620a71f1
> Author: Robert Hooker 
> Date:   Tue Nov 2 20:03:57 2010 -0400
> 
> Update changelogs.

Sounds like we're missing a merge from upstream-unstable?

Mraw,
KiBi.


signature.asc
Description: Digital signature


x11proto-xcmisc: Changes to 'debian-unstable'

2010-11-02 Thread Robert Hooker
 ChangeLog|  113 +++
 debian/changelog |8 ++-
 2 files changed, 119 insertions(+), 2 deletions(-)

New commits:
commit 926c9cc8eded23e9f3ce8d3bdcd993e5620a71f1
Author: Robert Hooker 
Date:   Tue Nov 2 20:03:57 2010 -0400

Update changelogs.

diff --git a/ChangeLog b/ChangeLog
index 5e806cf..294e127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,116 @@
+commit bff39d1e68056ffdf83924e708e55730236655dd
+Author: Alan Coopersmith 
+Date:   Sat Oct 30 00:04:11 2010 -0700
+
+XCMiscProto 1.2.1
+
+Signed-off-by: Alan Coopersmith 
+
+commit bd15ca56e689a63832cd6aa63b638fcdbe406b04
+Author: Alan Coopersmith 
+Date:   Sat Oct 30 00:03:21 2010 -0700
+
+xc-misc.xml: Misc. markup cleanups
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3b999f69545b921738f3d51c55c427a83250ee5f
+Author: Matt Dew 
+Date:   Mon Jun 28 08:46:21 2010 -0400
+
+specs: convert xc-misc.ms from xorg-docs module to DocBook XML
+
+Signed-off-by: Gaetan Nadon 
+
+commit 4f05216edd9122d82c4a451914ee78a332b6a2e3
+Author: Gaetan Nadon 
+Date:   Sun Mar 28 19:25:52 2010 -0400
+
+config: update AC_PREREQ statement to 2.60
+
+Unrelated to the previous patches, the new value simply reflects
+the reality that the minimum level for autoconf to configure
+all x.org modules is 2.60 dated June 2006.
+
+ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+
+Signed-off-by: Gaetan Nadon 
+
+commit bf6d08091e350fa8069d74129fc8b61c4349314b
+Author: Gaetan Nadon 
+Date:   Sun Mar 28 19:00:31 2010 -0400
+
+config: remove the pkgconfig pc.in file from EXTRA_DIST
+
+Automake always includes it in the tarball.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 9844fba5c3db9afffd86604db81e76d89da69777
+Author: Gaetan Nadon 
+Date:   Sun Nov 22 19:24:48 2009 -0500
+
+Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+Now that the INSTALL file is generated.
+Allows running make maintainer-clean.
+
+commit f1c491cb1cd56c7689fefbd8cf9e64b8fd9f2a54
+Author: Gaetan Nadon 
+Date:   Mon Nov 16 11:13:30 2009 -0500
+
+README: file created or updated #24206
+
+Contains a set of URLs to freedesktop.org.
+
+commit bac51967621114c8314339c5db7a876bc9a724f0
+Author: Gaetan Nadon 
+Date:   Sun Nov 15 19:45:27 2009 -0500
+
+Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
+
+ChangeLog filename is known to Automake and requires no further
+coding in the makefile.
+
+commit 5104b0f31b74fc7b218e2b778f37bee224c80e61
+Author: Gaetan Nadon 
+Date:   Sun Nov 15 18:31:29 2009 -0500
+
+Makefile.am: INSTALL file is missing or incorrect #24206
+
+The standard GNU file on building/installing  tarball is copied
+using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
+Add INSTALL target
+
+commit 10b2b3fe9fa6b675219877dd42618f36a7679e5d
+Author: Gaetan Nadon 
+Date:   Sun Nov 15 18:11:36 2009 -0500
+
+configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
+
+This macro aggregate a number of existing macros that sets commmon
+X.Org components configuration options. It shields the configuration file 
from
+future changes.
+
+commit 7f50daf92ebfb08156b1fe82fcbff3402babd7c5
+Author: Gaetan Nadon 
+Date:   Sun Nov 15 13:55:25 2009 -0500
+
+configure.ac: AM_MAINTAINER_MODE missing #24238
+
+This turns off maintainer mode build rules in tarballs.
+Works in conjunction with autogen.sh --enable-maintainer-mode
+
+commit 590a53f771cf585587379442c4f00f8fe161053e
+Author: Gaetan Nadon 
+Date:   Sat Nov 14 18:26:47 2009 -0500
+
+.gitignore: use common defaults with custom section # 24239
+
+Using common defaults will reduce errors and maintenance.
+Only the very small or inexistent custom section need periodic maintenance
+when the structure of the component changes. Do not edit defaults.
+
 commit 7b89c288bf414de941983071bead012dc5927dcc
 Author: Peter Hutterer 
 Date:   Thu Aug 27 09:45:08 2009 +1000
diff --git a/debian/changelog b/debian/changelog
index eecd1e8..cd82a20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-x11proto-xcmisc (1.2.0-2) UNRELEASED; urgency=low
+x11proto-xcmisc (1.2.1-1) 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
 
- -- Julien Cristau   Sat, 16 Jan 2010 16:47:50 +
+  [ Robert Hooker ]
+  * New upstream release.
+
+ -- Robert Hooker   Tue, 02 Nov 2010 20:03:35 -0400
 
 x11proto-xcmisc (1.2.0-1) unstable; urgency=low
 


-- 
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/e1pdqpo-0004zc...@alioth.debian.org



x11proto-xcmisc: Changes to 'debian-unstable'

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

New commits:
commit e2d7827766ec9fbdbe90304bdc44dc685322d114
Author: Mikhail Gusarov 
Date:   Fri May 7 18:58:52 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 bfd8bc9..2e96fff 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,5 @@ Description: X11 XC-Miscellaneous extension wire protocol
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This package is built from the X.org xcmiscproto 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/e1oamjr-0003y4...@alioth.debian.org



x11proto-xcmisc: 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 3730217693d506ba9d8af5baecd5eaf08e5ff041
Author: Julien Cristau 
Date:   Sat Jan 23 01:46:48 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 7e93732..eecd1e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11proto-xcmisc (1.2.0-2) 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   Sat, 16 Jan 2010 16:47:50 +
 
diff --git a/debian/control b/debian/control
index 768c909..bfd8bc9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-xcmisc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Andres Salomon 
, Julien Cristau 
+Uploaders: David Nusinow , Andres Salomon 

 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-xcmisc: 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 73b483408863f069ea94d71c5901995233b9d218
Author: Julien Cristau 
Date:   Sat Jan 16 16:49:01 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 71feeda..7e93732 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-xcmisc (1.2.0-2) UNRELEASED; urgency=low
+
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
+
+ -- Julien Cristau   Sat, 16 Jan 2010 16:47:50 +
+
 x11proto-xcmisc (1.2.0-1) unstable; urgency=low
 
   * Bump debhelper compat level to 5.
diff --git a/debian/rules b/debian/rules
index a80a843..906cec8 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-xcmisc: Changes to 'debian-unstable'

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

New commits:
commit faaddcaefc0f7ea343528f1d2d95711a23b93d80
Author: Julien Cristau 
Date:   Sat Nov 21 12:04:02 2009 +0100

Remove config.* in debian/rules clean

diff --git a/debian/rules b/debian/rules
index cf7493a..a80a843 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-xcmisc: Changes to 'debian-unstable'

2009-09-29 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b2195dd5aff68cc1327573117a78c6fa2e46baf4
Author: Julien Cristau 
Date:   Tue Sep 29 11:07:00 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 22dc4d3..71feeda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xcmisc (1.2.0-1) UNRELEASED; urgency=low
+x11proto-xcmisc (1.2.0-1) unstable; urgency=low
 
   * Bump debhelper compat level to 5.
   * Run autoreconf at build time.
@@ -8,7 +8,7 @@ x11proto-xcmisc (1.2.0-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3.
   * New upstream release.
 
- -- Julien Cristau   Sun, 13 Sep 2009 19:20:31 +0200
+ -- Julien Cristau   Tue, 29 Sep 2009 11:06:37 +0200
 
 x11proto-xcmisc (1.1.2-5) unstable; urgency=low
 


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



x11proto-xcmisc: Changes to 'debian-unstable'

2009-09-13 Thread Julien Cristau
 .gitignore |4 
 ChangeLog  |  165 +++
 Makefile.am|   13 
 Makefile.in|  433 
 aclocal.m4 |  879 
 configure  | 2587 -
 configure.ac   |6 
 debian/README.source   |   73 +
 debian/changelog   |   12 
 debian/compat  |2 
 debian/control |   10 
 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 --
 xcmiscproto.h  |  110 ++
 xcmiscstr.h|  115 --
 20 files changed, 566 insertions(+), 5205 deletions(-)

New commits:
commit a5b22cf6daf0037f689904cd9f66eccb2b876698
Author: Julien Cristau 
Date:   Sun Sep 13 19:31:48 2009 +0200

Bump xutils-dev build-dep for util-macros

diff --git a/debian/control b/debian/control
index 18e04c4..768c909 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow , Andres Salomon 
= 5.0.0),
  automake,
- xutils-dev
+ xutils-dev (>= 1:7.4+4)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xcmisc
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git

commit d35c127af846ffd6112cf38c76bf6c4d997d22d5
Author: Julien Cristau 
Date:   Sun Sep 13 19:31:09 2009 +0200

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..5e806cf
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,163 @@
+commit 7b89c288bf414de941983071bead012dc5927dcc
+Author: Peter Hutterer 
+Date:   Thu Aug 27 09:45:08 2009 +1000
+
+xcmiscproto 1.2.0
+
+commit 2a29d3058e588b4b12f3540a03ac0b68afb76b40
+Author: Peter Hutterer 
+Date:   Wed Aug 26 14:55:01 2009 +1000
+
+Rename xcmiscstr.h to xcmiscproto.h for consistency with other modules.
+
+A stub xcmiscstr.h is provided to avoid clients breaking.
+
+Signed-off-by: Peter Hutterer 
+
+commit b069e32513c91b90fa326cac4f45606e309224f8
+Author: Peter Hutterer 
+Date:   Wed Aug 26 12:08:58 2009 +1000
+
+Remove RCS tags
+
+Signed-off-by: Peter Hutterer 
+
+commit 9608fe1d17de0beceac42587c6c00b9bc6b18f55
+Author: Paulo Cesar Pereira de Andrade 
+Date:   Tue Jan 27 20:06:28 2009 -0200
+
+Janitor: Correct make distcheck and dont distribute autogen.sh
+
+commit 71a08b86b37ce7dded10c7f12417d62ee78e486f
+Author: James Cloos 
+Date:   Thu Dec 6 16:39:10 2007 -0500
+
+Replace static ChangeLog with dist-hook to generate from git log
+
+commit 526ed62ff0ba2dad6f8e81b31695f249e5aacf02
+Author: James Cloos 
+Date:   Mon Sep 3 05:54:24 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit e4ab6602688b88ddcbc735cddeb4d13467b45efe
+Author: Alan Coopersmith 
+Date:   Fri Jul 14 18:56:39 2006 -0700
+
+renamed: .cvsignore -> .gitignore
+
+commit 8b2a1c812eb535f28a77ca5eec2a1f84fc38ae67
+Author: Kevin E Martin 
+Date:   Thu Dec 15 00:24:39 2005 +
+
+Update package version number for final X11R7 release candidate.
+
+commit d27dc9a0394314ac4612c50c93289adcee371fa3
+Author: Kevin E Martin 
+Date:   Wed Oct 19 02:48:15 2005 +
+
+Update package version number for RC1 release.
+
+commit 7dda031d2e4603dc3492c415326d590d16eefa4d
+Author: Eric Anholt 
+Date:   Tue Aug 2 19:19:40 2005 +
+
+Add basic .cvsignore files for proto modules.
+
+commit 42957fe96031a8d83dfefa0b74f1a876ae485e03
+Author: Kevin E Martin 
+Date:   Fri Jul 29 21:22:57 2005 +
+
+Various changes preparing packages for RC0:
+- Verify and update package version numbers as needed
+- Implement versioning scheme
+- Change bug address to point to bugzilla bug entry form
+- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
+reenable it)
+- Fix makedepend to use pkgconfig and pass distcheck
+- Update build script to build macros first
+- Update modular Xorg version
+
+commit 5ebf8724cb808c022a1abab3f694c96df802df14
+Author: Daniel Stone 
+Date:   Sat May 21 04:53:26 2005 +
+
+Set version to 1.1.
+
+commit 2007ff0aeeeaafe31711c26fc81d8bc4bc7e8568
+Author: Adam Jackson 
+Date:   Thu May 19 00:22:40 2005 +
+
+revert last change, didn't do right thing at all, sorry for the noise
+
+commit c79671f87c3e3d618e0437b9f21b635b6e8c64a3
+Author: Adam Jackson 
+Date:   Thu May 19 00:10:19 2005 +
+
+Require automake 1.7 in AM_INIT_AUTOMAKE
+
+commit 8ebcd70260f575777c8ea6bccd0d2dd218c7298b
+Author: Josh Triplett 
+Date:   Wed May 18 07:58:49 2005 +
+
+Add COPYING file for XCMisc.
+
+commit 46fff69a6fd6c930838ace5c7b0c651cb29d6273
+Author: Søren Sandmann Pedersen 
+Date:   Mon May 9 18:20:06 2005 +
+
+Change all the protonames from Ext to Proto.
+
+commit 092cd91e62ec32afc245ba867398588f6612dab4
+Author: Kevin E Martin 
+Date:   Fri May 6 01:46:32 2005 +

x11proto-xcmisc: 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 60e32a40dde0a1a2a894dc920d5a76d8d4da67ec
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun May 11 20:35:39 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 4ec3b5d..7fa98b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xcmisc (1.1.2-5) UNRELEASED; urgency=low
+x11proto-xcmisc (1.1.2-5) unstable; urgency=low
 
   [ Brice Goglin ]
   * Update the long description.
@@ -11,7 +11,7 @@ x11proto-xcmisc (1.1.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:13:58 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 11 May 2008 20:32:25 +0200
 
 x11proto-xcmisc (1.1.2-4) unstable; urgency=low
 

commit 015e00a54633f9e714d4c91624da24fd83669adc
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun May 11 20:32:14 2008 +0200

debian/control updates

* Add Vcs-* to debian/control 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 9975f2e..4ec3b5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
 x11proto-xcmisc (1.1.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:13:58 +0200
 
 x11proto-xcmisc (1.1.2-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a82b955..607ea7b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: x11proto-xcmisc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-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-xcmisc
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xcmisc
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git
 
 Package: x11proto-xcmisc-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 .
-
-# 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 

x11proto-xcmisc: Changes to 'debian-unstable'

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

New commits:
commit 6b2590af73d1b160fca4a0f1f2bc4128ecff5ca3
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 14 00:27:56 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index d932142..9975f2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xcmisc (1.1.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:13:58 +0200
+
 x11proto-xcmisc (1.1.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 5df9cca..a82b955 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xcmisc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-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-xcmisc
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git
 
 Package: x11proto-xcmisc-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: libxext-dev (<< 6.8.2-25)
 Replaces: libxext-dev (<< 6.8.2-25)
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 XC-Miscellaneous extension wire protocol
- This package provides the wire protocol for the XC-MISC extension,
- used to get details of XID allocation within the server.
+ This package provides development headers describing the wire protocol
+ for the XC-MISC extension, used to get details of XID allocation within
+ the server.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
- This module can be found as the module 'proto/XCMisc' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xcmiscproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 782a1ec..4bd1763 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1993, 1994, 1998  The Open Group
 
 Permission to use, copy, modify, distribute, and sell this software and its


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



x11proto-xcmisc: Changes to 'debian-unstable'

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

Add some more watch files.

commit 8ce6daa5e10a58eb89684a8681d2bafebf0c64b7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Aug 29 00:51:36 2006 +

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

commit 0668422c7ddb7b4f7951b0fa0f290fbb23f8
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 a3004063bb17b4a0234c10745348da17006285ce
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Mar 24 02:44:27 2006 +

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

commit 8c79d330cc8a520ea523ea18c425e11a65789b39
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 73bbdd8d1e7a4d70938d46f4aca7308ea3147137
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 23 02:45:38 2006 +

Set protocol headers to be uploaded to experimental

commit 198f18b8515a224dee81986f153172cf87e6883f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 19:37:27 2005 +

Update proto headers to 7.0 with packaging

commit 52cf023a461ba048ac95b61c58f2135523ab7cdf
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]