libxres: Changes to 'debian-unstable'

2017-11-06 Thread Drew Parsons
 ChangeLog  |  134 ++-
 configure.ac   |   15 
 debian/changelog   |   19 +
 debian/control |8 
 debian/patches/bytes_overflow_64bit_upstream_0f5cfdc3136dd |   28 -
 debian/patches/series  |1 
 include/X11/extensions/XRes.h  |   79 
 src/XRes.c |  238 -
 8 files changed, 456 insertions(+), 66 deletions(-)

New commits:
commit 9a0ed26dc0c54b0ceff60962e3efa4c1d67f9004
Author: Drew Parsons 
Date:   Mon Nov 6 15:33:03 2017 +0800

upload 2:1.2.0-2 to unstable

diff --git a/debian/changelog b/debian/changelog
index 07bf554..29881a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-libxres (2:1.2.0-1exp2) UNRELEASED; urgency=medium
+libxres (2:1.2.0-2) unstable; urgency=medium
 
+  * Team upload.
   * Build-Depends: libx11-dev (>= 2:1.6) to ensure _XEatDataWords is
 defined. See configure.ac (cf. upstream commit ae0ddaa9c96...)
   * Update debian/control VCS entries from git.debian.org to
 anonscm.debian.org
 
- -- Drew Parsons   Sat, 21 Oct 2017 21:41:48 +0800
+ -- Drew Parsons   Mon, 06 Nov 2017 15:32:34 +0800
 
 libxres (2:1.2.0-1exp1) experimental; urgency=medium
 

commit 148a01c3c20752cbaa24c580505b255a7728b861
Author: Drew Parsons 
Date:   Tue Oct 24 00:17:20 2017 +0800

Update debian/control VCS entries

from git.debian.org to anonscm.debian.org

diff --git a/debian/changelog b/debian/changelog
index ecd4438..07bf554 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libxres (2:1.2.0-1exp2) UNRELEASED; urgency=medium
 
   * Build-Depends: libx11-dev (>= 2:1.6) to ensure _XEatDataWords is
 defined. See configure.ac (cf. upstream commit ae0ddaa9c96...)
+  * Update debian/control VCS entries from git.debian.org to
+anonscm.debian.org
 
  -- Drew Parsons   Sat, 21 Oct 2017 21:41:48 +0800
 
diff --git a/debian/control b/debian/control
index a809499..9911b6e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends:
  xutils-dev (>= 1:7.5+4),
 Standards-Version: 4.1.1
 Homepage: https://www.x.org
-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
+Vcs-Git: git://anonscm.debian.org/pkg-xorg/lib/libxres
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxres.git
 
 Package: libxres1
 Section: libs

commit c0f8b2b225274200982b0d813d0cf19392c52829
Author: Drew Parsons 
Date:   Sat Oct 21 21:49:02 2017 +0800

Build-Depends: libx11-dev (>= 2:1.6) to ensure _XEatDataWords is defined.

See configure.ac (cf. upstream commit ae0ddaa9c96...)

diff --git a/debian/changelog b/debian/changelog
index 7d4df65..ecd4438 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxres (2:1.2.0-1exp2) UNRELEASED; urgency=medium
+
+  * Build-Depends: libx11-dev (>= 2:1.6) to ensure _XEatDataWords is
+defined. See configure.ac (cf. upstream commit ae0ddaa9c96...)
+
+ -- Drew Parsons   Sat, 21 Oct 2017 21:41:48 +0800
+
 libxres (2:1.2.0-1exp1) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index feeb12d..a809499 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Cyril Brulebois 
 Build-Depends:
  dpkg-dev (>= 1.16.1),
  debhelper (>= 10),
- libx11-dev (>= 1:0.99.2),
+ libx11-dev (>= 2:1.6),
  libxext-dev (>= 1:0.99.1),
  x11proto-resource-dev,
  x11proto-xext-dev,

commit 745dc17cdad12c2dc3962b4e2f566fa17fc7e93d
Author: Drew Parsons 
Date:   Sat Oct 21 20:33:50 2017 +0800

upload 2:1.2.0-1exp1 to experimental

diff --git a/debian/changelog b/debian/changelog
index 4f95403..7d4df65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxres (2:1.2.0-1exp1) UNRELEASED; urgency=medium
+libxres (2:1.2.0-1exp1) experimental; urgency=medium
 
   * Team upload.
   * New upstream release.
 - applies debian patch bytes_overflow_64bit_upstream_0f5cfdc3136dd
   * Standards-Version: 4.1.1
 
- -- Drew Parsons   Sat, 21 Oct 2017 19:49:21 +0800
+ -- Drew Parsons   Sat, 21 Oct 2017 20:32:25 +0800
 
 libxres (2:1.0.7-3) unstable; urgency=medium
 

commit 04733d243e1cdc5c31aaeb1e7a430d7c744555e3
Author: Drew Parsons 
Date:   Sat Oct 21 20:29:57 2017 +0800

Standards-Version: 4.1.1

diff --git a/debian/changelog b/debian/changelog
index 4df5504..4f95403 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxres (2:1.2.0-1exp1) UNRELEASED; urgency=medium
   * Team upload.
   * 

libxres: Changes to 'debian-unstable'

2017-08-20 Thread Drew Parsons
 debian/changelog   |6 ++-
 debian/patches/autogen.sh-install  |   22 +
 debian/patches/bytes_overflow_64bit_upstream_0f5cfdc3136dd |   13 ++-
 debian/patches/series  |1 
 debian/rules   |3 +
 5 files changed, 34 insertions(+), 11 deletions(-)

New commits:
commit 4e3f982bb8a3ef4505788d7b40146c65f1887136
Author: Drew Parsons 
Date:   Sun Aug 20 14:24:28 2017 +0800

upload 2:1.0.7-3 to unstable

diff --git a/debian/changelog b/debian/changelog
index 1de182d..27361ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxres (2:1.0.7-3) UNRELEASED; urgency=medium
+libxres (2:1.0.7-3) unstable; urgency=medium
 
   * Team upload.
   * Clean file cruft alongside dh_clean, not dh_autoclean
   * Use debian patch to install autogen.sh (taken from upstream git repo)
   * Use dh_missing --fail-missing to catch uninstalled files.
 
- -- Drew Parsons   Sun, 20 Aug 2017 13:03:01 +0800
+ -- Drew Parsons   Sun, 20 Aug 2017 14:23:53 +0800
 
 libxres (2:1.0.7-2) unstable; urgency=low
 

commit cdbd66251dcbff0fffee66295bd2715742a69369
Author: Drew Parsons 
Date:   Sun Aug 20 14:08:59 2017 +0800

Use dh_missing --fail-missing to catch uninstalled files

dh_install --fail-missing is deprecated

diff --git a/debian/changelog b/debian/changelog
index 6b3cc6d..1de182d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ libxres (2:1.0.7-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Clean file cruft alongside dh_clean, not dh_autoclean
-  * use debian patch to install autogen.sh (taken from upstream git repo)
+  * Use debian patch to install autogen.sh (taken from upstream git repo)
+  * Use dh_missing --fail-missing to catch uninstalled files.
 
  -- Drew Parsons   Sun, 20 Aug 2017 13:03:01 +0800
 
diff --git a/debian/rules b/debian/rules
index 5722357..5c8b448 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,5 @@ override_dh_clean:
dh_clean
 
 override_dh_install:
-   dh_install --fail-missing --exclude=libXRes.la
+   dh_install --exclude=libXRes.la
+   dh_missing --fail-missing -XlibXRes.la

commit e92564376c4ec42c1b283af5cb9e9b89ae9e8521
Author: Drew Parsons 
Date:   Sun Aug 20 14:00:52 2017 +0800

use debian patch to install autogen.sh

taken from upstream git repo
https://cgit.freedesktop.org/xorg/lib/libXRes/plain/autogen.sh

Also, refresh bytes-overflow patch (refresh line numbers)

diff --git a/debian/changelog b/debian/changelog
index 1ea4983..6b3cc6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxres (2:1.0.7-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Clean file cruft alongside dh_clean, not dh_autoclean
+  * use debian patch to install autogen.sh (taken from upstream git repo)
 
  -- Drew Parsons   Sun, 20 Aug 2017 13:03:01 +0800
 
diff --git a/debian/patches/autogen.sh-install 
b/debian/patches/autogen.sh-install
new file mode 100644
index 000..9636330
--- /dev/null
+++ b/debian/patches/autogen.sh-install
@@ -0,0 +1,22 @@
+Index: libxres/autogen.sh
+===
+--- /dev/null
 libxres/autogen.sh
+@@ -0,0 +1,17 @@
++#! /bin/sh
++
++srcdir=`dirname "$0"`
++test -z "$srcdir" && srcdir=.
++
++ORIGDIR=`pwd`
++cd "$srcdir"
++
++autoreconf -v --install || exit 1
++cd "$ORIGDIR" || exit $?
++
++git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
++git config --local format.subjectPrefix "PATCH libXRes"
++
++if test -z "$NOCONFIGURE"; then
++exec "$srcdir"/configure "$@"
++fi
diff --git a/debian/patches/bytes_overflow_64bit_upstream_0f5cfdc3136dd 
b/debian/patches/bytes_overflow_64bit_upstream_0f5cfdc3136dd
index ee7b061..5e66dda 100644
--- a/debian/patches/bytes_overflow_64bit_upstream_0f5cfdc3136dd
+++ b/debian/patches/bytes_overflow_64bit_upstream_0f5cfdc3136dd
@@ -13,11 +13,11 @@ Reported-by: Kevin Ryde 
 Signed-off-by: Julien Cristau 
 Reviewed-by: Alan Coopersmith 
 
-diff --git a/src/XRes.c b/src/XRes.c
-index 51e905f..89fab82 100644
 a/src/XRes.c
-+++ b/src/XRes.c
-@@ -240,7 +240,7 @@ Status XResQueryClientPixmapBytes (
+Index: libxres/src/XRes.c
+===
+--- libxres.orig/src/XRes.c
 libxres/src/XRes.c
+@@ -239,7 +239,7 @@ Status XResQueryClientPixmapBytes (
  }
  
  #ifdef LONG64
@@ -26,6 +26,3 @@ index 51e905f..89fab82 100644
  #else
  *bytes = rep.bytes_overflow ? 0x : rep.bytes;
  #endif
--- 
-cgit v0.10.2
-
diff --git a/debian/patches/series b/debian/patches/series
index 2a68bbe..3c9a1a7 100644
--- 

libxres: Changes to 'debian-unstable'

2017-08-19 Thread Drew Parsons
 debian/changelog |7 +++
 debian/rules |4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 185b4712570e7558b0e7da402f618a4323597650
Author: Drew Parsons 
Date:   Sun Aug 20 13:03:52 2017 +0800

Clean file cruft alongside dh_clean, not dh_autoclean

diff --git a/debian/changelog b/debian/changelog
index bc0b3cc..1ea4983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxres (2:1.0.7-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Clean file cruft alongside dh_clean, not dh_autoclean
+
+ -- Drew Parsons   Sun, 20 Aug 2017 13:03:01 +0800
+
 libxres (2:1.0.7-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index e08dfe9..5722357 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_configure:
$(confflags) \
$(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
 
-override_dh_auto_clean:
+override_dh_clean:
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
@@ -21,7 +21,7 @@ override_dh_auto_clean:
rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
rm -f src/config.h.in
find -name Makefile.in -delete
-   dh_auto_clean
+   dh_clean
 
 override_dh_install:
dh_install --fail-missing --exclude=libXRes.la



libxres: Changes to 'debian-unstable'

2017-08-19 Thread Drew Parsons
 autogen.sh |   12 
 debian/changelog   |   20 
 debian/compat  |2 
 debian/control |   31 
 debian/patches/bytes_overflow_64bit_upstream_0f5cfdc3136dd |   31 
 debian/patches/series  |1 
 debian/rules   |   83 -
 debian/source/format   |1 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |  276 -
 debian/xsfbs/xsfbs.sh  |  622 -
 11 files changed, 63 insertions(+), 1048 deletions(-)

New commits:
commit e2a32ca48c9248aa55d2fad218f3bc829513fbe4
Author: Drew Parsons 
Date:   Sun Aug 20 00:27:19 2017 +0800

upload 2:1.0.7-2 to unstable

diff --git a/debian/changelog b/debian/changelog
index f8fabaa..bc0b3cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxres (2:1.0.7-2) UNRELEASED; urgency=low
+libxres (2:1.0.7-2) unstable; urgency=low
 
   * Team upload.
 -- team maintained, remove Drew Parsons as uploader.
@@ -12,13 +12,13 @@ libxres (2:1.0.7-2) UNRELEASED; urgency=low
   * Standards-Version: 4.0.1
   * debhelper compatibility level 10
   * source format 3.0 (quilt)
-- remove debian/xsfbs, it's patch functionality is now standard
+- remove debian/xsfbs, its patch functionality is now standard
   * Apply upstream patch 0f5cfdc3136dd... to handle 64 bit byte overflow
 Closes: #621702.
   * Remove the libxres1-dbg package: debug symbols are now provided by
 the libxres1-dbgsym package automatically generated by debhelper.
 
- -- Julien Cristau   Sun, 11 Aug 2013 16:11:52 +0200
+ -- Drew Parsons   Sun, 20 Aug 2017 00:26:33 +0800
 
 libxres (2:1.0.7-1) unstable; urgency=low
 

commit cf0a625062f67e4d219c0b36eaa473f86f30a121
Author: Drew Parsons 
Date:   Sun Aug 20 00:21:49 2017 +0800

Remove the libxres1-dbg package

debug symbols are now provided by the libxres1-dbgsym package
automatically generated by debhelper.

Also fix newline at end of debian/patches/series

diff --git a/debian/changelog b/debian/changelog
index e07419c..f8fabaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ libxres (2:1.0.7-2) UNRELEASED; urgency=low
 - remove debian/xsfbs, it's patch functionality is now standard
   * Apply upstream patch 0f5cfdc3136dd... to handle 64 bit byte overflow
 Closes: #621702.
+  * Remove the libxres1-dbg package: debug symbols are now provided by
+the libxres1-dbgsym package automatically generated by debhelper.
 
  -- Julien Cristau   Sun, 11 Aug 2013 16:11:52 +0200
 
diff --git a/debian/control b/debian/control
index 4077617..071ac2a 100644
--- a/debian/control
+++ b/debian/control
@@ -40,30 +40,6 @@ Description: X11 Resource extension library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXRes
 
-Package: libxres1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Pre-Depends:
- ${misc:Pre-Depends},
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxres1 (= ${binary:Version})
-Description: X11 Resource extension library (debug package)
- libXRes provides an X Window System client interface to the Resource
- extension to the X protocol.
- .
- The Resource extension allows for X clients to see and monitor the X resource
- usage of various clients (pixmaps, et al).
- .
- This package contains the debug versions of the library found in libxres1.
- Non-developers likely have little use for this package.
- .
- More information about X.Org can be found at:
- 
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXRes
-
 Package: libxres-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/patches/series b/debian/patches/series
index d7a3c8f..2a68bbe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-bytes_overflow_64bit_upstream_0f5cfdc3136dd
\ No newline at end of file
+bytes_overflow_64bit_upstream_0f5cfdc3136dd

commit 355474a2dd565b04f4113e5b753df690c27ce215
Author: Drew Parsons 
Date:   Sun Aug 20 00:15:53 2017 +0800

remove autogen.sh

autoreconf is automatically called by dh

diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 904cd67..000
--- a/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-$srcdir/configure --enable-maintainer-mode "$@"
diff --git a/debian/changelog b/debian/changelog
index 926b649..e07419c 100644
--- 

libxres: Changes to 'debian-unstable'

2013-08-11 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 264de1a93203294065adf51634341dbaf4b574f9
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 11 16:02:51 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 0933a3a..f8fc0ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxres (2:1.0.7-1) UNRELEASED; urgency=low
+libxres (2:1.0.7-1) unstable; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
@@ -6,7 +6,7 @@ libxres (2:1.0.7-1) UNRELEASED; urgency=low
   * Disable silent build rules.
   * Bump Standards-Version to 3.9.4, no changes needed.
 
- -- Julien Cristau jcris...@debian.org  Sun, 04 Aug 2013 12:50:07 +0200
+ -- Julien Cristau jcris...@debian.org  Sun, 11 Aug 2013 16:02:30 +0200
 
 libxres (2:1.0.6-1+deb7u1) wheezy-security; urgency=high
 


-- 
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/e1v8wmf-0006if...@vasks.debian.org



libxres: Changes to 'debian-unstable'

2013-08-11 Thread Julien Cristau
 debian/changelog |6 ++
 debian/rules |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit b504d01f614b9627053081c087526cbd222bf53f
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 11 16:12:04 2013 +0200

Use dh_prep instead of dh_clean -k.

diff --git a/debian/changelog b/debian/changelog
index f8fc0ee..f75f5e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxres (2:1.0.7-2) UNRELEASED; urgency=low
+
+  * Use dh_prep instead of dh_clean -k.
+
+ -- Julien Cristau jcris...@debian.org  Sun, 11 Aug 2013 16:11:52 +0200
+
 libxres (2:1.0.7-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 4547366..bf42477 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ clean: xsfclean
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs
 
cd build  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install


-- 
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/e1v8wne-0006nd...@vasks.debian.org



libxres: Changes to 'debian-unstable'

2013-08-04 Thread Julien Cristau
 ChangeLog|   62 +++
 configure.ac |8 ++-
 debian/changelog |   16 ++
 debian/compat|2 -
 debian/control   |3 +-
 debian/rules |   23 
 src/Makefile.am  |2 -
 src/XRes.c   |   29 ++---
 8 files changed, 124 insertions(+), 21 deletions(-)

New commits:
commit 121aebcdc6418919e2c18857b8128cffd7b2d408
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 4 14:51:09 2013 +0200

Bump Standards-Version to 3.9.4, no changes needed.

diff --git a/debian/changelog b/debian/changelog
index bd01c2f..0933a3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxres (2:1.0.7-1) UNRELEASED; urgency=low
   * Bump debhelper compat level to 7.
   * Use dpkg-buildflags.
   * Disable silent build rules.
+  * Bump Standards-Version to 3.9.4, no changes needed.
 
  -- Julien Cristau jcris...@debian.org  Sun, 04 Aug 2013 12:50:07 +0200
 
diff --git a/debian/control b/debian/control
index 9229490..cea312a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5+4),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 

commit 0c5aa272f60580b24d7876344b15b88d2ae1d6e6
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 4 12:56:29 2013 +0200

Disable silent build rules.

diff --git a/debian/changelog b/debian/changelog
index 6610a66..bd01c2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxres (2:1.0.7-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump debhelper compat level to 7.
   * Use dpkg-buildflags.
+  * Disable silent build rules.
 
  -- Julien Cristau jcris...@debian.org  Sun, 04 Aug 2013 12:50:07 +0200
 
diff --git a/debian/rules b/debian/rules
index 5e082e2..4547366 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,10 +36,14 @@ build-stamp: configure $(STAMP_DIR)/genscripts
dh_testdir
mkdir -p build
cd build  \
-   ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
---libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
---infodir=\$${prefix}/share/info $(confflags) \
-$(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
+   ../configure \
+   --prefix=/usr \
+   --mandir=\$${prefix}/share/man \
+   --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+   --infodir=\$${prefix}/share/info \
+   --disable-silent-rules \
+   $(confflags) \
+   $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
cd build  $(MAKE)
$@
 

commit 79bdb577b7182cca0e9b5465cc31b0cbdf173cc2
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 4 12:55:01 2013 +0200

Use dpkg-buildflags.

diff --git a/debian/changelog b/debian/changelog
index b8c9cf3..6610a66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxres (2:1.0.7-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
+  * Use dpkg-buildflags.
 
  -- Julien Cristau jcris...@debian.org  Sun, 04 Aug 2013 12:50:07 +0200
 
diff --git a/debian/control b/debian/control
index 74f0e45..9229490 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Drew Parsons dpars...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
+ dpkg-dev (= 1.16.1),
  debhelper (= 8.1.3),
  libx11-dev (= 1:0.99.2),
  libxext-dev (= 1:0.99.1),
diff --git a/debian/rules b/debian/rules
index 810a927..5e082e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,12 +12,6 @@ PACKAGE = libxres1
 
 include debian/xsfbs/xsfbs.mk
 
-CFLAGS = -Wall -g
-ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-   CFLAGS += -O0
-else
-   CFLAGS += -O2
-endif
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
@@ -45,7 +39,7 @@ build-stamp: configure $(STAMP_DIR)/genscripts
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
-CFLAGS=$(CFLAGS) 
+$(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
cd build  $(MAKE)
$@
 

commit badf86ebe2347c1025d5df82cb50626c01444f28
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 4 12:50:54 2013 +0200

Bump debhelper compat level to 7.

diff --git a/debian/changelog b/debian/changelog
index 8231a31..b8c9cf3 100644
--- a/debian/changelog
+++ 

libxres: Changes to 'debian-unstable'

2012-04-21 Thread Julien Cristau
 ChangeLog   |   74 ++
 Makefile.am |8 +--
 configure.ac|   95 +---
 debian/changelog|8 ++-
 debian/control  |   10 +++-
 debian/libxres-dev.install  |7 +--
 debian/libxres-dev.manpages |1 
 debian/libxres1.install |2 
 debian/rules|   20 -
 man/XRes.man|   66 +++---
 src/XRes.c  |6 +-
 11 files changed, 188 insertions(+), 109 deletions(-)

New commits:
commit bb3f8792d4bd4b065bdce70c4376f7a971fe2f5e
Author: Julien Cristau jcris...@debian.org
Date:   Sat Apr 21 14:40:38 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 1504fc5..82adc6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxres (2:1.0.6-1) UNRELEASED; urgency=low
+libxres (2:1.0.6-1) unstable; urgency=low
 
   * Remove Andres, David and Brice from Uploaders.
   * Drop Depends and Pre-Depends on x11-common.
@@ -7,7 +7,7 @@ libxres (2:1.0.6-1) UNRELEASED; urgency=low
   * Build for multiarch.
   * Kill useless libxres-dev.manpages file.
 
- -- Julien Cristau jcris...@debian.org  Sat, 21 Apr 2012 13:27:09 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 21 Apr 2012 14:40:34 +0200
 
 libxres (2:1.0.5-1) unstable; urgency=low
 

commit c57f44e8d7557af8cb3132883032f29707b45d09
Author: Julien Cristau jcris...@debian.org
Date:   Sat Apr 21 14:18:10 2012 +0200

Kill useless libxres-dev.manpages file.

diff --git a/debian/changelog b/debian/changelog
index fdef283..1504fc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxres (2:1.0.6-1) UNRELEASED; urgency=low
   * Don't require (fake)root for debian/rules clean.
   * New upstream release.
   * Build for multiarch.
+  * Kill useless libxres-dev.manpages file.
 
  -- Julien Cristau jcris...@debian.org  Sat, 21 Apr 2012 13:27:09 +0200
 
diff --git a/debian/libxres-dev.install b/debian/libxres-dev.install
index deb3fd9..f6b77d3 100644
--- a/debian/libxres-dev.install
+++ b/debian/libxres-dev.install
@@ -2,3 +2,4 @@ usr/include/X11/*
 usr/lib/*/libXRes.a
 usr/lib/*/libXRes.so
 usr/lib/*/pkgconfig/xres.pc
+usr/share/man
diff --git a/debian/libxres-dev.manpages b/debian/libxres-dev.manpages
deleted file mode 100644
index 7c72677..000
--- a/debian/libxres-dev.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/man/man3/*
diff --git a/debian/rules b/debian/rules
index 5818659..459f24a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXRes.la 
--exclude=usr/share/man/man3
+   dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXRes.la
dh_installman
dh_installchangelogs ChangeLog
dh_link

commit c4c9fb7b7affe9f491c4c7d82a5388989769491a
Author: Julien Cristau jcris...@debian.org
Date:   Sat Apr 21 14:14:31 2012 +0200

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index 878dea8..fdef283 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxres (2:1.0.6-1) UNRELEASED; urgency=low
   * Drop Depends and Pre-Depends on x11-common.
   * Don't require (fake)root for debian/rules clean.
   * New upstream release.
+  * Build for multiarch.
 
  -- Julien Cristau jcris...@debian.org  Sat, 21 Apr 2012 13:27:09 +0200
 
diff --git a/debian/control b/debian/control
index f45971e..74f0e45 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Drew Parsons dpars...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
- debhelper (= 5.0.0),
+ debhelper (= 8.1.3),
  libx11-dev (= 1:0.99.2),
  libxext-dev (= 1:0.99.1),
  x11proto-resource-dev,
@@ -21,6 +21,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 Package: libxres1
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 Resource extension library
  libXRes provides an X Window System client interface to the Resource
@@ -37,8 +40,11 @@ Description: X11 Resource extension library
 
 Package: libxres1-dbg
 Section: debug
-Architecture: any
 Priority: extra
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxres1 (= ${binary:Version})
 Description: X11 Resource extension library (debug package)
  libXRes provides an X Window System client interface to the Resource
diff --git a/debian/libxres-dev.install b/debian/libxres-dev.install
index a071ecf..deb3fd9 100644
--- a/debian/libxres-dev.install
+++ b/debian/libxres-dev.install
@@ -1,4 +1,4 @@
 usr/include/X11/*
-usr/lib/libXRes.a
-usr/lib/libXRes.so

libxres: Changes to 'debian-unstable'

2011-04-28 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |7 +++
 2 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit e1f6678185613986993d5d0ba76b6034a0c58189
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 28 14:29:02 2011 +0200

Drop Depends and Pre-Depends on x11-common.

diff --git a/debian/changelog b/debian/changelog
index 563390f..7b6a638 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxres (2:1.0.5-2) UNRELEASED; urgency=low
 
   * Remove Andres, David and Brice from Uploaders.
+  * Drop Depends and Pre-Depends on x11-common.
 
  -- Julien Cristau jcris...@debian.org  Thu, 28 Apr 2011 14:27:18 +0200
 
diff --git a/debian/control b/debian/control
index a9abee5..f45971e 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 Package: libxres1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 Resource extension library
  libXRes provides an X Window System client interface to the Resource
  extension to the X protocol.
@@ -39,7 +39,7 @@ Package: libxres1-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxres1 (= 
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxres1 (= ${binary:Version})
 Description: X11 Resource extension library (debug package)
  libXRes provides an X Window System client interface to the Resource
  extension to the X protocol.
@@ -61,7 +61,6 @@ Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxres1 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-resource-dev
 Conflicts: x11proto-resource-dev ( 1.0+cvs.20050712-1)
-Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Resource extension library (development headers)
  libXRes provides an X Window System client interface to the Resource
  extension to the X protocol.

commit 11ca29da7a15afe4840ef7774e6ecb9d4375eb73
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 28 14:27:28 2011 +0200

Remove Andres, David and Brice from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 64963a4..563390f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxres (2:1.0.5-2) UNRELEASED; urgency=low
+
+  * Remove Andres, David and Brice from Uploaders.
+
+ -- Julien Cristau jcris...@debian.org  Thu, 28 Apr 2011 14:27:18 +0200
+
 libxres (2:1.0.5-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index a1dd18d..a9abee5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxres
 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, Drew Parsons dpars...@debian.org, Brice Goglin 
bgog...@debian.org, Cyril Brulebois k...@debian.org
+Uploaders: Drew Parsons dpars...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),


-- 
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/e1qfqnl-wk...@alioth.debian.org



libxres: Changes to 'debian-unstable'

2010-11-07 Thread Cyril Brulebois
 .gitignore |   73 +--
 ChangeLog  |  177 
 INSTALL|  229 -
 Makefile.am|   10 -
 configure.ac   |   17 +-
 debian/changelog   |9 +
 debian/control |4 
 debian/rules   |2 
 include/X11/extensions/XRes.h  |2 
 man/Makefile.am|   92 +-
 man/XResQueryClientPixmapBytes.man |1 
 man/XResQueryClientResources.man   |1 
 man/XResQueryClients.man   |1 
 man/XResQueryExtension.man |1 
 man/XResQueryVersion.man   |1 
 src/Makefile.am|5 
 src/XRes.c |3 
 17 files changed, 305 insertions(+), 323 deletions(-)

New commits:
commit 3f057a34e19dda953aeb98d5af77b5bf7b09d7eb
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 01:00:18 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 4105f48..64963a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxres (2:1.0.5-1) UNRELEASED; urgency=low
+libxres (2:1.0.5-1) unstable; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new macros.
   * Switch from --list-missing to --fail-missing for additional safety.
   * Add myself to Uploaders.
 
- -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:56:24 +0100
+ -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 01:00:12 +0100
 
 libxres (2:1.0.4-1) unstable; urgency=low
 

commit 5458c3e7a884e573ca9aea1d097e7dfc422f31ae
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 01:00:08 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 44ab84f..4105f48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxres (2:1.0.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump xutils-dev build-dep for new macros.
   * Switch from --list-missing to --fail-missing for additional safety.
+  * Add myself to Uploaders.
 
  -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:56:24 +0100
 
diff --git a/debian/control b/debian/control
index 37fb04e..a1dd18d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxres
 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, Drew Parsons dpars...@debian.org, Brice Goglin 
bgog...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Drew Parsons dpars...@debian.org, Brice Goglin 
bgog...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),

commit 69e1a4e70c392c0ff7cca8b27a826fcdb87879d0
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 00:59:01 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 1f1bc9b..44ab84f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxres (2:1.0.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new macros.
+  * Switch from --list-missing to --fail-missing for additional safety.
 
  -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:56:24 +0100
 
diff --git a/debian/rules b/debian/rules
index 162b5f5..8454b4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --list-missing --exclude=libXRes.la 
--exclude=usr/share/man/man3
+   dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXRes.la 
--exclude=usr/share/man/man3
dh_installman
dh_installchangelogs ChangeLog
dh_link

commit 065b4656ba2d5409f62f6f30ea9da82033bc881b
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 00:58:20 2010 +0100

Bump xutils-dev build-dep for new macros.

diff --git a/debian/changelog b/debian/changelog
index dc911bc..1f1bc9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxres (2:1.0.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump xutils-dev build-dep for new macros.
 
  -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:56:24 +0100
 
diff --git a/debian/control b/debian/control
index 220e85e..37fb04e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  quilt,
  automake,
  libtool,
- xutils-dev (= 1:7.5~1)
+ xutils-dev (= 1:7.5+4),
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git

commit 5086c01af028d181ba5b166dd8a07825a37407c9
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 

libxres: Changes to 'debian-unstable'

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

New commits:
commit 2cccfc17bb990d19e07c0c33e0decd7bcc982eb3
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:50 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 1874c90..220e85e 100644
--- a/debian/control
+++ b/debian/control
@@ -31,8 +31,6 @@ Description: X11 Resource extension library
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- URL:http://xorg.freedesktop.org
- URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXRes
@@ -54,8 +52,6 @@ Description: X11 Resource extension library (debug package)
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- URL:http://xorg.freedesktop.org
- URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXRes
@@ -78,8 +74,6 @@ Description: X11 Resource extension library (development 
headers)
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- URL:http://xorg.freedesktop.org
- URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXRes


-- 
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/e1oamg2-0007r8...@alioth.debian.org



libxres: Changes to 'debian-unstable'

2009-11-25 Thread Julien Cristau
 debian/changelog |8 ++--
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit a54f10e876ab17aab09e680f3bcc9b8e7ef309e1
Author: Julien Cristau jcris...@debian.org
Date:   Wed Nov 25 19:46:15 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 166e272..2e02f76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxres (2:1.0.4-1) UNRELEASED; urgency=low
+libxres (2:1.0.4-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
@@ -7,7 +7,7 @@ libxres (2:1.0.4-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump Standards-Version to 3.8.3.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 15:39:50 +0200
+ -- Julien Cristau jcris...@debian.org  Wed, 25 Nov 2009 19:46:12 +0100
 
 libxres (2:1.0.3-2) unstable; urgency=low
 

commit 6b38a256f5edb46677b4c47517354d32f1b92ca3
Author: Julien Cristau jcris...@debian.org
Date:   Wed Nov 25 19:44:39 2009 +0100

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 0326a8f..166e272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libxres (2:1.0.4-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Bump the build-dep on xutils-dev (= 1:7.5~1).
 
+  [ Julien Cristau ]
+  * Bump Standards-Version to 3.8.3.
+
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 15:39:50 +0200
 
 libxres (2:1.0.3-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b9167ff..1874c90 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5~1)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 


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



libxres: Changes to 'debian-unstable'

2009-11-23 Thread Timo Aaltonen
 .gitignore|   10 ++
 ChangeLog |   67 ++
 Makefile.am   |   11 ++
 README|   25 +++
 configure.ac  |   34 -
 debian/changelog  |7 
 debian/control|2 -
 include/X11/extensions/XRes.h |8 ++---
 man/.gitignore|3 -
 man/Makefile.am   |   17 --
 man/XRes.man  |   19 +--
 src/.gitignore|6 ---
 src/Makefile.am   |4 +-
 src/XRes.c|   16 +-
 14 files changed, 156 insertions(+), 73 deletions(-)

New commits:
commit 1e85aafef0df1c338d5596558a44d25c10f53020
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 15:41:32 2009 +0200

Bump the build-dep on xutils-dev (= 1:7.5~1).

diff --git a/debian/changelog b/debian/changelog
index 765ce4a..0326a8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxres (2:1.0.4-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump the build-dep on xutils-dev (= 1:7.5~1).
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 15:39:50 +0200
 
diff --git a/debian/control b/debian/control
index 2d29978..b9167ff 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  quilt,
  automake,
  libtool,
- xutils-dev (= 1:7.4+4)
+ xutils-dev (= 1:7.5~1)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git

commit 5d59d2a1c9ad3244d5e553b6be830b415208a3b8
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 15:40:39 2009 +0200

Update the changelogs.

diff --git a/ChangeLog b/ChangeLog
index 4d19160..431ef3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+commit 08032a51fccda19ad4722015f4cc0b1a587592f7
+Author: Alan Coopersmith alan.coopersm...@sun.com
+Date:   Fri Oct 9 07:54:44 2009 -0700
+
+libXres 1.0.4
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com
+
+commit 619eec21134a0ca9a8adb92383a05deea05b768d
+Author: Alan Coopersmith alan.coopersm...@sun.com
+Date:   Thu Oct 8 23:48:41 2009 -0700
+
+XRes.man: Fix typo, improve wording, drop RCS tags
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com
+
+commit e854448a9bfcdfdeb6262b89a93bcbe8bcd7545c
+Author: Alan Coopersmith alan.coopersm...@sun.com
+Date:   Thu Oct 8 23:39:04 2009 -0700
+
+Migrate to xorg macros 1.3  XORG_DEFAULT_OPTIONS
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com
+
+commit 1805655654217830ae943806e6a7d653cdc48047
+Author: Alan Coopersmith alan.coopersm...@sun.com
+Date:   Mon Feb 2 20:34:31 2009 -0800
+
+Add README with pointers to mailing list, bugzilla  git repos
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com
+
+commit 13ee4d00a06421dfb5ee613cbd99a335c379
+Author: Paulo Cesar Pereira de Andrade p...@mandriva.com.br
+Date:   Fri Jan 30 16:56:38 2009 -0200
+
+Janitor: Correct make distcheck and remove extra .gitignore files.
+
+commit 168153d1e7d196ca46c5b2e286fcf7e7793f2804
+Author: Peter Hutterer pe...@cs.unisa.edu.au
+Date:   Mon May 19 17:53:23 2008 +0930
+
+Rename parameters to clarify QueryVersion/QueryExtension.
+
+These parameters are not treated as input. Rename them to make the inner
+workings slightly more obvious.
+
+X.Org Bug 14511 http://bugs.freedesktop.org/show_bug.cgi?id=14511
+
+commit 5d2e4b05ff988a0f941aa78e62857791ae2d56aa
+Author: Matthieu Herrb matthieu.he...@laas.fr
+Date:   Sun Mar 9 00:19:31 2008 +0100
+
+nuke RCS Ids
+
+commit a4323e1bb491cbfc5b5090311cc16c805b9dd7d6
+Author: James Cloos cl...@jhcloos.com
+Date:   Thu Dec 6 15:51:14 2007 -0500
+
+Add missing PHONY line for automatic ChangeLog generation
+
+commit 04381b5f703975ffa6514d474f5fe31bc76540c4
+Author: James Cloos cl...@jhcloos.com
+Date:   Mon Sep 3 05:53:33 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
 commit 322797ec5679919b8616c17c51492b2d596efecb
 Author: Daniel Stone dan...@fooishbar.org
 Date:   Sat Dec 16 01:29:45 2006 +0200
diff --git a/debian/changelog b/debian/changelog
index 1711fe0..765ce4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxres (2:1.0.4-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 15:39:50 +0200
+
 libxres (2:1.0.3-2) unstable; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.

commit 08032a51fccda19ad4722015f4cc0b1a587592f7
Author: Alan Coopersmith alan.coopersm...@sun.com
Date:   Fri Oct 9 07:54:44 2009 -0700

libXres 1.0.4

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

diff --git a/configure.ac b/configure.ac
index 8b6fad4..0313ba3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 

libxres: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
Rebased ref, commits from common ancestor:
commit 41efc3210aeb5e7df4d88664af66a977dfa27a78
Author: Drew Parsons d...@pug.localdomain
Date:   Fri Apr 13 02:01:03 2007 +1000

Upload new version to unstable.

diff --git a/debian/changelog b/debian/changelog
index 5be41d6..1c2719b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libxres (2:1.0.3-1) UNRELEASED; urgency=low
+libxres (2:1.0.3-1) unstable; urgency=low
 
-  * New upstream release.
+  [ Julien Cristau ]
+  * New upstream release (X11R7.2).
   * Install the upstream changelog.
   * Add XS-Vcs-* headers to debian/control and drop outdated CVS info.
 
- -- Julien Cristau jcris...@debian.org  Sat, 07 Apr 2007 17:29:43 +0200
+ -- Drew Parsons dpars...@debian.org  Fri, 13 Apr 2007 01:59:10 +1000
 
 libxres (2:1.0.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 6a07bcf..2d05951 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxres
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Branden Robinson 
bran...@debian.org, Fabio M. Di Nitto fabbi...@fabbione.net, Andres Salomon 
dilin...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Branden Robinson 
bran...@debian.org, Fabio M. Di Nitto fabbi...@fabbione.net, Andres Salomon 
dilin...@debian.org, Drew Parsons dpars...@debian.org
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres

commit 0b063439089952d0ca910ed4b179b5fb206b8a12
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 11 13:24:39 2007 +0200

Fix the name of the XS-Vcs-Browser field.

diff --git a/debian/control b/debian/control
index bd67f30..6a07bcf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow dnusi...@debian.org, Branden 
Robinson bran...@debian
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
-XS-Vcs-Browse: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 
 Package: libxres1
 Architecture: any

commit 2a27395aa112291fdf8fa5e1a991e1bfe446c383
Author: Julien Cristau jcris...@debian.org
Date:   Sat Apr 7 17:30:10 2007 +0200

Add XS-Vcs-* headers to debian/control and drop outdated CVS info.

diff --git a/debian/changelog b/debian/changelog
index 2a54935..5be41d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,9 @@ libxres (2:1.0.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Install the upstream changelog.
-  * Add XS-Vcs-Git header to debian/control.
+  * Add XS-Vcs-* headers to debian/control and drop outdated CVS info.
 
- -- Julien Cristau julien.cris...@ens-lyon.org  Wed, 31 Jan 2007 06:03:08 
+0100
+ -- Julien Cristau jcris...@debian.org  Sat, 07 Apr 2007 17:29:43 +0200
 
 libxres (2:1.0.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7f95897..bd67f30 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: David Nusinow dnusi...@debian.org, Branden 
Robinson bran...@debian
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
+XS-Vcs-Browse: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 
 Package: libxres1
 Architecture: any
@@ -20,9 +21,6 @@ Description: X11 Resource extension library
  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 'lib/XRes' at
- :pserver:anon...@cvs.freedesktop.org:/cvs/xorg
 
 Package: libxres1-dbg
 Architecture: any
@@ -41,9 +39,6 @@ Description: X11 Resource extension library (debug package)
  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 'lib/XRes' at
- :pserver:anon...@cvs.freedesktop.org:/cvs/xorg
 
 Package: libxres-dev
 Architecture: any
@@ -63,6 +58,3 @@ Description: X11 Resource extension library (development 
headers)
  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 'lib/XRes' at
- :pserver:anon...@cvs.freedesktop.org:/cvs/xorg

commit 72811b4cede7275a35d36b44bcb5f431a8aa0133
Author: Julien Cristau jcris...@debian.org
Date:   Fri Mar 2 20:28:15 2007 +0100

Fix 

libxres: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 Makefile.in  |  706 -
 aclocal.m4   | 7855 --
 config.guess | 1500 --
 config.h.in  |   55 
 config.sub   | 1608 --
 configure|21082 ---
 debian/README.source |   73 
 debian/changelog |   19 
 debian/control   |   40 
 debian/copyright |3 
 debian/rules |   23 
 debian/xsfbs/repack.sh   |   32 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|  151 
 debian/xsfbs/xsfbs.sh|  424 
 depcomp  |  530 
 install-sh   |  323 
 ltmain.sh| 6871 
 man/Makefile.in  |  437 
 missing  |  360 
 mkinstalldirs|  158 
 src/Makefile.in  |  506 
 22 files changed, 392 insertions(+), 42514 deletions(-)

New commits:
commit 134dbb02e29cbe748d6fe1963dc9a91034307928
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 20:37:51 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1e29997..1711fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxres (2:1.0.3-2) UNRELEASED; urgency=low
+libxres (2:1.0.3-2) unstable; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538590.
@@ -13,8 +13,9 @@ libxres (2:1.0.3-2) UNRELEASED; urgency=low
   * Add Section values for all binary packages.
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
+  * Add myself to Uploaders.
 
- -- Brice Goglin bgog...@debian.org  Sun, 02 Aug 2009 20:35:55 +0200
+ -- Brice Goglin bgog...@debian.org  Sun, 02 Aug 2009 20:37:02 +0200
 
 libxres (2:1.0.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a02eee3..2d29978 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxres
 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, Drew Parsons dpars...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Drew Parsons dpars...@debian.org, Brice Goglin 
bgog...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),

commit a4957ac59239a6f449fee9b1f8cbb7de25cd6512
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 20:37:00 2009 +0200

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index c8e354a..000
--- a/Makefile.in
+++ /dev/null
@@ -1,706 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# @configure_input@
-
-# 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.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-# 
-#  $Id$
-# 
-#  Copyright © 2003 Keith Packard, Noah Levitt
-# 
-#  Permission to use, copy, modify, distribute, and sell this software and its
-#  documentation for any purpose is hereby granted without fee, provided that
-#  the above copyright notice appear in all copies and that both that
-#  copyright notice and this permission notice appear in supporting
-#  documentation, and that the name of Keith Packard not be used in
-#  advertising or publicity pertaining to distribution of the software without
-#  specific, written prior permission.  Keith Packard makes no
-#  representations about the suitability of this software for any purpose.  It
-#  is provided as is without express or implied warranty.
-# 
-#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-#  PERFORMANCE OF THIS SOFTWARE.
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@

libxres: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog |   13 +
 debian/control   |   25 +++--
 debian/copyright |3 +++
 debian/rules |2 +-
 4 files changed, 32 insertions(+), 11 deletions(-)

New commits:
commit f59e09fa8248eebcf74bb687160be840391bd57c
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Jun 13 11:57:31 2008 +0200

Install the upstream ChangeLog

diff --git a/debian/changelog b/debian/changelog
index 61360f9..88a3843 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ libxres (2:1.0.1-3) UNRELEASED; urgency=low
   * Update reference to the upstream module in the long description.
   * Add upstream URL to debian/copyright.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+  * Install the upstream ChangeLog.
 
- -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:44:54 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:57:26 +0200
 
 libxres (2:1.0.1-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 23a8286..22da37a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ binary-arch: build install
dh_installdocs
dh_install --sourcedir=debian/tmp --list-missing --exclude=libXRes.la 
--exclude=usr/share/man/man3
dh_installman
-   dh_installchangelogs
+   dh_installchangelogs ChangeLog
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress

commit 78553e090f4dded3bfbb8669e22c8d97633d8f89
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Jun 13 10:50:58 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Bump Standards-Version to 3.7.3 (no changes).
  * Remove Branden and Fabio from Uploaders with their permission.
  * Add Vcs-Browser and Vcs-Git fields to debian/control.
  * Add a link to www.X.org in the long description.
  * Update reference to the upstream module in the long description.
  * Add upstream URL to debian/copyright.
  * Use ${binary:Version} instead of the deprecated ${Source-Version}.

diff --git a/debian/changelog b/debian/changelog
index a14a0be..61360f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libxres (2:1.0.1-3) UNRELEASED; urgency=low
+
+  * Bump Standards-Version to 3.7.3 (no changes).
+  * Remove Branden and Fabio from Uploaders with their permission.
+  * Add Vcs-Browser and Vcs-Git fields to debian/control.
+  * Add a link to www.X.org in the long description.
+  * Update reference to the upstream module in the long description.
+  * Add upstream URL to debian/copyright.
+  * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:44:54 +0200
+
 libxres (2:1.0.1-2) unstable; urgency=low
 
   * Upload to unstable (X11R7.1 transition).
diff --git a/debian/control b/debian/control
index 38f0cf1..9bdafdd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: libxres
 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], Andres Salomon [EMAIL 
PROTECTED]
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 
 Package: libxres1
 Architecture: any
@@ -17,16 +19,17 @@ Description: X11 Resource extension library
  usage of various clients (pixmaps, et al).
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'lib/XRes' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXRes
 
 Package: libxres1-dbg
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxres1 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxres1 (= 
${binary:Version})
 Description: X11 Resource extension library (debug package)
  libXRes provides an X Window System client interface to the Resource
  extension to the X protocol.
@@ -38,15 +41,16 @@ Description: X11 Resource extension library (debug package)
  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'lib/XRes' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This module can be found at
+ 

libxres: Changes to 'debian-unstable'

2007-01-25 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit a997bddc92cff2f0d931d285244005b6d90f114f
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Thu Oct 12 12:30:19 2006 +

  * Upload to unstable (X11R7.1 transition).
  * Use dh_installman to install man pages.
  * Exclude libXRes.la from dh_install.

commit 5c3bd732593fac612962ded1a0440edf4f7abe70
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Thu Oct 12 12:12:45 2006 +

Sync libxres trunk against experimental (1.0.1 for X11R7.1).

commit 18a36beccdc072584091d6e39adb21c5ee30f16b
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit bc3d7e41af498594555b005f39813ba947480300
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit aea589c31c6eb4117e639f00f0f0c628114e51dc
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 05:37:15 2006 +

* Add build-depends on quilt

commit 7e2824236dfdad61dba326a18e56307c78e2e732
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit 87fa55229d6840f1b0f2c3286b89166295632a03
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit 1a7d760fb6b040616798326f994ef1b1a61bd73f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Mar 11 22:30:04 2006 +

Bump version number to actual version number

commit ea39ce5f72fe0914a9253258e9d53389be9b50c4
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Mar 10 04:40:50 2006 +

* Backport fix from upstream for manpage location
* Run autoreconf for them to allow the change to take effect'

commit 5bbfc91a3e6495c37b2e8ccec4ed0a6d0834
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Jan 25 01:34:54 2006 +

Set libs to be uploaded to experimental. Also pull in some libxft fixes 
from what's in unstable

commit d451471e48cbd59cba591fe340945b6df9fab68f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 051d2aa6eeb100561831800b16e778009acf7e5a
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]