x11proto-scrnsaver: Changes to 'debian-unstable'

2012-04-15 Thread Julien Cristau
 ChangeLog |  194 ++
 configure.ac  |   13 +-
 debian/changelog  |   12 ++
 debian/control|6 -
 debian/rules  |7 -
 debian/x11proto-scrnsaver-dev.install |6 -
 docbook.am|  105 ++
 specs/.gitignore  |3 
 specs/Makefile.am |   63 +--
 specs/saver.xml   |  162 ++--
 10 files changed, 419 insertions(+), 152 deletions(-)

New commits:
commit a9f4818af16ad63301bf22e823a67c14e689c233
Author: Julien Cristau 
Date:   Sun Apr 15 17:57:59 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 026d5a7..214b2d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-scrnsaver (1.2.2-1) UNRELEASED; urgency=low
+x11proto-scrnsaver (1.2.2-1) unstable; urgency=low
 
   * New upstream release.
   * Install scrnsaverproto.pc to /usr/share/pkgconfig.
@@ -8,7 +8,7 @@ x11proto-scrnsaver (1.2.2-1) UNRELEASED; urgency=low
   * Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per
 configure.ac.
 
- -- Julien Cristau   Sun, 15 Apr 2012 17:51:27 +0200
+ -- Julien Cristau   Sun, 15 Apr 2012 17:57:57 +0200
 
 x11proto-scrnsaver (1.2.1-2) unstable; urgency=low
 

commit a81c5327526e782a44bb8b1f8b724e3586e88568
Author: Julien Cristau 
Date:   Sun Apr 15 17:57:54 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 03a6ed7..026d5a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ x11proto-scrnsaver (1.2.2-1) UNRELEASED; urgency=low
   * Pass --docdir directly to configure.ac, adjust doc install for new
 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   Sun, 15 Apr 2012 17:51:27 +0200
 
diff --git a/debian/control b/debian/control
index 1865700..02092c1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,12 @@ Uploaders: David Nusinow , Andres 
Salomon = 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-scrnsaver
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git

commit 7855c46db9ce3d7100417d9230ec51d1d1329393
Author: Julien Cristau 
Date:   Sun Apr 15 17:56:20 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c90e217..03a6ed7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ x11proto-scrnsaver (1.2.2-1) UNRELEASED; urgency=low
   * Install scrnsaverproto.pc to /usr/share/pkgconfig.
   * Pass --docdir directly to configure.ac, adjust doc install for new
 release.
+  * Don't require (fake)root for debian/rules clean.
 
  -- Julien Cristau   Sun, 15 Apr 2012 17:51:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 04ab34c..e3b8a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,9 +47,7 @@ build-stamp:
 
 clean:
dh_testdir
-   dh_testroot
rm -f build-stamp
-
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
@@ -58,7 +56,6 @@ clean:
rm -f aclocal.m4 configure install-sh missing mkinstalldirs
rm -f config.guess config.sub
find -name Makefile.in -delete
-
dh_clean
 
 install: build

commit 6feb7c97b2614d2f3bf079986bf5a8ca042a5883
Author: Julien Cristau 
Date:   Sun Apr 15 17:54:16 2012 +0200

Pass --docdir directly to configure.ac, adjust doc install for new release.

diff --git a/debian/changelog b/debian/changelog
index 822d4d9..c90e217 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ x11proto-scrnsaver (1.2.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Install scrnsaverproto.pc to /usr/share/pkgconfig.
+  * Pass --docdir directly to configure.ac, adjust doc install for new
+release.
 
  -- Julien Cristau   Sun, 15 Apr 2012 17:51:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 312b61a..04ab34c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ build-stamp:
mkdir -p build
cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+--docdir=\$${datadir}/doc/$(PACKAGE) \
 --infodir=\$${prefix}/share/info --with-xmlto 
--without-fop \
 $(confflags) CFLAGS="$(CFLAGS)" 
cd build && $(MAKE)
@@ -75,7 +76,8 @@ binary-indep: build install
 
d

x11proto-scrnsaver: Changes to 'debian-unstable'

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

New commits:
commit 1401086e4d217c6ed6a9452bbfadea9a32775b7c
Author: Steve Langasek 
Date:   Tue Nov 15 11:49:21 2011 -0800

releasing version 1.2.1-2

diff --git a/debian/changelog b/debian/changelog
index 1a99c2c..7523006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11proto-scrnsaver (1.2.1-2) UNRELEASED; urgency=low
+x11proto-scrnsaver (1.2.1-2) unstable; urgency=low
 
   * Mark x11proto-scrnsaver-dev Multi-Arch: foreign
 
- -- Steve Langasek   Tue, 15 Nov 2011 11:48:51 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 11:49:19 -0800
 
 x11proto-scrnsaver (1.2.1-1) unstable; urgency=low
 

commit e78a259c1524d0df8ddf6091d8d3bae2b7733256
Author: Steve Langasek 
Date:   Tue Nov 15 11:48:57 2011 -0800

Mark x11proto-scrnsaver-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 209da6a..1a99c2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-scrnsaver (1.2.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-scrnsaver-dev Multi-Arch: foreign
+
+ -- Steve Langasek   Tue, 15 Nov 2011 11:48:51 -0800
+
 x11proto-scrnsaver (1.2.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 5ff05bb..1865700 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 
 Package: x11proto-scrnsaver-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
 Breaks: libxss-dev (<< 1:1.2.0)
 Description: X11 Screen Saver 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/e1rqp2o-0006ho...@vasks.debian.org



x11proto-scrnsaver: Changes to 'debian-unstable'

2010-11-03 Thread Cyril Brulebois
 debian/changelog  |   15 +--
 debian/control|7 +--
 debian/rules  |5 +++--
 debian/x11proto-scrnsaver-dev.install |3 +++
 4 files changed, 24 insertions(+), 6 deletions(-)

New commits:
commit ff77a6158ca65a96ddb7ab996ac6fa817ee64a1d
Author: Cyril Brulebois 
Date:   Wed Nov 3 22:44:57 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 959ebb9..209da6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low
+x11proto-scrnsaver (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-scrnsaver (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 19:54:18 -0400
+ -- Cyril Brulebois   Wed, 03 Nov 2010 22:44:49 +0100
 
 x11proto-scrnsaver (1.2.0-2) unstable; urgency=low
 

commit dd777fb913a1815c63d6be7be6d1792bf0b12491
Author: Cyril Brulebois 
Date:   Wed Nov 3 22:44:46 2010 +0100

Bump xutils-dev build-dep for new macros.

diff --git a/debian/changelog b/debian/changelog
index 0c6915e..959ebb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Add pkg-config build-dep.
   * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs.
+  * Bump xutils-dev build-dep for new macros.
   * 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.
diff --git a/debian/control b/debian/control
index bca13ff..5ff05bb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow , Andres Salomon 
= 5.0.0),
  automake,
- xutils-dev (>= 1:7.4+4),
+ xutils-dev (>= 1:7.5+4),
  pkg-config,
 # specs:
  xmlto, xorg-sgml-doctools (>= 1:1.5), w3m,

commit b09a42f434afb653254c005f38bef538a784d95e
Author: Cyril Brulebois 
Date:   Wed Nov 3 22:30:16 2010 +0100

Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs.

diff --git a/debian/changelog b/debian/changelog
index 13b3595..0c6915e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Add pkg-config build-dep.
-  * Add xmlto build-dep.
+  * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs.
   * 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.
diff --git a/debian/control b/debian/control
index 7c469be..bca13ff 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends:
  automake,
  xutils-dev (>= 1:7.4+4),
  pkg-config,
- xmlto,
+# specs:
+ xmlto, xorg-sgml-doctools (>= 1:1.5), w3m,
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-scrnsaver
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git

commit 5fe0871dec46e4d31549f83ad206ceca635786e9
Author: Cyril Brulebois 
Date:   Wed Nov 3 02:27:32 2010 +0100

Add pkg-config build-dep.

diff --git a/debian/changelog b/debian/changelog
index 715a284..13b3595 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low
   * New upstream release.
 
   [ Cyril Brulebois ]
+  * Add pkg-config build-dep.
   * Add xmlto build-dep.
   * Pass --with-xmlto and --without-fop, we want html and txt only.
   * Kill *.xml in the doc directory, no point in shipping them.
diff --git a/debian/control b/debian/control
index 5f9f113..7c469be 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
  debhelper (>= 5.0.0),
  automake,
  xutils-dev (>= 1:7.4+4),
+ pkg-config,
  xmlto,
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-scrnsaver

commit 675c413e79ad96b2a2069f0cde70a4840ff70f94
Author: Cyril Brulebois 
Date:   Wed Nov 3 02:25:37 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 25cfc20..715a284 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ x11proto-scrnsaver (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 19:54:18 -0400
 
diff --git a/debian/control b/debian/control
index 02d8b13..5f9f113 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-scrnsaver
 Section: x11
 Priority

x11proto-scrnsaver: Changes to 'debian-unstable'

2010-11-02 Thread Robert Hooker
 .gitignore|   78 
 ChangeLog |  113 ++
 Makefile.am   |   13 
 README|   30 +
 configure.ac  |   21 -
 debian/changelog  |8 
 specs/.gitignore  |6 
 specs/Makefile.am |   64 +++
 specs/saver.xml   |  935 ++
 9 files changed, 1247 insertions(+), 21 deletions(-)

New commits:
commit 96b49eeae1f98958f41a5da32dba2a98df856813
Author: Robert Hooker 
Date:   Tue Nov 2 19:54:46 2010 -0400

Update changelogs.

diff --git a/ChangeLog b/ChangeLog
index 0b68df4..d77c417 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,116 @@
+commit b4899c5d6090efdf292f5686cc23ed90e3729e4b
+Author: Alan Coopersmith 
+Date:   Fri Oct 29 23:27:16 2010 -0700
+
+ScrnSaverProto 1.2.1
+
+Signed-off-by: Alan Coopersmith 
+
+commit 2db9df02a69046bc2ee3d87432c91d996a733ecc
+Author: Gaetan Nadon 
+Date:   Tue Aug 3 15:32:12 2010 -0400
+
+config: Require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS
+
+Signed-off-by: Gaetan Nadon 
+
+commit a8462405a2d2536867cc63587a49e5d130ea44ea
+Author: Matt Dew 
+Date:   Sat Jul 31 12:23:10 2010 -0400
+
+specs: replace troff source with docbook-xml source
+
+Signed-off-by: Gaetan Nadon 
+
+commit 689268bf3fcd25015d07be8652fde6924a59b7d9
+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 5056835765a4a2103fbc6977740874762f5d5737
+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 d7616943beb59d29349c16670340f677e340852c
+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 b758d8d966ccfdda4bdcbe24f679945dbfc2fff9
+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 72b6b958cb793feca0fad07276a9cc29c9d818f5
+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 5d3c1539a272ce6bd5a11f16f8bc7ab9bce8f1e5
+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 fd7a1f1a3ed7d7907f94b38e6a9a8c4a3b3d9bbb
+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 180c9ee3be0bac7952351c89b0d219e672c1010c
+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 48110b9fd22f9cefc0cbe4902eabde995f398dd3
+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 bcc25e87ba8e93c306b3cd00317a6f550c73f5cf
 Author: Peter Hutterer 
 Date:   Tue Aug 25 18:34:56 2009 +1000
diff --git a/debian/changelog b/debian/changelog
index 4886a3c..f6cb6a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-x11proto-scrnsaver (1.2.0-3) UNRELEASED; urgency=low
+x11proto-scrnsaver (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:48 +
+  [ Robert Hooker ]
+  * New upstream release.
+
+ -- Robert Hooker   Tue, 02 Nov 2010 19:54:18 -0400
 
 x11proto-scrnsaver (1.2.0-2) unstable; urgency=low
 

commit b4899c5d6090efdf292f5686cc23ed90e3729e4b
Author: A

x11proto-scrnsaver: Changes to 'debian-unstable'

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

New commits:
commit 4671702e701e1c7364210290c8f7bb43afdb0649
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 aa4326b..6ff06d9 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,5 @@ Description: X11 Screen Saver 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 scrnsaverproto 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/e1oamjb-0003f7...@alioth.debian.org



x11proto-scrnsaver: 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 0efad91caa1f81b1fe05bf0610c4ddca5cdeb534
Author: Julien Cristau 
Date:   Sat Jan 23 01:46:47 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 9000cac..4886a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11proto-scrnsaver (1.2.0-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   Sat, 16 Jan 2010 16:47:48 +
 
diff --git a/debian/control b/debian/control
index 843db12..aa4326b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-scrnsaver
 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-scrnsaver: 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 9a1f6cb4a3dc8e8af24ade362b6725343b8f2e94
Author: Julien Cristau 
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 e885efb..9000cac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-scrnsaver (1.2.0-3) 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:48 +
+
 x11proto-scrnsaver (1.2.0-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index bb54662..5ed6428 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-scrnsaver: Changes to 'debian-unstable'

2010-01-06 Thread Julien Cristau
 .gitignore   |4 +
 ChangeLog|  191 +++
 Makefile.am  |   15 +++-
 configure.ac |6 +
 debian/changelog |   13 +++
 debian/control   |3 
 saver.h  |2 
 saverproto.h |3 
 scrnsaver.h  |  136 ---
 9 files changed, 213 insertions(+), 160 deletions(-)

New commits:
commit 82fbedcb16eaf886e90fb8f55f7b53e7617deca2
Author: Julien Cristau 
Date:   Wed Jan 6 12:29:52 2010 +

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index db3a925..e885efb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-scrnsaver (1.2.0-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Julien Cristau   Wed, 06 Jan 2010 12:30:56 +
+
 x11proto-scrnsaver (1.2.0-1) experimental; urgency=low
 
   * Bump debhelper compat level to 5.

commit ae03690cb22b9821b43ab56c0d32748fdaa28cdd
Author: Julien Cristau 
Date:   Sun Sep 13 18:34:00 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 9bda758..db3a925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-scrnsaver (1.2.0-1) UNRELEASED; urgency=low
+x11proto-scrnsaver (1.2.0-1) experimental; urgency=low
 
   * Bump debhelper compat level to 5.
   * Run autoreconf at build time.
@@ -11,7 +11,7 @@ x11proto-scrnsaver (1.2.0-1) UNRELEASED; urgency=low
 + scrnsaver.h moved to libXScrnSaver
   * Break old libxss-dev to make sure scrnsaver.h doesn't go missing.
 
- -- Julien Cristau   Sun, 13 Sep 2009 18:17:25 +0200
+ -- Julien Cristau   Sun, 13 Sep 2009 18:33:53 +0200
 
 x11proto-scrnsaver (1.1.0.0-2) unstable; urgency=low
 

commit 02f5620ec55d26f9bc582d99f1b8f89dfa76a656
Author: Julien Cristau 
Date:   Sun Sep 13 18:30:50 2009 +0200

Break old libxss-dev to make sure scrnsaver.h doesn't go missing.

diff --git a/debian/changelog b/debian/changelog
index 6e9ca93..9bda758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11proto-scrnsaver (1.2.0-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3.
   * New upstream release
 + scrnsaver.h moved to libXScrnSaver
+  * Break old libxss-dev to make sure scrnsaver.h doesn't go missing.
 
  -- Julien Cristau   Sun, 13 Sep 2009 18:17:25 +0200
 
diff --git a/debian/control b/debian/control
index cb05b06..843db12 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 Package: x11proto-scrnsaver-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
+Breaks: libxss-dev (<< 1:1.2.0)
 Description: X11 Screen Saver extension wire protocol
  This package provides development headers describing the wire protocol
  for the MIT-SCREEN-SAVER extension, used to notify the server of client

commit 17061ce726a81b7c3f8052cb78a6ec025423b102
Author: Julien Cristau 
Date:   Sun Sep 13 18:29:14 2009 +0200

Bump xutils-dev build-dep for new util-macros

diff --git a/debian/control b/debian/control
index f00e8d5..cb05b06 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-scrnsaver
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git

commit f6de883f9bdf2c2982bb22de0d50565acebf340c
Author: Julien Cristau 
Date:   Sun Sep 13 18:28:30 2009 +0200

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..0b68df4
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,185 @@
+commit bcc25e87ba8e93c306b3cd00317a6f550c73f5cf
+Author: Peter Hutterer 
+Date:   Tue Aug 25 18:34:56 2009 +1000
+
+scrnsaverproto 1.2.0
+
+Signed-off-by: Peter Hutterer 
+
+commit a2f5eaf51b26616746fddcd3a60c3b939d1a018a
+Author: Peter Hutterer 
+Date:   Tue Aug 25 18:34:36 2009 +1000
+
+Remove RCS tags
+
+Signed-off-by: Peter Hutterer 
+
+commit 83974b2814eb18d9c86f41e39dfdafaf39759ced
+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 88a1fe1ac27353b92836b9a21c5a1757bad64fad
+Author: Peter Hutterer 
+Date:   Mon May 19 20:08:12 2008 +0930
+
+Remove scrnsaver.h. This is an xlib header, moved to libXScrnSaver.
+
+For future amendments to this file, look at
+git://anongit.freedesktop.org/git/xorg/lib/libXScrnSaver
+
+commit c993e0c422a52bc5f56f7fba29af82f78f7680a5
+Author: Peter Hutterer 
+Date:   Mon May 19 19:11:29 2008 +0930
+
+Nuke RCS tags.
+
+commit 7e19b4a5ad470f1715046f56ea8149df851221e4
+Author: James Cloos 
+Date:   Thu Dec 6 16:39:07 2007 -0500
+
+Replace static ChangeLog with dist-hook to generate from git log
+
+commit 00aa1552d0c151402173ce9e4f612d84e4bbddcf

x11proto-scrnsaver: Changes to 'debian-unstable'

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

New commits:
commit 3da6e7c4126fa4ef30ae269785278648a41fd7ab
Author: Julien Cristau 
Date:   Sat Nov 21 12:04:01 2009 +0100

Remove config.* in debian/rules clean

diff --git a/debian/rules b/debian/rules
index 750e60d..bb54662 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-scrnsaver: Changes to 'debian-unstable'

2009-09-13 Thread Julien Cristau
 Makefile.in|  486 -
 aclocal.m4 |  585 --
 configure  | 2626 -
 debian/README.source   |   73 +
 debian/changelog   |   12 
 debian/compat  |2 
 debian/control |   12 
 debian/rules   |   16 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   51 
 debian/xsfbs/xsfbs.sh  |  522 ++---
 install-sh |  323 --
 missing|  360 --
 13 files changed, 271 insertions(+), 4829 deletions(-)

New commits:
commit 12236409227cf64d2e535fa76fd973578e7205d3
Author: Julien Cristau 
Date:   Sun Sep 13 18:25:27 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 659d79f..3afd05c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ x11proto-scrnsaver (1.1.0.0-3) UNRELEASED; urgency=low
   * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxss-dev.  This
 was only needed for upgrades from sarge.
   * Add dependency on x11proto-core-dev.
+  * Bump Standards-Version to 3.8.3.
 
  -- Julien Cristau   Sun, 13 Sep 2009 18:17:25 +0200
 
diff --git a/debian/control b/debian/control
index f991b7a..f00e8d5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 5.0.0),
  automake,
  xutils-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-scrnsaver
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 

commit a659282da85e0bc2f9ea9d17a3f562f14f377be4
Author: Julien Cristau 
Date:   Sun Sep 13 18:25:07 2009 +0200

Add dependency on x11proto-core-dev.

diff --git a/debian/changelog b/debian/changelog
index 653a69b..659d79f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ x11proto-scrnsaver (1.1.0.0-3) UNRELEASED; urgency=low
   * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
   * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxss-dev.  This
 was only needed for upgrades from sarge.
+  * Add dependency on x11proto-core-dev.
 
  -- Julien Cristau   Sun, 13 Sep 2009 18:17:25 +0200
 
diff --git a/debian/control b/debian/control
index ac3cd83..f991b7a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 
 Package: x11proto-scrnsaver-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
 Description: X11 Screen Saver extension wire protocol
  This package provides development headers describing the wire protocol
  for the MIT-SCREEN-SAVER extension, used to notify the server of client

commit 057c443e81e9430111d8a4302fbf21e9e1a2b6f9
Author: Julien Cristau 
Date:   Sun Sep 13 18:24:09 2009 +0200

Drop Pre-Depends on x11-common and Conflicts/Replaces on libxss-dev.

This was only needed for upgrades from sarge.

diff --git a/debian/changelog b/debian/changelog
index d6233e8..653a69b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ x11proto-scrnsaver (1.1.0.0-3) UNRELEASED; urgency=low
   * Bump debhelper compat level to 5.
   * Run autoreconf at build time.
   * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
+  * Drop Pre-Depends on x11-common and Conflicts/Replaces on libxss-dev.  This
+was only needed for upgrades from sarge.
 
  -- Julien Cristau   Sun, 13 Sep 2009 18:17:25 +0200
 
diff --git a/debian/control b/debian/control
index 1561935..ac3cd83 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,6 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 Package: x11proto-scrnsaver-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libxss-dev (<< 6.8.2-21)
-Replaces: libxss-dev (<< 6.8.2-21)
-Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Screen Saver extension wire protocol
  This package provides development headers describing the wire protocol
  for the MIT-SCREEN-SAVER extension, used to notify the server of client

commit bd7becd57f63e61e84ca52dfa8f00049b3692bf9
Author: Julien Cristau 
Date:   Sun Sep 13 18:22:18 2009 +0200

Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.

diff --git a/debian/changelog b/debian/changelog
index fa85ba8..d6233e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11proto-scrnsaver (1.1.0.0-3) UNRELEASED; urgency=low
 
   * Bump debhelper compat level to 5.
   * Run autoreconf at build time.
+  * Parse space-separated DEB_BUILD_OPTIONS, handle parallel=N.
 
  -- Julien Cristau   Sun, 13 Sep 2009 18:17:25 +0200
 
diff --git a/debian/rules b/debian/rules
index 0194555..750e60d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,13 +12,14 @@ PACKAGE = x11proto-scrnsaver-dev
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt

x11proto-scrnsaver: 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 6ef35db0b4f5a3b4d67d4aaa40c844ccf9d3058a
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun May 11 19:56:20 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index dcc5097..d381e76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-scrnsaver (1.1.0.0-2) UNRELEASED; urgency=low
+x11proto-scrnsaver (1.1.0.0-2) unstable; urgency=low
 
   [ Brice Goglin ]
   * Update the long description, closes: #429581.
@@ -11,7 +11,7 @@ x11proto-scrnsaver (1.1.0.0-2) UNRELEASED; urgency=low
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.7.3.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Tue, 14 Aug 2007 00:12:40 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 11 May 2008 19:56:10 +0200
 
 x11proto-scrnsaver (1.1.0.0-1) unstable; urgency=low
 

commit 31c53ceb9cfd4083b42b2c8debdce79442b81115
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun May 11 19:55:42 2008 +0200

debian/control updates

* Use Vcs-* without the XS- prefix.
* 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 30c7448..dcc5097 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
 x11proto-scrnsaver (1.1.0.0-2) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Update the long description, closes: #429581.
   * 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:12:40 +0200
 
 x11proto-scrnsaver (1.1.0.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 2c8e40a..9d36a07 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: x11proto-scrnsaver
 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-scrnsaver
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-scrnsaver
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 
 Package: x11proto-scrnsaver-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 

x11proto-scrnsaver: 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 4e1ef3076fdc1f6d385ced12c113ea92c90c1cc2
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 14 00:27:51 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 55f1128..30c7448 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-scrnsaver (1.1.0.0-2) UNRELEASED; urgency=low
+
+  * Update the long description, closes: #429581.
+  * 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:12:40 +0200
+
 x11proto-scrnsaver (1.1.0.0-1) unstable; urgency=low
 
   * Not really a new upstream release; working around 1.1.0-1 being a
diff --git a/debian/control b/debian/control
index 9b765f2..2c8e40a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-scrnsaver
 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-scrnsaver
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 
 Package: x11proto-scrnsaver-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: libxss-dev (<< 6.8.2-21)
 Replaces: libxss-dev (<< 6.8.2-21)
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Screen Saver extension wire protocol
- This package provides the wire protocol for the MIT-SCREEN-SAVER extension,
- used to notify the server of client screen saver events.
+ This package provides development headers describing the wire protocol
+ for the MIT-SCREEN-SAVER extension, used to notify the server of client
+ screen saver events.
  .
  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/ScrnSaver' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org scrnsaverproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 8d5f087..2376a88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright (c) 1992  X Consortium
 
 Permission is hereby granted, free of charge, to any person obtaining a copy


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



x11proto-scrnsaver: Changes to 'debian-unstable'

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

Add some more watch files.

commit 97d700337675777aa2a7a02d4c256068389cb62a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Aug 29 00:43:28 2006 +

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

commit 20f7237220902ae30ff1628bb3d853c9feec6e5c
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 a7d670034a25673eb7c6d63b6cffc82d8c78f77d
Merge: bbd21cb7c76d935a41768e8fd937ed4ad0db234b 
15e0704a82f37b5b76ae1e2c7feb1a94eebda37e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sat Apr 8 18:34:32 2006 +

Copy packaging over to new x11proto-scrnsaver release and remove old dir

commit 15e0704a82f37b5b76ae1e2c7feb1a94eebda37e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sat Apr 8 18:34:32 2006 +

Copy packaging over to new x11proto-scrnsaver release and remove old dir

commit bbd21cb7c76d935a41768e8fd937ed4ad0db234b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sat Apr 8 18:31:37 2006 +

Copy x11proto-scrnsaver-1.1.0 to working branch

commit fd62984d9892d5ed58d07261f8c171ea2048dd91
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sat Apr 8 18:30:29 2006 +

Vendor drop of x11proto-scrnsaver-1.1.0

commit 5db5d025fe0b35294afaae60ad2bafcd0368bf57
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Mar 24 02:44:27 2006 +

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

commit e16acfd7b6e987d0e748e96425cc1b3cbaf27594
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 47fe45533f7bc8d4540218816e6f0b9d529fb9e3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 23 02:45:38 2006 +

Set protocol headers to be uploaded to experimental

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

Update proto headers to 7.0 with packaging


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