libxfixes: Changes to 'debian-unstable'

2016-12-05 Thread Emilio Pozuelo Monfort
 debian/changelog |   10 --
 debian/compat|2 +-
 debian/control   |3 +--
 debian/rules |5 +
 4 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit ff195761531f9470aff95c6db29060091a557e15
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:17:57 2016 +0100

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index d4bcd64..5734a56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
+libxfixes (1:5.0.3-1) unstable; urgency=medium
 
   [ Andreas Boll ]
   * New upstream release.
@@ -12,7 +12,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
 + dh-autoreconf is now enabled by default.
 + --disable-silent-rules is passed to configure automatically.
 
- -- Andreas Boll   Fri, 07 Oct 2016 13:02:11 +0200
+ -- Emilio Pozuelo Monfort   Mon, 05 Dec 2016 19:17:34 +0100
 
 libxfixes (1:5.0.2-1) sid; urgency=medium
 

commit 3915cd7e353a3a6b183ddc27a4e4d6d642121756
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:13:35 2016 +0100

--disable-silent-rules is passed to configure automatically

diff --git a/debian/changelog b/debian/changelog
index bbab8c7..d4bcd64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
   [ Emilio Pozuelo Monfort ]
   * Bump debhelper compat to 10.
 + dh-autoreconf is now enabled by default.
++ --disable-silent-rules is passed to configure automatically.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:02:11 +0200
 
diff --git a/debian/rules b/debian/rules
index a2c2791..e1d9945 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 PACKAGE = libxfixes3
 SHLIBS  = 1:5.0
 
-override_dh_auto_configure:
-   dh_auto_configure -- --disable-silent-rules
-
 # Kill *.la files, and forget no-one:
 override_dh_install:
find debian/tmp -name '*.la' -delete

commit 6bbf8ee57616f92806e871598085d18c0b9763c9
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:12:45 2016 +0100

dh-autoreconf is now enabled by default

diff --git a/debian/changelog b/debian/changelog
index 38d8e6d..bbab8c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
 
   [ Emilio Pozuelo Monfort ]
   * Bump debhelper compat to 10.
++ dh-autoreconf is now enabled by default.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:02:11 +0200
 
diff --git a/debian/control b/debian/control
index d9b7ad1..e9582bf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Build-Depends:
  debhelper (>= 10),
- dh-autoreconf,
  libx11-dev (>= 2:1.6),
  x11proto-fixes-dev (>= 1:5.0),
  pkg-config,
diff --git a/debian/rules b/debian/rules
index 77956d7..a2c2791 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,4 +21,4 @@ override_dh_makeshlibs:
dh_makeshlibs -V"$(PACKAGE) (>= $(SHLIBS))" --add-udeb=$(PACKAGE)-udeb 
-- -c4
 
 %:
-   dh $@ --with quilt,autoreconf --builddirectory=build/
+   dh $@ --with quilt --builddirectory=build/

commit fa03048f94267aece56648014536ed837df8ca4a
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:10:41 2016 +0100

Bump debhelper compat to 10

diff --git a/debian/changelog b/debian/changelog
index a4630ce..38d8e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * New upstream release.
 - Fixes CVE-2016-7944 (Closes: #840442).
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Fix Vcs-* URLs.
   * Update a bunch of URLs in packaging to https.
 
+  [ Emilio Pozuelo Monfort ]
+  * Bump debhelper compat to 10.
+
  -- Andreas Boll   Fri, 07 Oct 2016 13:02:11 +0200
 
 libxfixes (1:5.0.2-1) sid; urgency=medium
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index a4180f8..d9b7ad1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
  dh-autoreconf,
  libx11-dev (>= 2:1.6),
  x11proto-fixes-dev (>= 1:5.0),



libxfixes: Changes to 'debian-unstable'

2016-10-25 Thread Andreas Boll
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e65f32f22bbbf9c9e4abd13c4f2ab224adea8074
Author: Andreas Boll 
Date:   Tue Oct 25 11:55:07 2016 +0200

Close bug #840442

diff --git a/debian/changelog b/debian/changelog
index b62f4f4..a4630ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
-- Fixes CVE-2016-7944.
+- Fixes CVE-2016-7944 (Closes: #840442).
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Fix Vcs-* URLs.
   * Update a bunch of URLs in packaging to https.



libxfixes: Changes to 'debian-unstable'

2016-10-07 Thread Andreas Boll
 ChangeLog   |   24 +++
 configure.ac|2 -
 debian/changelog|   10 ++
 debian/control  |8 ++---
 debian/copyright|2 -
 debian/upstream/signing-key.asc |   64 
 debian/watch|2 -
 src/Region.c|   15 +++--
 8 files changed, 117 insertions(+), 10 deletions(-)

New commits:
commit 1aba2df04e54542176699e6fbc225c20aee738e4
Author: Andreas Boll 
Date:   Fri Oct 7 13:08:58 2016 +0200

Update a bunch of URLs in packaging to https.

diff --git a/debian/changelog b/debian/changelog
index ecb352a..b62f4f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
 - Fixes CVE-2016-7944.
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Fix Vcs-* URLs.
+  * Update a bunch of URLs in packaging to https.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:02:11 +0200
 
diff --git a/debian/control b/debian/control
index 97d9025..a4180f8 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Description: X11 miscellaneous 'fixes' extension library
  It provides support for Region types, and some cursor functions.
  .
  More information about X.Org can be found at:
- 
+ 
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXfixes
@@ -64,7 +64,7 @@ Description: X11 miscellaneous 'fixes' extension library 
(development headers)
  libxfixes3.  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/libXfixes
diff --git a/debian/copyright b/debian/copyright
index 5723143..5aaa075 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/lib/
+https://xorg.freedesktop.org/releases/individual/lib/
 
 
 Copyright © 2001,2003 Keith Packard
diff --git a/debian/watch b/debian/watch
index c714ef7..09dad10 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 #git=git://anongit.freedesktop.org/xorg/lib/libXfixes
 version=3
 opts=pgpsigurlmangle=s/$/.sig/ \
-http://xorg.freedesktop.org/releases/individual/lib/ libXfixes-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/lib/ libXfixes-(.*)\.tar\.gz

commit ff86914830f2fbbb4d9d0dc77b94093d9f80be32
Author: Andreas Boll 
Date:   Fri Oct 7 13:06:47 2016 +0200

Fix Vcs-* URLs.

diff --git a/debian/changelog b/debian/changelog
index 93ff4ea..ecb352a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
   * New upstream release.
 - Fixes CVE-2016-7944.
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
+  * Fix Vcs-* URLs.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:02:11 +0200
 
diff --git a/debian/control b/debian/control
index 5488e2f..97d9025 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends:
  quilt,
  xutils-dev (>= 1:7.5+4),
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-xorglib/libxfixes.git
-Vcs-Browser: https://anonscm.debian.org/git/lib/libxfixes.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxfixes.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxfixes.git
 
 Package: libxfixes3
 Section: libs

commit 122514e9683af33a4b8f0ac0aa462c7dea2bb2f7
Author: Andreas Boll 
Date:   Fri Oct 7 13:04:37 2016 +0200

Update d/upstream/signing-key.asc with Matthieu Herrb's key.

diff --git a/debian/changelog b/debian/changelog
index cce418e..93ff4ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
 - Fixes CVE-2016-7944.
+  * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:02:11 +0200
 
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
index 3904961..8b91e4d 100644
--- a/debian/upstream/signing-key.asc
+++ b/debian/upstream/signing-key.asc
@@ -100,3 +100,67 @@ 
zcY6HF8gDQ9tQqWlYxqmG1JMz70Ypv04gIDN83QWEZ6n1p/stMjS121EMPVle500
 +v0snqqnIoZLjsQ=
 =7XLO
 -END PGP PUBLIC KEY BLOCK-
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQINBFeKY50BEADAX0lod3IVceb/IWJn3kTAcO2P7PWlcBiyUDaq5b2kFkliKleZ
+ec4LoCHakQBlkRBMPNwOOxvADNk3tLQjBDpbYr6lQIrN+AxMGkXBhJ82T3bsDvlj
+3Z1wRJ1zVA7eMIktsk0FAoJxV1y7e3sBKcP0eTlXqXvR2djhi+FW+ueJDAJIFSkb
+uFirgwtX5t8nt8jCmIl75KNUKOakoENY3hLWtr16W8fO1JGkEhghI2mXcz664KTd

libxfixes: Changes to 'debian-unstable'

2016-06-26 Thread Julien Cristau
 ChangeLog   |   25 +
 configure.ac|   10 ---
 debian/changelog|   13 +
 debian/control  |   33 +---
 debian/rules|2 
 debian/upstream/signing-key.asc |  102 
 debian/watch|1 
 src/Xfixesint.h |   14 -
 8 files changed, 148 insertions(+), 52 deletions(-)

New commits:
commit b6d0703355a8bf12410f321619c512f6f16b3306
Author: Julien Cristau 
Date:   Sun Jun 26 21:10:40 2016 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index e430fd5..7f470c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-libxfixes (1:5.0.2-1) UNRELEASED; urgency=medium
+libxfixes (1:5.0.2-1) sid; urgency=medium
 
+  * Team upload.
   * New upstream release.
   * Let uscan verify tarball signatures.
   * Bump libx11-dev build-dep to 2:1.6 per configure.ac.
@@ -8,7 +9,7 @@ libxfixes (1:5.0.2-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.8.
   * Migrate to automatic dbgsym package.
 
- -- Julien Cristau   Sun, 26 Jun 2016 20:59:51 +0200
+ -- Julien Cristau   Sun, 26 Jun 2016 21:10:20 +0200
 
 libxfixes (1:5.0.1-2) sid; urgency=low
 

commit 65824300c7a024ccda10817b4096a8aae748e06d
Author: Julien Cristau 
Date:   Sun Jun 26 21:08:16 2016 +0200

Migrate to automatic dbgsym package.

diff --git a/debian/changelog b/debian/changelog
index 3df6b55..e430fd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxfixes (1:5.0.2-1) UNRELEASED; urgency=medium
   * Remove Drew and Cyril from Uploaders.
   * Use https for Vcs-* control fields.
   * Bump Standards-Version to 3.9.8.
+  * Migrate to automatic dbgsym package.
 
  -- Julien Cristau   Sun, 26 Jun 2016 20:59:51 +0200
 
diff --git a/debian/control b/debian/control
index bbd5a4d..5488e2f 100644
--- a/debian/control
+++ b/debian/control
@@ -44,30 +44,6 @@ Depends:
 Description: X11 miscellaneous 'fixes' extension library
  This is a udeb, or a microdeb, for the debian-installer.
 
-Package: libxfixes3-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- libxfixes3 (= ${binary:Version}),
-Multi-Arch: same
-Description: X11 miscellaneous 'fixes' extension library (debug package)
- libXfixes provides an X Window System client interface to the 'XFIXES'
- extension to the X protocol.
- .
- It provides support for Region types, and some cursor functions.
- .
- This package contains the debug versions of the library found in libxfixes3.
- 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/libXfixes
-
 Package: libxfixes-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 722a362..77956d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_install:
 
 # Debug package:
 override_dh_strip:
-   dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
+   dh_strip -p$(PACKAGE) --dbgsym-migration='$(PACKAGE)-dbg (<< 1:5.0.2)'
dh_strip -N$(PACKAGE)
 
 # Shlibs:

commit 08c397dd0d92690aeebe119d6b0e1899b80d849a
Author: Julien Cristau 
Date:   Sun Jun 26 21:05:59 2016 +0200

Bump Standards-Version to 3.9.8.

diff --git a/debian/changelog b/debian/changelog
index 80e3135..3df6b55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxfixes (1:5.0.2-1) UNRELEASED; urgency=medium
   * Bump libx11-dev build-dep to 2:1.6 per configure.ac.
   * Remove Drew and Cyril from Uploaders.
   * Use https for Vcs-* control fields.
+  * Bump Standards-Version to 3.9.8.
 
  -- Julien Cristau   Sun, 26 Jun 2016 20:59:51 +0200
 
diff --git a/debian/control b/debian/control
index c9ad9b2..bbd5a4d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  pkg-config,
  quilt,
  xutils-dev (>= 1:7.5+4),
-Standards-Version: 3.9.2
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorglib/libxfixes.git
 Vcs-Browser: https://anonscm.debian.org/git/lib/libxfixes.git
 

commit 983391cc68f8cc8ee2465bd510ed5c3ce6f561c5
Author: Julien Cristau 
Date:   Sun Jun 26 21:02:03 2016 +0200

Use https for Vcs-* control fields.

diff --git a/debian/changelog b/debian/changelog
index 67ad745..80e3135 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxfixes (1:5.0.2-1) UNRELEASED; urgency=medium
   * Let uscan verify tarball signatures.
   * Bump libx11-dev build-dep to 2:1.6 per configure.ac.
   * Remove Drew and Cyril from Uploaders.
+  * Use https for Vcs-* control fields.
 
  -- Julien Cristau   Sun, 26 

libxfixes: Changes to 'debian-unstable'

2014-07-12 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3792f20e4f402deeeb38ad3d44754eae22636ff6
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 12 17:26:57 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 650f35c..107a7d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxfixes (1:5.0.1-2) UNRELEASED; urgency=low
+libxfixes (1:5.0.1-2) sid; urgency=low
 
   * Mark libxfixes-dev as Multi-arch: same (closes: #677657).
 
- -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 14:50:20 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 12 Jul 2014 17:26:54 +0200
 
 libxfixes (1:5.0.1-1) sid; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x5zer-yl...@moszumanska.debian.org



libxfixes: Changes to 'debian-unstable'

2013-06-30 Thread Julien Cristau
 ChangeLog   |  120 
 Makefile.am |6 +-
 autogen.sh  |4 +
 configure.ac|   10 ++-
 debian/changelog|   16 +
 debian/control  |2 
 debian/rules|5 -
 include/X11/extensions/Xfixes.h |6 +-
 man/Xfixes.man  |6 +-
 src/Cursor.c|   34 ++-
 src/Makefile.am |7 +-
 src/Region.c|   12 ++--
 src/SaveSet.c   |2 
 src/Selection.c |2 
 src/Xfixes.c|   26 
 src/Xfixesint.h |   16 -
 16 files changed, 217 insertions(+), 57 deletions(-)

New commits:
commit adeb77c3358245130d45a138a47dbdd4b0db070d
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 14:34:37 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index e99b473..0edc0f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxfixes (1:5.0.1-1) UNRELEASED; urgency=low
+libxfixes (1:5.0.1-1) sid; urgency=low
 
   * New upstream release.
   * Remove useless dh_auto_install override.  debian/tmp is the default destdir
@@ -6,7 +6,7 @@ libxfixes (1:5.0.1-1) UNRELEASED; urgency=low
   * Bump debhelper build-dep to 9 (to match compat).
   * Disable silent build rules.
 
- -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 14:23:42 +0200
+ -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 14:34:26 +0200
 
 libxfixes (1:5.0-4+deb7u1) wheezy-security; urgency=high
 

commit 499282752149dde83672296738f6f00cad40c43d
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 14:31:16 2013 +0200

Disable silent build rules.

diff --git a/debian/changelog b/debian/changelog
index a93a9cb..e99b473 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxfixes (1:5.0.1-1) UNRELEASED; urgency=low
   * Remove useless dh_auto_install override.  debian/tmp is the default destdir
 since we have more than one deb.
   * Bump debhelper build-dep to 9 (to match compat).
+  * Disable silent build rules.
 
  -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 14:23:42 +0200
 
diff --git a/debian/rules b/debian/rules
index daf6fb1..722a362 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 PACKAGE = libxfixes3
 SHLIBS  = 1:5.0
 
+override_dh_auto_configure:
+   dh_auto_configure -- --disable-silent-rules
+
 # Kill *.la files, and forget no-one:
 override_dh_install:
find debian/tmp -name '*.la' -delete

commit c94a870193453131fd76ffe35da1756735a2abeb
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 14:30:37 2013 +0200

Bump debhelper build-dep to 9 (to match compat).

diff --git a/debian/changelog b/debian/changelog
index acc..a93a9cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxfixes (1:5.0.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * Remove useless dh_auto_install override.  debian/tmp is the default destdir
 since we have more than one deb.
+  * Bump debhelper build-dep to 9 (to match compat).
 
  -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 14:23:42 +0200
 
diff --git a/debian/control b/debian/control
index a507388..e1388f5 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 (= 8.1.3),
+ debhelper (= 9),
  dh-autoreconf,
  libx11-dev (= 2:1.3.3-2),
  x11proto-fixes-dev (= 1:5.0),

commit 8179961bfb06a9b4388fdb36632e91bea62611d1
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 14:29:00 2013 +0200

Remove useless dh_auto_install override.

debian/tmp is the default destdir since we have more than one deb.

diff --git a/debian/changelog b/debian/changelog
index ff4923d..acc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libxfixes (1:5.0.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Remove useless dh_auto_install override.  debian/tmp is the default destdir
+since we have more than one deb.
 
  -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 14:23:42 +0200
 
diff --git a/debian/rules b/debian/rules
index db83b37..daf6fb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,6 @@
 PACKAGE = libxfixes3
 SHLIBS  = 1:5.0
 
-# Install in debian/tmp to retain control through dh_install:
-override_dh_auto_install:
-   dh_auto_install --destdir=debian/tmp
-
 # Kill *.la files, and forget no-one:
 override_dh_install:
find debian/tmp -name '*.la' -delete

commit d25f3e84684400f9dc8603e7437f206ea76e36c7
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 14:24:04 2013 +0200

Bump changelogs

diff --git a/ChangeLog b/ChangeLog

libxfixes: Changes to 'debian-unstable'

2013-06-30 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit d85eb7401b4c039209e4c74932ac4bef90e3396d
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 14:50:55 2013 +0200

Mark libxfixes-dev as Multi-arch: same (closes: #677657).

diff --git a/debian/changelog b/debian/changelog
index 0edc0f7..650f35c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxfixes (1:5.0.1-2) UNRELEASED; urgency=low
+
+  * Mark libxfixes-dev as Multi-arch: same (closes: #677657).
+
+ -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 14:50:20 +0200
+
 libxfixes (1:5.0.1-1) sid; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e1388f5..9988af7 100644
--- a/debian/control
+++ b/debian/control
@@ -72,6 +72,7 @@ Description: X11 miscellaneous 'fixes' extension library 
(debug package)
 Package: libxfixes-dev
 Section: libdevel
 Architecture: any
+Multi-arch: same
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},


-- 
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/e1uth6o-00042p...@vasks.debian.org



libxfixes: Changes to 'debian-unstable'

2011-06-11 Thread Julien Cristau
 debian/changelog   |   12 
 debian/compat  |2 +-
 debian/control |7 +--
 debian/libxfixes-dev.install   |6 +++---
 debian/libxfixes3-udeb.install |2 +-
 debian/libxfixes3.install  |2 +-
 6 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit e381eac44b55ebca80e165be2f842ec17d75c6c4
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 16:01:28 2011 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 4c4edce..14f231b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libxfixes (1:5.0-3) UNRELEASED; urgency=low
+libxfixes (1:5.0-3) unstable; urgency=low
+
+  * Team upload.
 
   [ Steve Langasek ]
   * Build for multiarch.
@@ -6,7 +8,7 @@ libxfixes (1:5.0-3) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump Standards-Version to 3.9.2.
 
- -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 15:59:02 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 16:01:20 +0200
 
 libxfixes (1:5.0-2) unstable; urgency=low
 

commit 5ab0efb502fcf0760e9cdccb213a073cb5601c9b
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 16:01:06 2011 +0200

Bump Standards-Version to 3.9.2.

diff --git a/debian/changelog b/debian/changelog
index 160..4c4edce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libxfixes (1:5.0-3) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Build for multiarch.
 
+  [ Julien Cristau ]
+  * Bump Standards-Version to 3.9.2.
+
  -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 15:59:02 +0200
 
 libxfixes (1:5.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 578f7d1..a507388 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  pkg-config,
  quilt,
  xutils-dev (= 1:7.5+4),
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 

commit 1c550915b07dea4a287cc8a961e878ffe6725e65
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 16:00:51 2011 +0200

Add changelog entry for multiarch

diff --git a/debian/changelog b/debian/changelog
index 890d803..160 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxfixes (1:5.0-3) UNRELEASED; urgency=low
+
+  [ Steve Langasek ]
+  * Build for multiarch.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 15:59:02 +0200
+
 libxfixes (1:5.0-2) unstable; urgency=low
 
   [ Julien Cristau ]

commit 2ad243862b2a6b54c06df1c6971f266462e97ce2
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Wed May 25 14:50:26 2011 +0300

Bump compat level to 9

to use the multiarch library path on configure

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9

commit 45a5d628cc48ce57af3cfa67cf14d4dbde2a4eb4
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Mar 23 22:58:24 2011 -0700

build for multiarch

diff --git a/debian/control b/debian/control
index 7bbb57b..64559ef 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
- debhelper (= 5),
+ debhelper (= 8.1.3),
  libx11-dev (= 2:1.3.3-2),
  x11proto-fixes-dev (= 4.0),
  pkg-config,
@@ -20,6 +20,8 @@ Package: libxfixes3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, 
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 miscellaneous 'fixes' extension library
  libXfixes provides an X Window System client interface to the 'XFIXES'
  extension to the X protocol.
@@ -45,6 +47,7 @@ Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${binary:Version})
+Multi-Arch: same
 Description: X11 miscellaneous 'fixes' extension library (debug package)
  libXfixes provides an X Window System client interface to the 'XFIXES'
  extension to the X protocol.
diff --git a/debian/libxfixes-dev.install b/debian/libxfixes-dev.install
index 10f16fc..27c523f 100644
--- a/debian/libxfixes-dev.install
+++ b/debian/libxfixes-dev.install
@@ -1,4 +1,4 @@
 usr/include/X11/*
-usr/lib/libXfixes.a
-usr/lib/libXfixes.so
-usr/lib/pkgconfig/xfixes.pc
+usr/lib/*/libXfixes.a
+usr/lib/*/libXfixes.so
+usr/lib/*/pkgconfig/xfixes.pc
diff --git a/debian/libxfixes3-udeb.install b/debian/libxfixes3-udeb.install
index 7d2fef1..ab058dc 100644
--- a/debian/libxfixes3-udeb.install
+++ b/debian/libxfixes3-udeb.install
@@ -1 +1 @@
-usr/lib/libXfixes.so.3*
+usr/lib/*/libXfixes.so.3* usr/lib
diff --git a/debian/libxfixes3.install b/debian/libxfixes3.install
index 7d2fef1..5647aad 100644
--- 

libxfixes: Changes to 'debian-unstable'

2011-06-11 Thread Julien Cristau
 debian/changelog |7 +++
 debian/rules |3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit c7da264b7876e586e816d3003345ff88457afa8c
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 12 00:15:48 2011 +0200

Don't include debug symbols for the udeb in libxfixes3-dbg.

diff --git a/debian/changelog b/debian/changelog
index 14f231b..ee46d5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxfixes (1:5.0-4) unstable; urgency=low
+
+  * Team upload.
+  * Don't include debug symbols for the udeb in libxfixes3-dbg.
+
+ -- Julien Cristau jcris...@debian.org  Sun, 12 Jun 2011 00:16:17 +0200
+
 libxfixes (1:5.0-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index fa04756..db83b37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ override_dh_install:
 
 # Debug package:
 override_dh_strip:
-   dh_strip --dbg-package=$(PACKAGE)-dbg
+   dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
+   dh_strip -N$(PACKAGE)
 
 # Shlibs:
 override_dh_makeshlibs:


-- 
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/e1qvwvm-0002u6...@vasks.debian.org



libxfixes: Changes to 'debian-unstable'

2011-04-29 Thread Julien Cristau
 ChangeLog   |   61 +++
 configure.ac|   98 +++---
 debian/README.source|   24 -
 debian/changelog|   38 ++
 debian/compat   |2 
 debian/control  |   31 +
 debian/libxfixes-dev.install|1 
 debian/libxfixes-dev.manpages   |1 
 debian/libxfixes3.symbols   |   39 ++
 debian/patches/series   |1 
 debian/rules|  103 --
 debian/xsfbs/repack.sh  |   32 --
 debian/xsfbs/xsfbs.mk   |  285 --
 debian/xsfbs/xsfbs.sh   |  622 
 include/X11/extensions/Xfixes.h |   15 
 src/Cursor.c|   60 +++
 src/Xfixesint.h |2 
 17 files changed, 300 insertions(+), 1115 deletions(-)

New commits:
commit 4d5e3167b2523f0f75a072d3ea907a45d7789adf
Author: Julien Cristau jcris...@debian.org
Date:   Fri Apr 29 22:48:36 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 46e5076..890d803 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,15 @@
-libxfixes (1:5.0-2) UNRELEASED; urgency=low
+libxfixes (1:5.0-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * libxfixes3.symbols: no need to use a version for symbols that are there
 forever (or close enough).
+  * Upload to unstable.
 
   [ Cyril Brulebois ]
   * Remove automake and libtool build-dep, they're pulled in by
 dh-autoreconf.
 
- -- Julien Cristau jcris...@debian.org  Wed, 23 Mar 2011 18:03:45 +0100
+ -- Julien Cristau jcris...@debian.org  Fri, 29 Apr 2011 22:48:31 +0200
 
 libxfixes (1:5.0-1) experimental; urgency=low
 

commit 1a85981ca2a59f2cf852287f49d31569f7db00a2
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 31 03:37:18 2011 +0200

Remove automake and libtool build-dep, they're pulled in by dh-autoreconf.

diff --git a/debian/changelog b/debian/changelog
index 202b1ce..46e5076 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libxfixes (1:5.0-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * libxfixes3.symbols: no need to use a version for symbols that are there
 forever (or close enough).
 
+  [ Cyril Brulebois ]
+  * Remove automake and libtool build-dep, they're pulled in by
+dh-autoreconf.
+
  -- Julien Cristau jcris...@debian.org  Wed, 23 Mar 2011 18:03:45 +0100
 
 libxfixes (1:5.0-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 6810e53..ba9a94e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,6 @@ Build-Depends:
  x11proto-fixes-dev (= 1:5.0),
  pkg-config,
  quilt,
- automake,
- libtool,
  xutils-dev (= 1:7.5+4),
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes

commit 271349cdb27f0707d3b474c4549e2900964daf77
Author: Julien Cristau jcris...@debian.org
Date:   Wed Mar 23 18:07:11 2011 +0100

libxfixes3.symbols: adjust version for old symbols

No need to use a version for symbols that are there forever (or close
enough).

diff --git a/debian/changelog b/debian/changelog
index 0f0d976..202b1ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxfixes (1:5.0-2) UNRELEASED; urgency=low
+
+  * libxfixes3.symbols: no need to use a version for symbols that are there
+forever (or close enough).
+
+ -- Julien Cristau jcris...@debian.org  Wed, 23 Mar 2011 18:03:45 +0100
+
 libxfixes (1:5.0-1) experimental; urgency=low
 
   * New upstream release:
diff --git a/debian/libxfixes3.symbols b/debian/libxfixes3.symbols
index 52e1e70..2cedbeb 100644
--- a/debian/libxfixes3.symbols
+++ b/debian/libxfixes3.symbols
@@ -1,39 +1,39 @@
 libXfixes.so.3 libxfixes3 #MINVER#
- XFixesChangeCursor@Base 1:4.0.1
- XFixesChangeCursorByName@Base 1:4.0.1
- XFixesChangeSaveSet@Base 1:4.0.1
- XFixesCopyRegion@Base 1:4.0.1
+ XFixesChangeCursor@Base 0
+ XFixesChangeCursorByName@Base 0
+ XFixesChangeSaveSet@Base 0
+ XFixesCopyRegion@Base 0
  XFixesCreatePointerBarrier@Base 1:5.0
- XFixesCreateRegion@Base 1:4.0.1
- XFixesCreateRegionFromBitmap@Base 1:4.0.1
- XFixesCreateRegionFromGC@Base 1:4.0.1
- XFixesCreateRegionFromPicture@Base 1:4.0.1
- XFixesCreateRegionFromWindow@Base 1:4.0.1
+ XFixesCreateRegion@Base 0
+ XFixesCreateRegionFromBitmap@Base 0
+ XFixesCreateRegionFromGC@Base 0
+ XFixesCreateRegionFromPicture@Base 0
+ XFixesCreateRegionFromWindow@Base 0
  XFixesDestroyPointerBarrier@Base 1:5.0
- XFixesDestroyRegion@Base 1:4.0.1
- XFixesExpandRegion@Base 1:4.0.1
- XFixesExtensionInfo@Base 1:4.0.1
- XFixesExtensionName@Base 1:4.0.1
- XFixesFetchRegion@Base 1:4.0.1
- XFixesFetchRegionAndBounds@Base 1:4.0.1
- XFixesFindDisplay@Base 1:4.0.1
- XFixesGetCursorImage@Base 1:4.0.1
- XFixesGetCursorName@Base 1:4.0.1
+ XFixesDestroyRegion@Base 0
+ XFixesExpandRegion@Base 0
+ XFixesExtensionInfo@Base 0
+ XFixesExtensionName@Base 0
+ XFixesFetchRegion@Base 0
+ XFixesFetchRegionAndBounds@Base 0
+ XFixesFindDisplay@Base 0

libxfixes: Changes to 'debian-unstable'

2010-07-11 Thread Julien Cristau
 .gitignore  |   73 ---
 COPYING |   20 +
 ChangeLog   |  148 
 INSTALL |8 --
 Makefile.am |   10 +-
 configure.ac|   15 ++--
 debian/README.source|2 
 debian/changelog|9 ++
 debian/control  |4 -
 debian/copyright|   21 +
 debian/xsfbs/xsfbs.mk   |   35 +
 include/X11/extensions/Xfixes.h |   38 +-
 man/Makefile.am |   55 +-
 man/Xfixes.man  |3 
 src/Cursor.c|   38 +-
 src/SaveSet.c   |1 
 src/Selection.c |1 
 src/Xfixes.c|2 
 src/Xfixesint.h |1 
 19 files changed, 360 insertions(+), 124 deletions(-)

New commits:
commit 6fe498a9a205a8447dd8494dc50bada74172df69
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jul 11 15:02:35 2010 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index d327b13..c647314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxfixes (1:4.0.5-1) UNRELEASED; urgency=low
+libxfixes (1:4.0.5-1) unstable; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for xorg-macros 1.8.
   * Update debian/copyright from upstream COPYING.
   * Bump Standards-Version to 3.9.0.
 
- -- Julien Cristau jcris...@debian.org  Sun, 11 Jul 2010 14:44:25 +0100
+ -- Julien Cristau jcris...@debian.org  Sun, 11 Jul 2010 15:02:30 +0100
 
 libxfixes (1:4.0.4-2) unstable; urgency=low
 

commit 3b9798af77c00c955177e0ef438949edd3e6a937
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jul 11 15:02:29 2010 +0100

Bump Standards-Version to 3.9.0.

diff --git a/debian/changelog b/debian/changelog
index 3fccc5a..d327b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxfixes (1:4.0.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump xutils-dev build-dep for xorg-macros 1.8.
   * Update debian/copyright from upstream COPYING.
+  * Bump Standards-Version to 3.9.0.
 
  -- Julien Cristau jcris...@debian.org  Sun, 11 Jul 2010 14:44:25 +0100
 
diff --git a/debian/control b/debian/control
index e269de0..7bbb57b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5+4),
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 

commit 14517108dfe323b83bc5d4be0329a6ae49d16f1e
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jul 11 15:01:44 2010 +0100

Update debian/copyright from upstream COPYING.

diff --git a/debian/changelog b/debian/changelog
index 50de53e..3fccc5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxfixes (1:4.0.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for xorg-macros 1.8.
+  * Update debian/copyright from upstream COPYING.
 
  -- Julien Cristau jcris...@debian.org  Sun, 11 Jul 2010 14:44:25 +0100
 
diff --git a/debian/copyright b/debian/copyright
index c7d9ec1..5723143 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
 This package was downloaded from
 http://xorg.freedesktop.org/releases/individual/lib/
 
+
 Copyright © 2001,2003 Keith Packard
 
 Permission to use, copy, modify, distribute, and sell this software and its
@@ -21,3 +22,23 @@ 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.
 
+Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the next
+paragraph) shall be included in all copies or substantial portions of the
+Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.

commit 

libxfixes: Changes to 'debian-unstable'

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

New commits:
commit bf5fa3edb41de22643903411992223cc96b4d16b
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:49 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 d2f5fc1..e643fe5 100644
--- a/debian/control
+++ b/debian/control
@@ -28,8 +28,6 @@ Description: X11 miscellaneous 'fixes' 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/libXfixes
@@ -58,8 +56,6 @@ Description: X11 miscellaneous 'fixes' 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/libXfixes
@@ -79,8 +75,6 @@ Description: X11 miscellaneous 'fixes' 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/libXfixes


-- 
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/e1oamdh-0006wn...@alioth.debian.org



libxfixes: Changes to 'debian-unstable'

2010-03-10 Thread Cyril Brulebois
 debian/changelog   |   12 ++--
 debian/control |   14 +++---
 debian/libxfixes3-udeb.install |1 +
 debian/libxfixes3.shlibs   |1 -
 debian/rules   |2 +-
 5 files changed, 23 insertions(+), 7 deletions(-)

New commits:
commit d20856b50f18676cc1f0f8bb4ed00cf59c771548
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 11 04:59:05 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 1b74b62..079a459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
+libxfixes (1:4.0.4-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -15,7 +15,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
   * Add myself to Uploaders.
 
- -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:40 +
+ -- Cyril Brulebois k...@debian.org  Thu, 11 Mar 2010 04:56:27 +0100
 
 libxfixes (1:4.0.4-1) unstable; urgency=low
 

commit a78ea285de89b12ea090bdac4bfd601e053d13f7
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 11 04:56:17 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 6583818..1b74b62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   * Bump the B-D on libx11-dev to ensure libxfixes3-udeb gets a dependency
 on libx11-6-udeb.
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
+  * Add myself to Uploaders.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:40 +
 
diff --git a/debian/control b/debian/control
index 1297625..d2f5fc1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxfixes
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5),
  libx11-dev (= 2:1.3.3-2),

commit 252dd00fa7d385d44e430d84ed87e7034c827769
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 11 04:53:20 2010 +0100

Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).

diff --git a/debian/changelog b/debian/changelog
index 1fc8495..6583818 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   * Add udeb needed for the graphical installer: libxfixes3-udeb.
   * Bump the B-D on libx11-dev to ensure libxfixes3-udeb gets a dependency
 on libx11-6-udeb.
+  * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:40 +
 
diff --git a/debian/control b/debian/control
index 0862c3b..1297625 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5~1)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 

commit 26030ff2591b03c69d3914fd73d47f46882a9259
Author: Cyril Brulebois k...@debian.org
Date:   Fri Feb 26 07:11:14 2010 +0100

Use XC-Package-Type to save some memory.

diff --git a/debian/control b/debian/control
index 2552922..0862c3b 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Description: X11 miscellaneous 'fixes' extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXfixes
 
 Package: libxfixes3-udeb
-Package-Type: udeb
+XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}

commit 88aaeeea909d7559bf957e12cb8d5f31f67e675e
Author: Cyril Brulebois k...@debian.org
Date:   Sat Feb 6 19:35:51 2010 +

Bump the B-D on libx11-dev to ensure libxfixes3-udeb gets a dependency on 
libx11-6-udeb.

diff --git a/debian/changelog b/debian/changelog
index dd8f251..1fc8495 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Use dh_makeshlibs’s -V argument instead of debian/libxfixes3.shlibs
   * Add udeb needed for the graphical installer: libxfixes3-udeb.
+  * Bump the B-D on libx11-dev to ensure libxfixes3-udeb gets a dependency
+on libx11-6-udeb.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:40 +
 
diff --git a/debian/control b/debian/control
index 8f88ab7..2552922 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org
 Build-Depends:
  debhelper (= 5),
- libx11-dev (= 

libxfixes: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |4 
 debian/control   |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 3d39c28e5aa5a7d4cfda0c4056155c406a3a3315
Author: Brice Goglin bgog...@debian.org
Date:   Wed Feb 3 18:21:35 2010 +0100

Remove Jamey Sharp from Uploaders

diff --git a/debian/changelog b/debian/changelog
index a9400ae..ddf1dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp from Uploaders, closes: #568278.
+
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:40 +
 
 libxfixes (1:4.0.4-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d830e0b..81d9bc3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxfixes
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Jamey Sharp sharp...@debian.org, Josh Triplett 
j...@freedesktop.org
+Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Josh Triplett j...@freedesktop.org
 Build-Depends:
  debhelper (= 5),
  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



libxfixes: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |2 +-
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit eef01c30f3f5905177bf26bae68bd3654920d412
Author: Brice Goglin bgog...@debian.org
Date:   Wed Feb 3 18:28:33 2010 +0100

Remove Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index ddf1dbf..b5aacdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
 good reason.  Thanks, Colin Watson!
 
   [ Brice Goglin ]
-  * Remove Jamey Sharp from Uploaders, closes: #568278.
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568278.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:40 +
 
diff --git a/debian/control b/debian/control
index 81d9bc3..a7263d4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxfixes
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Josh Triplett j...@freedesktop.org
+Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org
 Build-Depends:
  debhelper (= 5),
  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



libxfixes: 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 baa0fc80590f97a45b30e58aafdebcc77d7745bc
Author: Julien Cristau jul...@radis.liafa.jussieu.fr
Date:   Sat Jan 16 16:48:55 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 dbc5479..a9400ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
+
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
+
+ -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:40 +
+
 libxfixes (1:4.0.4-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/rules b/debian/rules
index 86f18d1..3a13dfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,12 +37,12 @@ build: build-stamp
 build-stamp: $(STAMP_DIR)/patch
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 $(confflags) \
 CFLAGS=$(CFLAGS) 
-   cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)
+   cd build  $(MAKE)
$@
 
 clean: xsfclean
@@ -54,7 +54,7 @@ clean: xsfclean
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 config.guess config.h.in config.sub configure
rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
find -name Makefile.in -delete
@@ -67,7 +67,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-dependent files here.
 binary-arch: build install


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



libxfixes: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 debian/changelog |5 -
 debian/control   |2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit c8391ed38ce8858ce4adb8de953304d32a4d8a54
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:04:15 2009 +0200

Drop pre-dependency on x11-common from libxtst-dev. This was needed for 
upgrades from sarge.

diff --git a/debian/changelog b/debian/changelog
index 1c1b50e..d135208 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ libxfixes (1:4.0.4-1) UNRELEASED; urgency=low
   * Run autoreconf on build. Add build-deps on automake, libtool
 and xutils-dev.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
+  * Drop pre-dependency on x11-common from libxtst-dev. This was needed
+for upgrades from sarge.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 14:20:37 +0200
 
diff --git a/debian/control b/debian/control
index 2564b22..48bcad4 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,6 @@ Package: libxfixes-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${binary:Version}), 
libx11-dev, x11proto-fixes-dev (= 4.0-1)
-Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 miscellaneous 'fixes' extension library (development headers)
  libXfixes provides an X Window System client interface to the 'XFIXES'
  extension to the X protocol.

commit 25dbcad226267eb8f79a012ce45835354e2e171f
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:03:33 2009 +0200

Add libtool to bdeps.

diff --git a/debian/changelog b/debian/changelog
index 4ac8f2a..1c1b50e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,7 +21,8 @@ libxfixes (1:4.0.4-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
-  * Run autoreconf on build. Add build-deps on automake and xutils-dev.
+  * Run autoreconf on build. Add build-deps on automake, libtool
+and xutils-dev.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 14:20:37 +0200
diff --git a/debian/control b/debian/control
index 9fec1db..2564b22 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  pkg-config,
  quilt,
  automake,
+ libtool,
  xutils-dev (= 1:7.5~1)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes


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



libxfixes: Changes to 'debian-unstable'

2009-11-23 Thread Timo Aaltonen
 .gitignore  |9 
 COPYING |1 
 ChangeLog   |  333 
 Makefile.am |   14 
 Makefile.in |  696 -
 README  |   24 
 aclocal.m4  | 7884 --
 config.guess| 1500 --
 config.h.in |   55 
 config.sub  | 1608 ---
 configure   |21025 
 configure.ac|   19 
 debian/changelog|9 
 debian/control  |4 
 debian/rules|   17 
 depcomp |  530 -
 include/X11/extensions/Xfixes.h |8 
 install-sh  |  323 
 ltmain.sh   | 6871 -
 man/.gitignore  |2 
 man/Makefile.am |3 
 man/Makefile.in |  411 
 man/Xfixes.man  |6 
 missing |  360 
 mkinstalldirs   |  158 
 src/.gitignore  |7 
 src/Cursor.c|   12 
 src/Makefile.am |4 
 src/Makefile.in |  517 
 src/Region.c|8 
 src/Xfixes.c|   18 
 31 files changed, 377 insertions(+), 42059 deletions(-)

New commits:
commit 2b70f28bb753990368e7057752b0a417ddf9c35c
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 14:33:27 2009 +0200

Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.

diff --git a/debian/changelog b/debian/changelog
index 601357f..4ac8f2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ libxfixes (1:4.0.4-1) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * New upstream release.
   * Run autoreconf on build. Add build-deps on automake and xutils-dev.
+  * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 14:20:37 +0200
 
diff --git a/debian/rules b/debian/rules
index c902ec4..308a288 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,14 @@ PACKAGE = libxfixes3
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
 else
CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   INSTALL_PROGRAM += -s
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+   NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
+   MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

commit 84da389444f917e68345f1402cf8c5fecb98fbbd
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 14:32:17 2009 +0200

Run autoreconf on build. Add build-deps on automake and xutils-dev.

diff --git a/debian/changelog b/debian/changelog
index 74bb1a5..601357f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ libxfixes (1:4.0.4-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
+  * Run autoreconf on build. Add build-deps on automake and xutils-dev.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 14:20:37 +0200
 
diff --git a/debian/control b/debian/control
index 45df718..9fec1db 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,9 @@ Build-Depends:
  libx11-dev (= 1:0.99.2),
  x11proto-fixes-dev (= 4.0),
  pkg-config,
- quilt
+ quilt,
+ automake,
+ xutils-dev (= 1:7.5~1)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
diff --git a/debian/rules b/debian/rules
index c0fb2ae..c902ec4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,15 +35,14 @@ endif
 build: patch build-stamp
 build-stamp:
dh_testdir
-
-   test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE)
+   autoreconf -vfi
+   mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
cd obj-$(DEB_BUILD_GNU_TYPE)  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS=$(CFLAGS) 
cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)
-
-   touch build-stamp
+   $@
 
 clean: xsfclean
dh_testdir
@@ -55,6 +54,9 @@ clean: xsfclean
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf obj-*
+   rm -f aclocal.m4 config.guess config.h.in config.sub configure
+   rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
+   find -name Makefile.in -delete
 
dh_clean
 

commit 973ff2ca969bef4861ddf08212c9f11e6a159b2d
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 14:30:15 2009 +0200

Delete generated files.

diff --git a/Makefile.in b/Makefile.in
deleted file mode 

libxfixes: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 debian/control |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 0366ee5ea039b4fd9ab7fcab577cf15ead2eb715
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:03:10 2009 +0200

Bump Standards-Version to 3.8.2 for real

diff --git a/debian/control b/debian/control
index a5896d6..45df718 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  x11proto-fixes-dev (= 4.0),
  pkg-config,
  quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 

commit 4155b3f5c1095a31af40d20363fc3c0d068fbba7
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:02:34 2009 +0200

Wrap build-deps

diff --git a/debian/control b/debian/control
index 4b5cc3f..a5896d6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Jamey Sharp sharp...@debian.org, Josh Triplett 
j...@freedesktop.org
-Build-Depends: debhelper (= 5), libx11-dev (= 1:0.99.2), x11proto-fixes-dev 
(= 4.0), pkg-config, quilt
+Build-Depends:
+ debhelper (= 5),
+ libx11-dev (= 1:0.99.2),
+ x11proto-fixes-dev (= 4.0),
+ pkg-config,
+ quilt
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git


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



libxfixes: Changes to 'debian-unstable'

2009-08-01 Thread Brice Goglin
 debian/README.source   |   73 +
 debian/changelog   |5 ++-
 debian/control |2 -
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   29 ++
 debian/xsfbs/xsfbs.sh  |   78 -
 6 files changed, 121 insertions(+), 98 deletions(-)

New commits:
commit 35f7b823b399f17439688b421412edcf1e5e05ed
Author: Brice Goglin bgog...@debian.org
Date:   Sat Aug 1 11:22:08 2009 +0200

Move -dbg packages to section debug

diff --git a/debian/changelog b/debian/changelog
index 439d14b..182046c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,9 @@ libxfixes (1:4.0.3-3) UNRELEASED; urgency=low
   * Install the upstream ChangeLog.
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538584.
+  * Move -dbg package to section debug.
 
- -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 11:21:16 +0200
+ -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 11:21:54 +0200
 
 libxfixes (1:4.0.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2582757..4b5cc3f 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Description: X11 miscellaneous 'fixes' extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXfixes
 
 Package: libxfixes3-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${binary:Version})

commit d8ff3e24ddcd98e2c1cd94b095e16ef33a2a29b7
Author: Brice Goglin bgog...@debian.org
Date:   Sat Aug 1 11:21:41 2009 +0200

Bump Standards-Version to 3.8.2 now that we have README.source

diff --git a/debian/changelog b/debian/changelog
index 2d44c90..439d14b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,10 @@ libxfixes (1:4.0.3-3) UNRELEASED; urgency=low
   * Drop CVS header from debian/copyright.
   * Add a link to www.X.org in the long description.
   * Install the upstream ChangeLog.
+  * Add README.source, bump Standards-Version to 3.8.2.
+  * Use updated xsfbs, closes: #538584.
 
- -- Brice Goglin bgog...@debian.org  Fri, 13 Jun 2008 11:54:55 +0200
+ -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 11:21:16 +0200
 
 libxfixes (1:4.0.3-2) unstable; urgency=low
 

commit 8f72294ada477f003888b6776883c1dd98289f3f
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jun 3 03:37:37 2009 +0200

Kill custom readlink function

This was needed for very, very old versions of debianutils.
Closes: #498890

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 197eb74..781826f 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -303,16 +303,6 @@ EOF
   fi
 }
 
-# we require a readlink command or shell function
-if ! which readlink  /dev/null 21; then
-  message The readlink command was not found.  Please install version \
-  1.13.1 or later of the debianutils package.
-  readlink () {
-# returns what symlink in $1 actually points to
-perl -e '$l = shift; exit 1 unless -l $l; $r = readlink $l; exit 1 unless 
$r; print $r\n' $1
-  }
-fi
-
 check_symlink () {
   # syntax: check_symlink symlink
   #

commit 7deebf983f53c505bc25171ab77fdc408f250a6e
Author: Julien Cristau jcris...@debian.org
Date:   Tue May 26 15:58:19 2009 +0200

xsfbs: don't run dpkg --print-installation-architecture

This is deprecated in new dpkg, and had no users anyway.

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 8840ff9..197eb74 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -57,8 +57,6 @@ EOF
   exit $SHELL_LIB_USAGE_ERROR
 fi
 
-ARCHITECTURE=$(dpkg --print-installation-architecture)
-
 if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
   RECONFIGURE=true
 else

commit 4178d948cd66a938222d0d7c6353ee8d60229e40
Author: David Nusinow dnusi...@debian.org
Date:   Mon May 25 20:08:50 2009 -0400

Add README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..34ab4bf
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,73 @@
+--
+Quick Guide To Patching This Package For The Impatient
+--
+
+1. Make sure you have quilt installed
+2. Unpack the package as usual with dpkg-source -x
+3. Run the patch target in debian/rules
+4. Create a new patch with quilt new (see quilt(1))
+5. Edit all the files you want to include in the patch with quilt edit 
+   (see quilt(1)).
+6. Write the patch with quilt refresh (see quilt(1))
+7. Run the clean target in debian/rules
+
+Alternatively, instead of using quilt directly, you can drop the patch in to 
+debian/patches and add the name of the patch to debian/patches/series.
+
+
+Guide To The X Strike Force Packages
+
+
+The X Strike 

libxfixes: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog  |9 +
 debian/control|3 
 debian/copyright  |3 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   22 --
 debian/xsfbs/xsfbs.sh |  387 +++---
 6 files changed, 229 insertions(+), 197 deletions(-)

New commits:
commit efcdc028d35e4cad272cc30629a1afa70ff8d532
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Jun 13 14:00:25 2008 +0200

Install the upstream ChangeLog

diff --git a/debian/changelog b/debian/changelog
index 1f55a64..2d44c90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ libxfixes (1:4.0.3-3) UNRELEASED; urgency=low
   * Add upstream URL to debian/copyright.
   * Drop CVS header from debian/copyright.
   * Add a link to www.X.org in the long description.
+  * Install the upstream ChangeLog.
 
- -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:18:40 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:54:55 +0200
 
 libxfixes (1:4.0.3-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 977f4ba..c0fb2ae 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=libXfixes.la 
--exclude=usr/share/man/man3
dh_installman
-   dh_installchangelogs
+   dh_installchangelogs ChangeLog
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress

commit a2617b5e6e73fd4f024e3eb3a0470776879495c8
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Jun 13 10:35:35 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Add upstream URL to debian/copyright.
  * Drop CVS header from debian/copyright.
  * Add a link to www.X.org in the long description.

diff --git a/debian/changelog b/debian/changelog
index fd57272..1f55a64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 libxfixes (1:4.0.3-3) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Remove Branden and Fabio from Uploaders with their permission.
   * Don't build-depend on packages with a -1 debian revision.
   * Bump Standards-Version to 3.7.3.
@@ -9,7 +10,12 @@ libxfixes (1:4.0.3-3) UNRELEASED; urgency=low
   * Use ${binary:Version} instead of the equivalent but confusingly-named
 ${Source-Version} in debian/control.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 17 Mar 2008 18:04:54 +0100
+  [ Brice Goglin ]
+  * Add upstream URL to debian/copyright.
+  * Drop CVS header from debian/copyright.
+  * Add a link to www.X.org in the long description.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:18:40 +0200
 
 libxfixes (1:4.0.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2206d8f..2582757 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Description: X11 miscellaneous 'fixes' extension library
  It provides support for Region types, and some cursor functions.
  .
  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
  .
@@ -40,6 +41,7 @@ Description: X11 miscellaneous 'fixes' 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
  .
@@ -61,6 +63,7 @@ Description: X11 miscellaneous 'fixes' extension library 
(development headers)
  libxfixes3.  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
  .
diff --git a/debian/copyright b/debian/copyright
index 13c7b4f..c7d9ec1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,5 @@
-$Id: COPYING,v 1.1 2005/05/17 15:21:14 sandmann Exp $
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
 
 Copyright © 2001,2003 Keith Packard
 

commit 4c2fb5aa80a15b5a9a9b51b03c7dc30496a22561
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat May 31 13:23:24 2008 +0200

Update xsfbs/quilt patching rules to be compatible with the
3.0 (quilt) source package.

Thanks to Raphael Hertzog.
See http://lists.debian.org/debian-x/2008/05/msg01250.html for details.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index c11923f..b871b3b 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -21,10 +21,8 @@
 # Pass $(DH_OPTIONS) into the environment for debhelper's benefit.
 export DH_OPTIONS
 
-# force quilt to not use ~/.quiltrc
-QUILT = quilt --quiltrc /dev/null
-# force QUILT_PATCHES to the default in case it is exported in the environment
-QUILT_PATCHES = patches/
+# force quilt to not use ~/.quiltrc and to use debian/patches
+QUILT = 

libxfixes: Changes to 'debian-unstable'

2008-05-18 Thread Julien Cristau
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|  114 +
 debian/xsfbs/xsfbs.sh|7 -
 3 files changed, 22 insertions(+), 249 deletions(-)

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

Remove xsfbs-autoreconf.mk

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

diff --git a/debian/xsfbs/xsfbs-autoreconf.mk b/debian/xsfbs/xsfbs-autoreconf.mk
deleted file mode 100644
index dce8fc8..000
--- a/debian/xsfbs/xsfbs-autoreconf.mk
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/make -f
-# $Id$
-
-# Automagical conversion of autoreconf results into quilt patches.
-
-# Copyright 2006 Eugene Konev
-#
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
-
-# The idea behind this is storing changes produced by autoreconf as a 
-# separate patch on quilt stack (on top of stack actually).
-# The only usable target here is 'autoreconf`. Other targets are not
-# supposed to be called directly. DO NOT invoke them, unless you know what
-# you are doing.
-# The autoreconf target will check if files with names in $(RECONF_CHECKFILES)
-# were changed during patching (from upstream version or from previously
-# autoreconfed version) and call actual autoreconfing if they were.
-# The actual autoreconfing target (doautoreconf) WILL FAIL after 
-# calling autoreconf and pushing changes into quilt stack by design. It
-# should never be invoked by automatic build process.
-# The proposed use is adding autoreconf into clean's prerequisites before
-# xsfclean like:
-# - clean: xsfclean
-# + clean: autoreconf xsfclean
-# This will ensure it is called when you build package with dpkg-buildpackage.
-
-# This dir will be used for producing diff of autoreconfed tree
-RECONF_DIR := xsfautoreconf
-
-# This files will be checked for changes
-RECONF_CHECKFILES += configure.ac Makefile.am
-
-# This files will not be hardlinked but copied
-RECONF_NOLINKFILES += aclocal.m4
-
-# This files/dirs will be pruned after autoreconf run
-RECONF_PRUNEFILES += autom4te.cache config.h.in~ aclocal.m4~
-
-# Internal target. Never invoke directly.
-stampdir_target+=check.md5sum
-$(STAMP_DIR)/check.md5sum:
-   dh_testdir
-   $(MAKE) -f debian/rules prepare
-   for F in $(RECONF_CHECKFILES); do \
- find . -wholename ./$(STAMP_DIR) -prune -o -name $$F -print | \
-   LC_ALL=C sort | xargs --no-run-if-empty md5sum $@; \
-   done
-
-# Internal target. Never invoke directly.
-$(STAMP_DIR)/clean.md5sum:
-   dh_testdir
-   $(MAKE) -f debian/rules unpatch
-   rm -f $(STAMP_DIR)/check.md5sum
-   $(MAKE) -f debian/rules $(STAMP_DIR)/check.md5sum
-   mv $(STAMP_DIR)/check.md5sum $@
-
-# Internal target. Never invoke directly.
-debian/patches/patched.md5sum:
-   dh_testdir
-   [ -f $(STAMP_DIR)/clean.md5sum ] || \
- $(MAKE) -f debian/rules $(STAMP_DIR)/clean.md5sum
-
-   $(MAKE) -f debian/rules patch
-   rm -f $(STAMP_DIR)/check.md5sum
-   $(MAKE) -f debian/rules $(STAMP_DIR)/check.md5sum
-   if ! diff $(STAMP_DIR)/clean.md5sum \
- $(STAMP_DIR)/check.md5sum  /dev/null; then \
- $(MAKE) -f debian/rules doautoreconf; \
-   else \
- mv $(STAMP_DIR)/check.md5sum $@; \
-   fi
-
-# Internal target. Never invoke directly.
-,PHONY: doautoreconf
-doautoreconf: patch
-   quilt push -a $(STAMP_DIR)/log/autoreconf 21 || true
-   if quilt applied | grep ^autoreconf.diff$$  /dev/null; then \
- quilt pop -a $(STAMP_DIR)/log/autoreconf 21; \
- quilt rename -p autoreconf.diff autoreconf-old.diff \
-  $(STAMP_DIR)/log/autoreconf 21; \
- quilt delete autoreconf-old.diff $(STAMP_DIR)/log/autoreconf 21; \
- quilt push -a $(STAMP_DIR)/log/autoreconf 21; \
-   fi
-
-   if [ -e $(RECONF_DIR) ]; then \
- echo ERROR: $(RECONF_DIR) already exists. Cleanup by hand; \
- exit 1; \
-   fi
-
-   mkdir -p $(RECONF_DIR)/before
-   find . -maxdepth 1 -mindepth 1 ! -wholename ./$(RECONF_DIR) \
--a ! -wholename ./debian -a ! -wholename ./patches \
--a ! -wholename ./.pc -a ! -wholename ./$(STAMP_DIR) | \
- xargs -i{} cp -al {} $(RECONF_DIR)/before/
-
-   for F in $(RECONF_PRUNEFILES); do \
- find $(RECONF_DIR)/before -name $$F -print | \
-   xargs --no-run-if-empty rm -r; \
-   done
-
-   cp -al $(RECONF_DIR)/before $(RECONF_DIR)/after
-
-   for F in $(RECONF_NOLINKFILES); do \
- find . -wholename ./$(RECONF_DIR) -prune -o -wholename ./debian \
-  -prune -o -wholename ./$(STAMP_DIR) -prune -o -name $$F \
-  -print | \
-   xargs --no-run-if-empty -i{} cp --remove-destination {} 

libxfixes: Changes to 'debian-unstable'

2008-03-17 Thread Julien Cristau
 debian/changelog |   13 +
 debian/control   |   15 +++
 2 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit eb1c89a4ba6e16681974fe918355bfda7e2fb172
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 17 18:10:13 2008 +0100

Updates to debian/control

* Remove Branden and Fabio from Uploaders with their permission.
* Don't build-depend on packages with a -1 debian revision.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from the Vcs-* control fields.
* Remove x11-common (pre-)dependency from libxfixes3 and libxfixes3-dbg, as
  it shouldn't be needed.
* Use ${binary:Version} instead of the equivalent but confusingly-named
  ${Source-Version} in debian/control.

diff --git a/debian/changelog b/debian/changelog
index f335203..fd57272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+libxfixes (1:4.0.3-3) UNRELEASED; urgency=low
+
+  * Remove Branden and Fabio from Uploaders with their permission.
+  * Don't build-depend on packages with a -1 debian revision.
+  * Bump Standards-Version to 3.7.3.
+  * Drop the XS- prefix from the Vcs-* control fields.
+  * Remove x11-common (pre-)dependency from libxfixes3 and libxfixes3-dbg, as
+it shouldn't be needed.
+  * Use ${binary:Version} instead of the equivalent but confusingly-named
+${Source-Version} in debian/control.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 17 Mar 2008 18:04:54 +0100
+
 libxfixes (1:4.0.3-2) unstable; urgency=low
 
   * Add XS-Vcs-Browser.
diff --git a/debian/control b/debian/control
index cdd9f5c..2206d8f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,16 @@ Source: libxfixes
 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], Drew Parsons [EMAIL 
PROTECTED], Jamey Sharp [EMAIL PROTECTED], Josh Triplett [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), libx11-dev (= 1:0.99.2-1), 
x11proto-fixes-dev (= 4.0-1), pkg-config, quilt
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
+Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Jamey Sharp [EMAIL PROTECTED], Josh Triplett [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5), libx11-dev (= 1:0.99.2), x11proto-fixes-dev 
(= 4.0), pkg-config, quilt
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 
 Package: libxfixes3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, 
-Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 miscellaneous 'fixes' extension library
  libXfixes provides an X Window System client interface to the 'XFIXES'
  extension to the X protocol.
@@ -30,7 +29,7 @@ Package: libxfixes3-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxfixes3 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${binary:Version})
 Description: X11 miscellaneous 'fixes' extension library (debug package)
  libXfixes provides an X Window System client interface to the 'XFIXES'
  extension to the X protocol.
@@ -50,7 +49,7 @@ Description: X11 miscellaneous 'fixes' extension library 
(debug package)
 Package: libxfixes-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${Source-Version}), 
libx11-dev, x11proto-fixes-dev (= 4.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${binary:Version}), 
libx11-dev, x11proto-fixes-dev (= 4.0-1)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 miscellaneous 'fixes' extension library (development headers)
  libXfixes provides an X Window System client interface to the 'XFIXES'


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



libxfixes: Changes to 'debian-unstable'

2007-04-11 Thread Julien Cristau
 .gitignore|   22 
 COPYING   |2 
 Makefile.am   |2 
 Makefile.in   |   18 
 aclocal.m4|  359 -
 config.guess  |  667 +-
 config.sub|  222 
 configure | 7064 +++---
 configure.ac  |4 
 debian/changelog  |   14 
 debian/control|2 
 debian/patches/00_upstream_000_unlockdisplay.diff |   21 
 debian/patches/01_include_xlib.h.diff |   12 
 debian/patches/series |2 
 debian/xsfbs/xsfbs-autoreconf.mk  |  150 
 debian/xsfbs/xsfbs.mk |  380 +
 debian/xsfbs/xsfbs.sh |  907 ++
 include/X11/extensions/Xfixes.h   |1 
 ltmain.sh |   12 
 man/.gitignore|2 
 man/Makefile.am   |2 
 man/Makefile.in   |   16 
 mkinstalldirs |   89 
 src/.gitignore|7 
 src/Cursor.c  |2 
 src/Makefile.in   |   14 
 src/Region.c  |7 
 src/Xfixes.c  |2 
 28 files changed, 6147 insertions(+), 3855 deletions(-)

New commits:
commit 683e823596ee73f5ee7c56c3ca1f5d2809dc4575
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Apr 11 15:05:32 2007 +0200

Prepare changelog for upload, add XS-Vcs-Browser.

diff --git a/debian/changelog b/debian/changelog
index aef3022..f335203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxfixes (1:4.0.3-2) unstable; urgency=low
+
+  * Add XS-Vcs-Browser.
+  * Upload to unstable.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 11 Apr 2007 14:58:20 +0200
+
 libxfixes (1:4.0.3-1) experimental; urgency=low
 
   * Adjust Section values to what the override says.
diff --git a/debian/control b/debian/control
index a0eb3e4..cdd9f5c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson 
[EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), libx11-dev (= 1:0.99.2-1), 
x11proto-fixes-dev (= 4.0-1), pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 
 Package: libxfixes3
 Section: libs

commit 7213fb005b7f3e6b5bc7c4e2d8d1d840be80713d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Apr 11 14:55:17 2007 +0200

Delete xsfbs to allow a proper import.

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

libxfixes: Changes to 'debian-unstable'

2007-01-23 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 9556dfc74fab9812b322759b30f295ae99d1e858
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Nov 28 02:09:42 2006 +

* Adjust Section values to what the override says.
* Update location of upstream repository from CVS to git in the long
  descriptions.

commit dee252d4a079f2fde167ea2db72c2e42d04d150a
Author: Jamey Sharp [EMAIL PROTECTED]
Date:   Tue Nov 28 00:58:06 2006 +

releasing version 1:4.0.1-5

commit f5de1f8edd5924034c4914e49c9437dd34b5c67a
Author: Jamey Sharp [EMAIL PROTECTED]
Date:   Mon Nov 27 20:36:14 2006 +

Add upstream patch to fix bug #400446.

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

Add watch files.

commit cccdf2fcad7fbefe368f7a685b6fc8a78f5eecb2
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Sep 18 22:18:07 2006 +

* Prepare changelog for upload to unstable

commit a62a8eca7165b44772e4513fd65688f8837a8cbc
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Sep 18 22:08:00 2006 +

* Add 01_include_xlib.h.diff. Xfixes.h relies on the Bool define from
  X11/Xlib.h but did not include that header (directly or indirectly)
  (closes: #372756)

commit 2de66be5f00cf52f74984144775eef712844d06a
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Mon Sep 18 07:26:55 2006 +

Sync to xfixes 4 from experimental.

commit d4533ca77fef40cc703cf4c9cf16135a3a2f2eee
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 c166d2182b6fe9c72cad31eb373463b1d17e5cdc
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 9d6a69c43ab835c8963597c2e565e42ec08111c1
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Apr 14 03:09:05 2006 +

* Remove x11-common depends from libxfixes-dev. Only use pre-depends. Thanks
  Steve Langasek.
* Move x11-common depends to versioned pre-depends for libxfixes3.

commit 5e07cfa62ed487394b078d7c088960259729cf3a
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 41dfe513fdb67b58563976597c870dd1e5cafd5c
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 cf9f81ee78e0f4cc72c4a8b6f8f3cd91364b889f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 8876b2aa99abe46528ef6c9b2331ec3e036d1fa4
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]