libxvmc: Changes to 'debian-unstable'

2016-12-05 Thread Emilio Pozuelo Monfort
 debian/changelog |7 +++
 debian/rules |2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit c920c7e31b74d12bb7f10335a7682bdb779e348e
Author: Emilio Pozuelo Monfort 
Date:   Tue Dec 6 01:34:18 2016 +0100

Perform the build in a `build' subdirectory

diff --git a/debian/changelog b/debian/changelog
index 5896526..3d88e5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxvmc (2:1.0.10-2) UNRELEASED; urgency=medium
+
+  * Perform the build in a `build' subdirectory like we used to do
+before the dh switch.
+
+ -- Emilio Pozuelo Monfort   Tue, 06 Dec 2016 01:34:08 +0100
+
 libxvmc (2:1.0.10-1) unstable; urgency=medium
 
   [ Andreas Boll ]
diff --git a/debian/rules b/debian/rules
index 7eb728a..8a2c47d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-   dh $@
+   dh $@ --builddirectory=build/
 
 override_dh_install:
dh_install --fail-missing --exclude=.la



libxvmc: Changes to 'debian-unstable'

2016-12-05 Thread Emilio Pozuelo Monfort
 debian/README.source|   73 -
 debian/changelog|   14 -
 debian/compat   |2 
 debian/control  |   29 --
 debian/libxvmc1.install |2 
 debian/rules|   93 ---
 debian/xsfbs/repack.sh  |   32 --
 debian/xsfbs/xsfbs.mk   |  276 -
 debian/xsfbs/xsfbs.sh   |  622 
 9 files changed, 19 insertions(+), 1124 deletions(-)

New commits:
commit 08beb17ab1bac9ebe1c84873fb1fb2bb38ad0a4f
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:52:27 2016 +0100

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 753aca4..5896526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
+libxvmc (2:1.0.10-1) unstable; urgency=medium
 
   [ Andreas Boll ]
   * New upstream release.
@@ -17,7 +17,7 @@ libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
   * Move XvMCConfig to its target directory with libxvmc1.install.
   * Bump Standards-Version to 3.9.8, no changes.
 
- -- Andreas Boll   Fri, 07 Oct 2016 15:06:25 +0200
+ -- Emilio Pozuelo Monfort   Mon, 05 Dec 2016 19:52:24 +0100
 
 libxvmc (2:1.0.9-1) unstable; urgency=medium
 

commit 6ca1fdd282f45b9790602b3381e0c59a10d70ad7
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:52:16 2016 +0100

Bump Standards-Version

diff --git a/debian/changelog b/debian/changelog
index d833b1f..753aca4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
 on and calls dh-autoreconf for us.
   * Switch to -dbgsym packages.
   * Move XvMCConfig to its target directory with libxvmc1.install.
+  * Bump Standards-Version to 3.9.8, no changes.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:06:25 +0200
 
diff --git a/debian/control b/debian/control
index 9e3242a..737bb71 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  xutils-dev (>= 1:7.5+4),
  pkg-config,
  quilt,
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxvmc.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxvmc.git
 

commit 53c29b943358e74c4c430dede1dc6a1352220c7f
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:50:02 2016 +0100

Move XvMCConfig to its target directory with libxvmc1.install

diff --git a/debian/changelog b/debian/changelog
index dede93b..d833b1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
   * Drop unneeded libtool and automake build-deps, debhelper now depends
 on and calls dh-autoreconf for us.
   * Switch to -dbgsym packages.
+  * Move XvMCConfig to its target directory with libxvmc1.install.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:06:25 +0200
 
diff --git a/debian/libxvmc1.install b/debian/libxvmc1.install
index 71856ed..7f686c3 100644
--- a/debian/libxvmc1.install
+++ b/debian/libxvmc1.install
@@ -1,3 +1,3 @@
 usr/lib/*/libXvMC.so.1*
 usr/lib/*/libXvMCW.so.1*
-etc/X11/XvMCConfig
+debian/local/XvMCConfig etc/X11/
diff --git a/debian/rules b/debian/rules
index 6dce26a..7eb728a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,4 @@
dh $@
 
 override_dh_install:
-   mkdir -p $(CURDIR)/debian/tmp/etc/X11
-   cp debian/local/XvMCConfig $(CURDIR)/debian/tmp/etc/X11
dh_install --fail-missing --exclude=.la

commit 152541ca5955803443323b10bdf67888e3b201b8
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:40:59 2016 +0100

Switch to -dbgsym packages

diff --git a/debian/changelog b/debian/changelog
index 3a08997..dede93b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
   * Switch from xsfbs to dh.
   * Drop unneeded libtool and automake build-deps, debhelper now depends
 on and calls dh-autoreconf for us.
+  * Switch to -dbgsym packages.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:06:25 +0200
 
diff --git a/debian/control b/debian/control
index f1beb6a..9e3242a 100644
--- a/debian/control
+++ b/debian/control
@@ -37,29 +37,6 @@ Description: X11 Video extension library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC
 
-Package: libxvmc1-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxvmc1 (= 
${binary:Version})
-Description: X11 Video extension library (debug package)
- libXvMC provides an X Window System client interface to the
- XVideo-MotionCompensation extension to the X protocol.
- .
- The XVideo-MotionCompensation extension allows for further accelerated drawing
- of videos.  Video data may be sent at earlier stages of the decoding pipeline
- than raw YUV data.  At the moment, driver support for XvMC is poor to
- non-existent.
- .
- This package contains the debug versions of the library found in libxvmc1.
- Non-developers likely have litt

libxvmc: Changes to 'debian-unstable'

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

New commits:
commit 1a14fde7b884aade7f18b7ea240f5728c1d5b945
Author: Andreas Boll 
Date:   Tue Oct 25 12:04:43 2016 +0200

Close bug #840445

diff --git a/debian/changelog b/debian/changelog
index 30f35bd..1e29dbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
 
   * New upstream release.
-- Fixes CVE-2016-7953.
+- Fixes CVE-2016-7953 (Closes: #840445).
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Update a bunch of URLs in packaging to https.
   * Remove Drew from Uploaders.



libxvmc: Changes to 'debian-unstable'

2016-10-07 Thread Andreas Boll
 ChangeLog   |   21 +
 configure.ac|2 -
 debian/changelog|   11 ++
 debian/control  |   12 +++
 debian/copyright|2 -
 debian/patches/series   |1 
 debian/upstream/signing-key.asc |   64 
 debian/watch|2 -
 src/XvMC.c  |4 +-
 9 files changed, 107 insertions(+), 12 deletions(-)

New commits:
commit 313569bf7cafe7a24c493ac07413632925581895
Author: Andreas Boll 
Date:   Fri Oct 7 15:15:19 2016 +0200

Add placeholder comment into series file.

diff --git a/debian/changelog b/debian/changelog
index 33ad903..30f35bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Update a bunch of URLs in packaging to https.
   * Remove Drew from Uploaders.
+  * Add placeholder comment into series file.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:06:25 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..fdffa2a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# placeholder

commit e1b176dd1cf1944e52949628621bab280e1f3d0f
Author: Andreas Boll 
Date:   Fri Oct 7 15:11:03 2016 +0200

Remove Drew from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 14a8396..33ad903 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
 - Fixes CVE-2016-7953.
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Update a bunch of URLs in packaging to https.
+  * Remove Drew from Uploaders.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:06:25 +0200
 
diff --git a/debian/control b/debian/control
index e99131c..eb2d444 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,6 @@ Source: libxvmc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders:
- Drew Parsons ,
 Build-Depends:
  dpkg-dev (>= 1.16.1),
  debhelper (>= 8.1.3),

commit 83dbc4c8e195735359af5e10f947995cb6b81639
Author: Andreas Boll 
Date:   Fri Oct 7 15:09:48 2016 +0200

Update a bunch of URLs in packaging to https.

diff --git a/debian/changelog b/debian/changelog
index 949a41a..14a8396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxvmc (2:1.0.10-1) UNRELEASED; urgency=medium
   * New upstream release.
 - Fixes CVE-2016-7953.
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
+  * Update a bunch of URLs in packaging to https.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:06:25 +0200
 
diff --git a/debian/control b/debian/control
index 82d96b7..e99131c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends:
  automake,
  libtool
 Standards-Version: 3.9.4
-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxvmc
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxvmc.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxvmc.git
 
 Package: libxvmc1
 Section: libs
@@ -36,7 +36,7 @@ Description: X11 Video extension library
  non-existent.
  .
  More information about X.Org can be found at:
- http://www.X.org>
+ https://www.X.org>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC
@@ -59,7 +59,7 @@ Description: X11 Video extension library (debug package)
  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
- http://www.X.org>
+ https://www.X.org>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC
@@ -84,7 +84,7 @@ Description: X11 Video extension library (development headers)
  libxvmc1.  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
- http://www.X.org>
+ https://www.X.org>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC
diff --git a/debian/copyright b/debian/copyright
index 0c3621b..b788d08 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 (c) 2004 The Unichrome project. All rights reserved.
 
diff --git a/debian/watch b/debian/watch
index 16b3f5d..0c6b747 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 #git=git://anongit.freedesktop.org/xorg/lib/libXvMC
 version=3
 opts=pgpsigurlmangle=s/$/.sig/ \
-http://xorg.freedesktop.org/releases/individual/lib/ libXvMC-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/lib/ libXvMC-(.*)\.tar\.gz

commit d111b158d7d7c0ba5bcdfa49fa5188898cd6b212
Author: Andreas Boll 
Date:   Fri Oct 7 15:07:19 2016 +0200

Update d/upstream/signing-key.asc

libxvmc: Changes to 'debian-unstable'

2015-04-30 Thread Julien Cristau
 ChangeLog   |   63 
 configure.ac|   10 +-
 debian/changelog|8 +
 debian/control  |2 -
 debian/upstream/signing-key.asc |   60 ++
 debian/watch|1 
 src/XvMC.c  |   11 --
 src/XvMClibint.h|   13 
 wrapper/XvMCWrapper.c   |   10 +++---
 9 files changed, 140 insertions(+), 38 deletions(-)

New commits:
commit 58176524a05f548039eb64e1d7da8a09fbd3a2e0
Author: Julien Cristau 
Date:   Thu Apr 30 22:59:01 2015 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 6357ab6..d86a006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxvmc (2:1.0.9-1) UNRELEASED; urgency=medium
+libxvmc (2:1.0.9-1) unstable; urgency=medium
 
   * New upstream release.
   * Let uscan verify tarball signatures.
   * Bump Xlib build-dependency to 1.6.
 
- -- Julien Cristau   Thu, 30 Apr 2015 22:46:47 +0200
+ -- Julien Cristau   Thu, 30 Apr 2015 22:54:07 +0200
 
 libxvmc (2:1.0.8-2) unstable; urgency=low
 

commit 86445b5ec69d3ce9d79b7ec1194302efd360f2ee
Author: Julien Cristau 
Date:   Thu Apr 30 22:54:00 2015 +0200

Bump Xlib build-dependency to 1.6.

diff --git a/debian/changelog b/debian/changelog
index acc3c92..6357ab6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxvmc (2:1.0.9-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Let uscan verify tarball signatures.
+  * Bump Xlib build-dependency to 1.6.
 
  -- Julien Cristau   Thu, 30 Apr 2015 22:46:47 +0200
 
diff --git a/debian/control b/debian/control
index 6061bc8..82d96b7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
 Build-Depends:
  dpkg-dev (>= 1.16.1),
  debhelper (>= 8.1.3),
- libx11-dev (>= 1:0.99.2),
+ libx11-dev (>= 2:1.6),
  libxext-dev (>= 1:0.99.1),
  x11proto-video-dev,
  libxv-dev (>= 1:0.99.1),

commit f7c0ef22357ebe6e032f17dd075aa88cf6cfad50
Author: Julien Cristau 
Date:   Thu Apr 30 22:47:27 2015 +0200

Let uscan verify tarball signatures.

diff --git a/debian/changelog b/debian/changelog
index eca6e19..acc3c92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxvmc (2:1.0.9-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Let uscan verify tarball signatures.
 
  -- Julien Cristau   Thu, 30 Apr 2015 22:46:47 +0200
 
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 000..863981f
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,60 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1
+
+mQGiBEab+moRBACDH5yKqS3wcc5bdxY7PBNuwKvF5TKMfagmSvuRDtZjjIIWaA/n
+Z1KboV9Gq5g7kP7+Kfu+Qgd8u65eVsWwmPW10fXvj3aCU53glx2EdGdrHcgiyH2g
+EQfPiyBw+trIppWFRV0IDXSLMA1FNC92t2nSG/VFHaPTVwcgkIRSfcXDvwCglGdE
+a6f4uLqoNHP+m4yYnzapFuMD/R4+2AJDAvEWKDdYCGZzlawjAmmWyXrmT7/C/mx9
+8qUR473l4buXjHgDkkXXlHqdzil1vK85PhrKzNJDCCmlHUJNz+QwiAMOLwpD+kwV
+Pb57RG7y+a5JQ5+jtVw4RlUxZIk/wj2An9YBO3A5vR7PdjM32ZJCN2+aM4dYfNzQ
+xQKTA/47icvBaBVTl9rztjg2pd2Aqpc1P/GsIYLGj7XjnnJvGAENBHSH1QjpZMJG
+CTS9oJ+B0/wrIr+pA+MdFgYAb6ojMQJOO6UChjWWSGjMFcs/CeXhxlLBido3DtAE
+TbNTwO6OEfAvdosvTdhJFnwvZlJ+zZGGy5CrF2Fd9PUe9tmASbQoQWxhbiBDb29w
+ZXJzbWl0aCA8YWxhbmNAZnJlZWRlc2t0b3Aub3JnPohoBBMRAgAoAhsDBgsJCAcD
+AgYVCAIJCgsEFgIDAQIeAQIXgAUCUXnRYgUJFEPYeAAKCRCi+54IHy0TDonxAKCP
+cAgXNojuujUg5Wqi6v0RBFVSUgCggq1SsVEdq9NDWvXvkeGyNaBivSK0K0FsYW4g
+Q29vcGVyc21pdGggPGFsYW4uY29vcGVyc21pdGhAc3VuLmNvbT6IZgQTEQIAJgIb
+AwYLCQgHAwIEFQIIAwQWAgMBAh4BAheABQJRedFiBQkUQ9h4AAoJEKL7nggfLRMO
+6sUAn0jl3h9rY4OJ13Lu7nsKclyhDpOqAKCFgTmaDGRuDRxloLg9jftrn7a7vrQu
+QWxhbiBDb29wZXJzbWl0aCA8YWxhbi5jb29wZXJzbWl0aEBvcmFjbGUuY29tPohr
+BBMRAgArAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAIZAQUCUXnRYgUJFEPY
+eAAKCRCi+54IHy0TDtBZAJ9IgVVNoFIPRjTsNjcSFaLznuDRJgCcC/WgV312IrxS
+Q8PRAyEgozSB9Ke5Ag0ERpv6bxAIAJp5aUlho5rUhpS6ik7spsAQFPRuycPKMNu0
+J4F0v/OoPz085soV8ytLj4HqCGk2Zamh1jSgliZwuk9m7V7Wgxx+nBJawpWDX/eK
+LObErfDwQ4dfOFvjbXLQMmNnQNaUGIWLPP3l8GuBOHMq60Bu+TPgh627vUntL5RE
+QEQqTXIzWC6U10QsDblLwIvdOVSdGF5xl/N1myXzSKvrsZwWtoFc8G9v9hcCjhtN
+1sm9b7Ojc51iZXvcetcvPy5RA6AUW3yEExaedUdLnvIF9sjFYIfJWFVYh2AgavnG
+re6fF+NV2v3zfx3wRT7H9//m4YIDYJmgZgyQccXegTwfGBIq3osAAwYH/1FiMUMM
+ES5Ilz2nDqId+DCWECAU6wgvIFRcXrZWxDxB+ZrnmTCXoAD0xedpfOkRHp8XTVc/
+9MU+wQ+lZRx2OQ6MJW0XGuFvHm94KZF/8HzWA2Ah7U4n0+3sLpk6zWceZq2zZNF0
+yVTjwD98+xNK1Q9sP8aOKdtg8yMH3hisKR6rdW+mfX5q0Q8Gol2hZsFH/qyIhnPz
+hXDknuOh8E5iMkzrejVXUEn++Yzj23XjP59SObLznVkyxI+kBI9qvVEPfFBDybjH
+WqLcgRcCpXAzjizEi+/d31iDa2ErJHV4R42obecFqiPnoDtiX3IiP7z9fmxM4aWP
+ZZRqvq+1ht5wkn+ISQQYEQIACQUCRpv6bwIbDAAKCRCi+54IHy0TDoLoAKCHYRpw
+/XfyEunw1YL/uMZzl78qIQCdFVcXNbqD83qVhW4Ly7hyDL8o0aK5Ag0EUXnVIQEQ
+AKHpjOmY056n0tsZoW9q5egsMcl5tKC8uimrhO05nnq+5/60/YedC++V9c9b/3/X
+7O28LyBkAtBgD0xJZSDQ0DhTzKAp6AzjQtBvI68uinGwxSjT+oQpPMxqhA1I0kzo
+EDCdEqV+HsVOAEdbAi/tP9bbdTDzwVc8MWDriamBUqc53Rb00Mffy9435UgT

libxvmc: Changes to 'debian-unstable'

2014-07-12 Thread Julien Cristau
 configure.ac|6 +
 debian/changelog|5 -
 debian/control  |3 
 debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch |   44 
 debian/patches/series   |1 
 wrapper/Makefile.am |2 
 6 files changed, 12 insertions(+), 49 deletions(-)

New commits:
commit e64234369912050e823e8519c9299dd52ae00973
Author: Julien Cristau 
Date:   Sat Jul 12 17:59:01 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 63ef829..5eb8b99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxvmc (2:1.0.8-2) UNRELEASED; urgency=low
+libxvmc (2:1.0.8-2) unstable; urgency=low
 
   * Link libXvMCW.so against -ldl (closes: #610592)
   * Remove Cyril from Uploaders.
 
- -- Julien Cristau   Mon, 12 Aug 2013 22:49:03 +0200
+ -- Julien Cristau   Sat, 12 Jul 2014 17:58:58 +0200
 
 libxvmc (2:1.0.8-1) unstable; urgency=low
 

commit 082086574f254e71c32b206a8b4f00840b7d66ba
Author: Julien Cristau 
Date:   Sat Jul 12 17:58:57 2014 +0200

Remove Cyril from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 885fc2a..63ef829 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxvmc (2:1.0.8-2) UNRELEASED; urgency=low
 
   * Link libXvMCW.so against -ldl (closes: #610592)
+  * Remove Cyril from Uploaders.
 
  -- Julien Cristau   Mon, 12 Aug 2013 22:49:03 +0200
 
diff --git a/debian/control b/debian/control
index cf3c83f..6061bc8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libxvmc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: Drew Parsons , Cyril Brulebois 

+Uploaders:
+ Drew Parsons ,
 Build-Depends:
  dpkg-dev (>= 1.16.1),
  debhelper (>= 8.1.3),

commit db4cc6423e1f998d69e9a24c67828bc14e20b890
Author: Julien Cristau 
Date:   Sat Jul 12 17:55:09 2014 +0200

Use upstream patch

diff --git a/debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch 
b/debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch
deleted file mode 100644
index 85b0593..000
--- a/debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 772dbd452096efe456f5ceee67a2060fdcd3899f Mon Sep 17 00:00:00 2001
-From: Julien Cristau 
-Date: Mon, 12 Aug 2013 23:02:53 +0200
-Subject: [PATCH] Link libXvMCW.so against -ldl if needed
-

- configure.ac|7 +++
- wrapper/Makefile.am |2 +-
- 2 files changed, 8 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7c2a7e0..4baf1a0 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -39,6 +39,13 @@ XORG_MACROS_VERSION(1.8)
- XORG_DEFAULT_OPTIONS
- XORG_CHECK_MALLOC_ZERO
- 
-+ORIG_LIBS="$LIBS"
-+LIBS=
-+AC_SEARCH_LIBS([dlopen], [dl])
-+LIBADD_DLOPEN="$LIBS"
-+LIBS="$ORIG_LIBS"
-+AC_SUBST([LIBADD_DLOPEN])
-+
- # Obtain compiler/linker options for depedencies
- PKG_CHECK_MODULES(XVMC, x11 xext xv xextproto videoproto)
- 
-diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
-index b3a1c21..67a7760 100644
 a/wrapper/Makefile.am
-+++ b/wrapper/Makefile.am
-@@ -10,7 +10,7 @@ AM_CPPFLAGS =\
- AM_CFLAGS = $(CWARNFLAGS) $(XVMC_CFLAGS)
- 
- libXvMCW_la_SOURCES = XvMCWrapper.c
--libXvMCW_la_LIBADD = $(XVMC_LIBS)
-+libXvMCW_la_LIBADD = $(XVMC_LIBS) $(LIBADD_DLOPEN)
- libXvMCW_la_LDFLAGS = -version-number 1:0:0 -no-undefined
- 
- if LINT
--- 
-1.7.10.4
-
diff --git a/debian/patches/series b/debian/patches/series
index 55fde08..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-Link-libXvMCW.so-against-ldl-if-needed.patch

commit 4d1e87d4d2a471d0a35a237f3c0b46c5d5f37338
Author: Yaakov Selkowitz 
Date:   Wed Oct 24 02:07:56 2012 -0500

Fix linking with -Wl,--no-undefined on Linux

libXvMCW uses dlopen and friends, therefore it must be linked against
libdl on systems where it exists as a separate library.

Signed-off-by: Yaakov Selkowitz 
Reviewed-by: Alan Coopersmith 
Signed-off-by: Alan Coopersmith 
(cherry picked from commit 4dd267a98790f4404b7607d9362d4346f55f49fb)

diff --git a/configure.ac b/configure.ac
index 7c2a7e0..f0ac9c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,12 @@ LIBS="$SAVE_LIBS"
 # Checks for library functions.
 AC_CHECK_FUNCS([shmat])
 
+# Check to see if dlopen is in default libraries (like Solaris, which
+# has it in libc), or if libdl is needed to get it.
+AC_CHECK_FUNC([dlopen], [],
+   AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
+AC_SUBST(DLOPEN_LIBS)
+
 # Allow checking code with lint, sparse, etc.
 XORG_WITH_LINT
 LINT_FLAGS="${LINT_FLAGS} ${XVMC_CFLAGS}"
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index b3a1c21..fbe8cf7 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@

libxvmc: Changes to 'debian-unstable'

2013-08-12 Thread Julien Cristau
 debian/changelog|6 +
 debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch |   44 
 debian/patches/series   |1 
 3 files changed, 51 insertions(+)

New commits:
commit 4faf3bfe4c98f4820de130c068a0705dce8db8b7
Author: Julien Cristau 
Date:   Mon Aug 12 23:05:07 2013 +0200

Link libXvMCW.so against -ldl (closes: #610592)

diff --git a/debian/changelog b/debian/changelog
index b13a9ea..885fc2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxvmc (2:1.0.8-2) UNRELEASED; urgency=low
+
+  * Link libXvMCW.so against -ldl (closes: #610592)
+
+ -- Julien Cristau   Mon, 12 Aug 2013 22:49:03 +0200
+
 libxvmc (2:1.0.8-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch 
b/debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch
new file mode 100644
index 000..85b0593
--- /dev/null
+++ b/debian/patches/Link-libXvMCW.so-against-ldl-if-needed.patch
@@ -0,0 +1,44 @@
+From 772dbd452096efe456f5ceee67a2060fdcd3899f Mon Sep 17 00:00:00 2001
+From: Julien Cristau 
+Date: Mon, 12 Aug 2013 23:02:53 +0200
+Subject: [PATCH] Link libXvMCW.so against -ldl if needed
+
+---
+ configure.ac|7 +++
+ wrapper/Makefile.am |2 +-
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 7c2a7e0..4baf1a0 100644
+--- a/configure.ac
 b/configure.ac
+@@ -39,6 +39,13 @@ XORG_MACROS_VERSION(1.8)
+ XORG_DEFAULT_OPTIONS
+ XORG_CHECK_MALLOC_ZERO
+ 
++ORIG_LIBS="$LIBS"
++LIBS=
++AC_SEARCH_LIBS([dlopen], [dl])
++LIBADD_DLOPEN="$LIBS"
++LIBS="$ORIG_LIBS"
++AC_SUBST([LIBADD_DLOPEN])
++
+ # Obtain compiler/linker options for depedencies
+ PKG_CHECK_MODULES(XVMC, x11 xext xv xextproto videoproto)
+ 
+diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
+index b3a1c21..67a7760 100644
+--- a/wrapper/Makefile.am
 b/wrapper/Makefile.am
+@@ -10,7 +10,7 @@ AM_CPPFLAGS =\
+ AM_CFLAGS = $(CWARNFLAGS) $(XVMC_CFLAGS)
+ 
+ libXvMCW_la_SOURCES = XvMCWrapper.c
+-libXvMCW_la_LIBADD = $(XVMC_LIBS)
++libXvMCW_la_LIBADD = $(XVMC_LIBS) $(LIBADD_DLOPEN)
+ libXvMCW_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+ 
+ if LINT
+-- 
+1.7.10.4
+
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..55fde08 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Link-libXvMCW.so-against-ldl-if-needed.patch


-- 
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/e1v8zja-0005nn...@vasks.debian.org



libxvmc: Changes to 'debian-unstable'

2013-08-12 Thread Julien Cristau
 ChangeLog|  122 +++
 autogen.sh   |4 +
 configure.ac |9 +++-
 debian/changelog |   11 
 debian/compat|2 
 debian/control   |1 
 debian/rules |   15 ++
 src/XvMC.c   |   79 ++-
 8 files changed, 199 insertions(+), 44 deletions(-)

New commits:
commit 401bc1887fb14084dabd90f45270d61b0515d168
Author: Julien Cristau 
Date:   Mon Aug 12 22:22:13 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9207e2c..b13a9ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxvmc (2:1.0.8-1) UNRELEASED; urgency=low
+libxvmc (2:1.0.8-1) unstable; urgency=low
 
   * New upstream release
 - fixes CVE-2013-1990 and CVE-2013-1999
@@ -7,7 +7,7 @@ libxvmc (2:1.0.8-1) UNRELEASED; urgency=low
   * Disable silent build rules.
   * Replace dh_clean -k with dh_prep.
 
- -- Julien Cristau   Mon, 12 Aug 2013 22:13:15 +0200
+ -- Julien Cristau   Mon, 12 Aug 2013 22:22:00 +0200
 
 libxvmc (2:1.0.7-2) unstable; urgency=low
 

commit c414bd0af46905131cb3d25edea54885b8eb7d6f
Author: Julien Cristau 
Date:   Mon Aug 12 22:21:44 2013 +0200

Replace dh_clean -k with dh_prep.

diff --git a/debian/changelog b/debian/changelog
index 709f68f..9207e2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxvmc (2:1.0.8-1) UNRELEASED; urgency=low
   * Bump debhelper compat level to 7.
   * Use dpkg-buildflags.
   * Disable silent build rules.
+  * Replace dh_clean -k with dh_prep.
 
  -- Julien Cristau   Mon, 12 Aug 2013 22:13:15 +0200
 
diff --git a/debian/rules b/debian/rules
index a01e1e1..8c6b373 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ clean: xsfclean
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs
 
cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install

commit f1623a5d559d5ef54df2a3f8035a1ab4c4705219
Author: Julien Cristau 
Date:   Mon Aug 12 22:17:00 2013 +0200

Disable silent build rules.

diff --git a/debian/changelog b/debian/changelog
index cb4650f..709f68f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxvmc (2:1.0.8-1) UNRELEASED; urgency=low
 - fixes CVE-2013-1990 and CVE-2013-1999
   * Bump debhelper compat level to 7.
   * Use dpkg-buildflags.
+  * Disable silent build rules.
 
  -- Julien Cristau   Mon, 12 Aug 2013 22:13:15 +0200
 
diff --git a/debian/rules b/debian/rules
index 3111f0d..a01e1e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ build-stamp:
 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --sysconfdir=/etc --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
+--disable-silent-rules \
 $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
cd build && $(MAKE)
>$@

commit e7ad51b4dc561ef605cb969f99a60587f339655d
Author: Julien Cristau 
Date:   Mon Aug 12 22:16:13 2013 +0200

Use dpkg-buildflags.

diff --git a/debian/changelog b/debian/changelog
index 740d1e3..cb4650f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxvmc (2:1.0.8-1) UNRELEASED; urgency=low
   * New upstream release
 - fixes CVE-2013-1990 and CVE-2013-1999
   * Bump debhelper compat level to 7.
+  * Use dpkg-buildflags.
 
  -- Julien Cristau   Mon, 12 Aug 2013 22:13:15 +0200
 
diff --git a/debian/control b/debian/control
index 073a082..cf3c83f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Drew Parsons , Cyril Brulebois 

 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 17737f7..3111f0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,12 +14,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture 
-qDEB_HOST_MULTIARCH)
 
 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:
 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --sysconfdir=/etc --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
-CFLAGS="$(CFLAGS)" 
+$(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
cd build && $(MAKE)
>$@
 

commit c5b64ceb90a86cb6da3c400d9a8c258a14d9ed3d
Author: Julien Cristau 
Date:   Mon Aug 12 22:14:53 2013 +0200

Bump debhelper compat level to 7

libxvmc: Changes to 'debian-unstable'

2013-06-08 Thread Emilio Pozuelo Monfort
 debian/changelog   |   10 ++
 debian/control |7 +--
 debian/libxvmc-dev.install |   10 +-
 debian/libxvmc1.install|4 ++--
 debian/rules   |3 +++
 5 files changed, 25 insertions(+), 9 deletions(-)

New commits:
commit 101f96101b4860b0465ccf1d7f32e777b9decc22
Author: Emilio Pozuelo Monfort 
Date:   Sun Jun 9 02:32:21 2013 +0200

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index fd6c321..3f2d548 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-libxvmc (2:1.0.7-2) UNRELEASED; urgency=low
+libxvmc (2:1.0.7-2) unstable; urgency=low
+
+  * Team upload.
 
   * Switch to Multi-Arch. Thanks Andreas Beckmann for the patch.
 Closes: #640499.
   * Bump Standards-Version to 3.9.4. No changes needed.
 
- -- Emilio Pozuelo Monfort   Sun, 09 Jun 2013 02:15:37 +0200
+ -- Emilio Pozuelo Monfort   Sun, 09 Jun 2013 02:32:16 +0200
 
 libxvmc (2:1.0.7-1) unstable; urgency=low
 

commit 08df3a471a7221b491682a0a3d8f0c5a67dd4faf
Author: Emilio Pozuelo Monfort 
Date:   Sun Jun 9 02:28:17 2013 +0200

Bump Standards-Version

diff --git a/debian/changelog b/debian/changelog
index a9ce623..fd6c321 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxvmc (2:1.0.7-2) UNRELEASED; urgency=low
 
   * Switch to Multi-Arch. Thanks Andreas Beckmann for the patch.
 Closes: #640499.
+  * Bump Standards-Version to 3.9.4. No changes needed.
 
  -- Emilio Pozuelo Monfort   Sun, 09 Jun 2013 02:15:37 +0200
 
diff --git a/debian/control b/debian/control
index 1f2b92f..073a082 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
  quilt,
  automake,
  libtool
-Standards-Version: 3.8.3
+Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxvmc
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
 

commit 993ef4648e81423845baa99f6dca52352e2db35b
Author: Emilio Pozuelo Monfort 
Date:   Sun Jun 9 02:16:30 2013 +0200

Switch to Multi-Arch

diff --git a/debian/changelog b/debian/changelog
index 0fc7ff0..a9ce623 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxvmc (2:1.0.7-2) UNRELEASED; urgency=low
+
+  * Switch to Multi-Arch. Thanks Andreas Beckmann for the patch.
+Closes: #640499.
+
+ -- Emilio Pozuelo Monfort   Sun, 09 Jun 2013 02:15:37 +0200
+
 libxvmc (2:1.0.7-1) unstable; urgency=low
 
   [ Robert Hooker ]
diff --git a/debian/control b/debian/control
index 1a0cb2f..1f2b92f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Drew Parsons , Cyril Brulebois 

 Build-Depends:
- debhelper (>= 5.0.0),
+ debhelper (>= 8.1.3),
  libx11-dev (>= 1:0.99.2),
  libxext-dev (>= 1:0.99.1),
  x11proto-video-dev,
@@ -21,6 +21,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
 Package: libxvmc1
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
 Description: X11 Video extension library
  libXvMC provides an X Window System client interface to the
@@ -63,6 +65,7 @@ Description: X11 Video extension library (debug package)
 Package: libxvmc-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxvmc1 (= ${binary:Version}), 
libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, 
libxv-dev
 Conflicts: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Replaces: x11proto-video-dev (<< 2.2+cvs.20050712-1)
diff --git a/debian/libxvmc-dev.install b/debian/libxvmc-dev.install
index a8b1a8f..ce042b1 100644
--- a/debian/libxvmc-dev.install
+++ b/debian/libxvmc-dev.install
@@ -1,7 +1,7 @@
 usr/include/X11/*
-usr/lib/libXvMC.a
-usr/lib/libXvMC.so
-usr/lib/libXvMCW.a
-usr/lib/libXvMCW.so
-usr/lib/pkgconfig/xvmc.pc
+usr/lib/*/libXvMC.a
+usr/lib/*/libXvMC.so
+usr/lib/*/libXvMCW.a
+usr/lib/*/libXvMCW.so
+usr/lib/*/pkgconfig/xvmc.pc
 usr/share/doc/libXvMC/* usr/share/doc/libxvmc-dev
diff --git a/debian/libxvmc1.install b/debian/libxvmc1.install
index fe81455..71856ed 100644
--- a/debian/libxvmc1.install
+++ b/debian/libxvmc1.install
@@ -1,3 +1,3 @@
-usr/lib/libXvMC.so.1*
-usr/lib/libXvMCW.so.1*
+usr/lib/*/libXvMC.so.1*
+usr/lib/*/libXvMCW.so.1*
 etc/X11/XvMCConfig
diff --git a/debian/rules b/debian/rules
index 7d7f962..4f04ac4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@
 # set this to the name of the main shlib's binary package
 PACKAGE = libxvmc1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
@@ -40,6 +42,7 @@ build-stamp:
mkdir -p build
cd build && \
../configure --prefix=/usr \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --sysconfdir=/etc --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/

libxvmc: Changes to 'debian-unstable'

2012-04-24 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4507472847ebd3bbe251d20e9a0f6ef78ca644d2
Author: Julien Cristau 
Date:   Tue Apr 24 22:46:59 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index ab2331b..0fc7ff0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxvmc (2:1.0.7-1) UNRELEASED; urgency=low
+libxvmc (2:1.0.7-1) unstable; urgency=low
 
   [ Robert Hooker ]
   * New upstream release.
@@ -12,7 +12,7 @@ libxvmc (2:1.0.7-1) UNRELEASED; urgency=low
   * Drop dh_testroot from debian/rules clean.
   * Remove David and Andres from Uploaders.
 
- -- Robert Hooker   Thu, 08 Mar 2012 22:57:45 -0500
+ -- Julien Cristau   Tue, 24 Apr 2012 22:46:56 +0200
 
 libxvmc (2:1.0.6-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1smmj1-0007k9...@vasks.debian.org



libxvmc: Changes to 'debian-unstable'

2012-04-24 Thread Julien Cristau
 debian/changelog |4 
 debian/control   |2 +-
 debian/rules |3 ---
 3 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit a67f92b22b62d5d7a9a5dddb1d8165eacbb168ac
Author: Julien Cristau 
Date:   Tue Apr 24 22:40:43 2012 +0200

Remove David and Andres from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index d55ca82..ab2331b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxvmc (2:1.0.7-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Drop dh_testroot from debian/rules clean.
+  * Remove David and Andres from Uploaders.
 
  -- Robert Hooker   Thu, 08 Mar 2012 22:57:45 -0500
 
diff --git a/debian/control b/debian/control
index b4d1c13..1a0cb2f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxvmc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons , Cyril Brulebois 

+Uploaders: Drew Parsons , Cyril Brulebois 

 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),

commit afb1487ae1e030709c636214de9614ebb23fa884
Author: Julien Cristau 
Date:   Tue Apr 24 22:29:53 2012 +0200

Drop dh_testroot from debian/rules clean.

diff --git a/debian/changelog b/debian/changelog
index 48ffc3f..d55ca82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ libxvmc (2:1.0.7-1) UNRELEASED; urgency=low
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason. Thanks, Colin Watson!
 
+  [ Julien Cristau ]
+  * Drop dh_testroot from debian/rules clean.
+
  -- Robert Hooker   Thu, 08 Mar 2012 22:57:45 -0500
 
 libxvmc (2:1.0.6-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 0b5ec6f..7d7f962 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,9 +48,7 @@ build-stamp:
 
 clean: xsfclean
dh_testdir
-   dh_testroot
rm -f build-stamp
-
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
@@ -59,7 +57,6 @@ clean: xsfclean
rm -f aclocal.m4 config.guess config.h.in config.sub configure
rm -f compile depcomp install-sh ltmain.sh missing mkinstalldirs
find -name Makefile.in -delete
-
dh_clean
 
 install: build


-- 
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/e1smmxz-0003bm...@vasks.debian.org



libxvmc: Changes to 'debian-unstable'

2012-03-08 Thread Robert Hooker
 debian/changelog |3 ++-
 debian/control   |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit c36afc83dd6e53f6a8460de3851bb5c959f08723
Author: Robert Hooker 
Date:   Thu Mar 8 22:58:45 2012 -0500

debian/control: Bump xutils-dev build-dep, util-macros 1.8 is required.

diff --git a/debian/changelog b/debian/changelog
index e749e6d..48ffc3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,12 +2,13 @@ libxvmc (2:1.0.7-1) UNRELEASED; urgency=low
 
   [ Robert Hooker ]
   * New upstream release.
+  * Bump xutils-dev build-dep for new macros.
 
   [ Cyril Brulebois ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason. Thanks, Colin Watson!
 
- -- Robert Hooker   Thu, 08 Mar 2012 22:34:03 -0500
+ -- Robert Hooker   Thu, 08 Mar 2012 22:57:45 -0500
 
 libxvmc (2:1.0.6-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7a1914d..b4d1c13 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  libxext-dev (>= 1:0.99.1),
  x11proto-video-dev,
  libxv-dev (>= 1:0.99.1),
- xutils-dev (>= 1:7.5~1),
+ xutils-dev (>= 1:7.5+4),
  pkg-config,
  quilt,
  automake,


-- 
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/e1s5qyr-0003n0...@vasks.debian.org



libxvmc: Changes to 'debian-unstable'

2012-03-08 Thread Robert Hooker
 ChangeLog|   83 
 Makefile.am  |8 
 XvMC_API.txt |  230 +--
 configure.ac |   91 ++--
 debian/changelog |8 
 include/X11/extensions/XvMClib.h |   32 -
 src/Makefile.am  |   32 -
 src/XvMC.c   |   82 ++--
 src/XvMCWrapper.c|  781 ---
 wrapper/Makefile.am  |   22 +
 wrapper/XvMCWrapper.c|  781 +++
 11 files changed, 1121 insertions(+), 1029 deletions(-)

New commits:
commit cc599c7fdc16cc474c1453eb022cfcb39a265b43
Author: Robert Hooker 
Date:   Thu Mar 8 22:35:29 2012 -0500

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index faafe8b..7beaae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+commit bcc4c4f3b7ad3c880e97f27951c97cb7ba856658
+Author: Alan Coopersmith 
+Date:   Wed Mar 7 21:31:11 2012 -0800
+
+libXvMC 1.0.7
+
+Signed-off-by: Alan Coopersmith 
+
+commit 4091e8b8b80e00b8abafdd630e5af8cab22d9054
+Author: Alan Coopersmith 
+Date:   Thu Nov 10 21:47:20 2011 -0800
+
+Fix gcc -Wwrite-strings warnings
+
+Signed-off-by: Alan Coopersmith 
+
+commit 5d4953233392d22b8c92e64c23b5aa20df86e17c
+Author: Alan Coopersmith 
+Date:   Fri Sep 16 22:56:49 2011 -0700
+
+Strip trailing whitespace
+
+Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
+git diff -w & git diff -b show no diffs from this change
+
+Signed-off-by: Alan Coopersmith 
+
+commit 4f64c8dd12786f6b0ef1e4c8c8d992d43de6f895
+Author: Gaetan Nadon 
+Date:   Sat Mar 5 11:56:54 2011 -0500
+
+config: use Automake defaults when checking for library functions.
+
+Which follows a uniform naming convention.
+
+Reviewed-by: Julien Cristau 
+Signed-off-by: Gaetan Nadon 
+
+commit a37fab2dde1cb4ea0fb93ed811b14b2be9e52566
+Author: Gaetan Nadon 
+Date:   Sat Mar 5 11:18:21 2011 -0500
+
+config: move wrapper in its own directory
+
+This prevents the use of per-target compiler flags.
+Makefiles are simpler.
+The -D flags for the wrapper are moved with pre-precessor flags.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 3b4040904d8fd5b8c7a20b0b187d70a00dd452ef
+Author: Gaetan Nadon 
+Date:   Mon Mar 7 10:30:12 2011 -0500
+
+Fix whitespace issues
+
+Signed-off-by: Gaetan Nadon 
+
+commit ac00a51c3106188aebc98ce5f480768dcd95da5f
+Author: Gaetan Nadon 
+Date:   Wed Feb 2 11:43:45 2011 -0500
+
+config: comment, minor upgrade, quote and layout configure.ac
+
+Group statements per section as per Autoconf standard layout
+Quote statements where appropriate.
+Autoconf recommends not using dnl instead of # for comments
+
+Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
+Add AC_CONFIG_SRCDIR([Makefile.am])
+Update minimum version of util-macros to at least 1.8.
+
+This helps automated maintenance and release activities.
+Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
+
+commit bdd949b7d163bd9542eed89cf8fdb42197f86975
+Author: Gaetan Nadon 
+Date:   Fri Jan 28 19:41:37 2011 -0500
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Signed-off-by: Gaetan Nadon 
+
 commit 97d0572191368f47854c795e524610e529787c85
 Author: Alan Coopersmith 
 Date:   Fri Aug 13 22:00:11 2010 -0700
diff --git a/debian/changelog b/debian/changelog
index 844e6e7..e749e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-libxvmc (2:1.0.6-2) UNRELEASED; urgency=low
+libxvmc (2:1.0.7-1) UNRELEASED; urgency=low
 
+  [ Robert Hooker ]
+  * New upstream release.
+
+  [ Cyril Brulebois ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason. Thanks, Colin Watson!
 
- -- Cyril Brulebois   Mon, 04 Apr 2011 05:56:30 +0200
+ -- Robert Hooker   Thu, 08 Mar 2012 22:34:03 -0500
 
 libxvmc (2:1.0.6-1) unstable; urgency=low
 

commit bcc4c4f3b7ad3c880e97f27951c97cb7ba856658
Author: Alan Coopersmith 
Date:   Wed Mar 7 21:31:11 2012 -0800

libXvMC 1.0.7

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 0fa19e5..ae7d08b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libXvMC], [1.0.6],
+AC_INIT([libXvMC], [1.0.7],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXvMC])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])

commit 4091e8b8b80e00b8abafdd630e5af8cab22d9054
Author: Alan Coopersmith 
Date:   Thu Nov 10 21:47:20 2011 -0800

Fix gcc -Wwrite-strings warnings

Signed-off-by: Alan Coopersmith 

diff --git a/src/XvMC.c b/src/XvMC.c
index b6f718b..5a4cf0d 100644
--- a/src/XvMC.c
+++ b/src/XvMC.c
@@ -19,9 +19,9 @@
 
 static XExtensionInfo _xvmc_info_data;
 static XExtensionInfo *xvmc

libxvmc: Changes to 'debian-unstable'

2011-04-03 Thread Cyril Brulebois
 debian/changelog |7 +++
 debian/rules |   10 +-
 2 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 74fe2cc65c61038796a3b506060c1e4f77e19957
Author: Cyril Brulebois 
Date:   Mon Apr 4 05:58:20 2011 +0200

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 cb9e973..844e6e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxvmc (2:1.0.6-2) UNRELEASED; urgency=low
+
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason. Thanks, Colin Watson!
+
+ -- Cyril Brulebois   Mon, 04 Apr 2011 05:56:30 +0200
+
 libxvmc (2:1.0.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 89ba803..0b5ec6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,13 +37,13 @@ build: patch build-stamp
 build-stamp:
dh_testdir
autoreconf -vfi
-   mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
-   cd obj-$(DEB_BUILD_GNU_TYPE) && \
+   mkdir -p build
+   cd build && \
../configure --prefix=/usr \
 --sysconfdir=/etc --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS="$(CFLAGS)" 
-   cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
+   cd build && $(MAKE)
>$@
 
 clean: xsfclean
@@ -55,7 +55,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 compile depcomp install-sh ltmain.sh missing mkinstalldirs
find -name Makefile.in -delete
@@ -68,7 +68,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
mkdir -p $(CURDIR)/debian/tmp/etc/X11
cp debian/local/XvMCConfig $(CURDIR)/debian/tmp/etc/X11
 


-- 
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/e1q6awm-0005ed...@alioth.debian.org



libxvmc: Changes to 'debian-unstable'

2010-11-07 Thread Cyril Brulebois
 .gitignore   |   72 +++---
 COPYING  |   24 --
 ChangeLog|  150 +++
 Makefile.am  |   12 +--
 configure.ac |   19 ++--
 debian/changelog |9 ++
 debian/control   |2 
 debian/copyright |6 -
 debian/rules |2 
 include/X11/extensions/XvMClib.h |3 
 src/XvMC.c   |4 -
 src/XvMCWrapper.c|2 
 src/XvMClibint.h |3 
 13 files changed, 257 insertions(+), 51 deletions(-)

New commits:
commit acca0e1af9b47fc68c805a814ed4e0486b82167b
Author: Cyril Brulebois 
Date:   Mon Nov 8 00:29:32 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 3fd6cfa..cb9e973 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxvmc (2:1.0.6-1) UNRELEASED; urgency=low
+libxvmc (2:1.0.6-1) unstable; urgency=low
 
   * New upstream release.
   * Update debian/copyright.
   * Switch from --list-missing to --fail-missing for additional safety.
   * Add myself to Uploaders.
 
- -- Cyril Brulebois   Mon, 08 Nov 2010 00:24:00 +0100
+ -- Cyril Brulebois   Mon, 08 Nov 2010 00:29:28 +0100
 
 libxvmc (2:1.0.5-1) unstable; urgency=low
 

commit d412f594a55e1bed4819da46fefccee0c21d0b59
Author: Cyril Brulebois 
Date:   Mon Nov 8 00:28:49 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index f8c41ff..3fd6cfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxvmc (2:1.0.6-1) UNRELEASED; urgency=low
   * New upstream release.
   * Update debian/copyright.
   * Switch from --list-missing to --fail-missing for additional safety.
+  * Add myself to Uploaders.
 
  -- Cyril Brulebois   Mon, 08 Nov 2010 00:24:00 +0100
 
diff --git a/debian/control b/debian/control
index 01f2a4c..7a1914d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxvmc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons 
+Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons , Cyril Brulebois 

 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),

commit 3039ffee7edd2ea7a8e73f1ad2ab3ee165659ba0
Author: Cyril Brulebois 
Date:   Mon Nov 8 00:28:27 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 169759b..f8c41ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxvmc (2:1.0.6-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Update debian/copyright.
+  * Switch from --list-missing to --fail-missing for additional safety.
 
  -- Cyril Brulebois   Mon, 08 Nov 2010 00:24:00 +0100
 
diff --git a/debian/rules b/debian/rules
index 20f2bc2..89ba803 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --list-missing --exclude=.la
+   dh_install --sourcedir=debian/tmp --fail-missing --exclude=.la
dh_installchangelogs ChangeLog
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg

commit 4c6f870e2586812aa7f0a6f3eeab7a7e7b6a3586
Author: Cyril Brulebois 
Date:   Mon Nov 8 00:26:26 2010 +0100

Update debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index 50d1c0f..169759b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxvmc (2:1.0.6-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Update debian/copyright.
 
  -- Cyril Brulebois   Mon, 08 Nov 2010 00:24:00 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 34a03ce..0c3621b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,8 @@
 This package was downloaded from
 http://xorg.freedesktop.org/releases/individual/lib/
 
-Copyright (c) 1995, 1996  The XFree86 Project, Inc
-XvMCWrapper.c - Copyright (c) 2004 The Unichrome project. All rights reserved.
-XvMCWrapper.c - Author: Thomas Hellström (2004)
+Copyright (c) 2004 The Unichrome project. All rights reserved.
 
-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"),
@@ -24,4 +21,3 @@ AUTHOR(S) OR COPYRIGHT HOLDER(S) 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 433ac7b49dbede62c3cabd89f51d21483e22eb0a
Author: Cyril Brulebois 
Date:   Mon Nov 8 00:24:09 2010 +0100

Update changelogs.

diff --git a/ChangeLog b/ChangeLog
index b602494..faafe8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,153 @@
+commit 97d0572191368f47854c7

libxvmc: Changes to 'debian-unstable'

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

New commits:
commit c99df4edc63e5fe3e47c43fda387d0a714ecaf69
Author: Mikhail Gusarov 
Date:   Fri May 7 18:58:51 2010 +0700

Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

diff --git a/debian/control b/debian/control
index bc174f7..01f2a4c 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,6 @@ Description: X11 Video extension library
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC
@@ -58,8 +56,6 @@ Description: X11 Video extension library (debug package)
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC
@@ -84,8 +80,6 @@ Description: X11 Video extension library (development headers)
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC


-- 
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/e1oamgp-os...@alioth.debian.org



libxvmc: Changes to 'debian-unstable'

2009-11-25 Thread Julien Cristau
 compile|  142 -
 debian/changelog   |9 ++
 debian/control |8 +-
 debian/libxvmc-dev.install |1 
 debian/rules   |2 
 5 files changed, 13 insertions(+), 149 deletions(-)

New commits:
commit ca9adb230714bb7ab95188a205611a448980fcbb
Author: Julien Cristau 
Date:   Wed Nov 25 20:16:49 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e27fadd..fa5ed04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxvmc (2:1.0.5-1) UNRELEASED; urgency=low
+libxvmc (2:1.0.5-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
@@ -25,7 +25,7 @@ libxvmc (2:1.0.5-1) UNRELEASED; urgency=low
   * Remove -1 debian revisions from build-deps to appease lintian.
   * Install XvMC_API.txt in libxvmc-dev.
 
- -- Brice Goglin   Sat, 01 Aug 2009 13:02:59 +0200
+ -- Julien Cristau   Wed, 25 Nov 2009 20:16:44 +0100
 
 libxvmc (1:1.0.4-2) unstable; urgency=low
 

commit 1b5cb383eeb5421a9051b6a36487fe23564a9218
Author: Julien Cristau 
Date:   Wed Nov 25 20:16:36 2009 +0100

Install XvMC_API.txt in libxvmc-dev.

diff --git a/debian/changelog b/debian/changelog
index 6b4b71f..e27fadd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ libxvmc (2:1.0.5-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump Standards-Version to 3.8.3.
   * Remove -1 debian revisions from build-deps to appease lintian.
+  * Install XvMC_API.txt in libxvmc-dev.
 
  -- Brice Goglin   Sat, 01 Aug 2009 13:02:59 +0200
 
diff --git a/debian/libxvmc-dev.install b/debian/libxvmc-dev.install
index 03e98f5..a8b1a8f 100644
--- a/debian/libxvmc-dev.install
+++ b/debian/libxvmc-dev.install
@@ -4,3 +4,4 @@ usr/lib/libXvMC.so
 usr/lib/libXvMCW.a
 usr/lib/libXvMCW.so
 usr/lib/pkgconfig/xvmc.pc
+usr/share/doc/libXvMC/* usr/share/doc/libxvmc-dev

commit 3851840d567d3918d0b708006a49b673678e7c85
Author: Julien Cristau 
Date:   Wed Nov 25 20:14:40 2009 +0100

Remove -1 debian revisions from build-deps to appease lintian.

diff --git a/debian/changelog b/debian/changelog
index 820cd3f..6b4b71f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ libxvmc (2:1.0.5-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Bump Standards-Version to 3.8.3.
+  * Remove -1 debian revisions from build-deps to appease lintian.
 
  -- Brice Goglin   Sat, 01 Aug 2009 13:02:59 +0200
 
diff --git a/debian/control b/debian/control
index 67607cc..bc174f7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons 
 Build-Depends:
  debhelper (>= 5.0.0),
- libx11-dev (>= 1:0.99.2-1),
- libxext-dev (>= 1:0.99.1-1),
+ libx11-dev (>= 1:0.99.2),
+ libxext-dev (>= 1:0.99.1),
  x11proto-video-dev,
- libxv-dev (>= 1:0.99.1-1),
+ libxv-dev (>= 1:0.99.1),
  xutils-dev (>= 1:7.5~1),
  pkg-config,
  quilt,

commit 808aac2d5145174dc124de968d3d444037750639
Author: Julien Cristau 
Date:   Wed Nov 25 20:13:41 2009 +0100

Also remove compile on clean

diff --git a/compile b/compile
deleted file mode 100755
index 1b1d232..000
--- a/compile
+++ /dev/null
@@ -1,142 +0,0 @@
-#! /bin/sh
-# Wrapper for compilers which do not understand `-c -o'.
-
-scriptversion=2005-05-14.22
-
-# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
-# Written by Tom Tromey .
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# This file is maintained in Automake, please report
-# bugs to  or send patches to
-# .
-
-case $1 in
-  '')
- echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
- exit 1;
- ;;
-  -h | --h*)
-cat <<\EOF
-Usage: compile [--help] [--version] PROGRAM [ARGS]
-
-Wrapper for compilers which do not understand `-c -o'.
-Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
-arguments, and rename the output as expected.
-
-If you are trying to bui

libxvmc: Changes to 'debian-unstable'

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

New commits:
commit 193a47ffadc6b9bc4af4a723b93a0abb753ee677
Author: Timo Aaltonen 
Date:   Tue Nov 24 12:55:40 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 08fc4d9..70527d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ libxvmc (2:1.0.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * Run autoreconf on build. Add build-deps on automake and libtool.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
+  * Drop pre-dependency on x11-common from libxvmc-dev.  This was needed
+for upgrades from sarge.
 
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
diff --git a/debian/control b/debian/control
index 57d87f9..eb2ddfc 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,6 @@ Package: libxvmc-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxvmc1 (= ${binary:Version}), 
libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, 
libxv-dev
-Pre-Depends: x11-common (>= 1:7.0.0)
 Conflicts: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Replaces: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Description: X11 Video extension library (development headers)


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



libxvmc: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 .gitignore |8 
 ChangeLog  |   54 
 Makefile.am|7 
 Makefile.in|  698 -
 README |   24 
 XvMC_API.txt   | 1293 ++
 aclocal.m4 | 7884 -
 config.guess   | 1500 --
 config.h.in|   58 
 config.sub | 1608 --
 configure  |21069 -
 configure.ac   |   12 
 debian/changelog   |5 
 debian/control |   12 
 debian/rules   |   17 
 depcomp|  530 
 include/.gitignore |2 
 include/Makefile.in|  484 
 include/X11/.gitignore |2 
 include/X11/Makefile.in|  484 
 include/X11/extensions/.gitignore  |2 
 include/X11/extensions/Makefile.in |  406 
 install-sh |  323 
 ltmain.sh  | 6871 
 missing|  360 
 mkinstalldirs  |  158 
 src/.gitignore |7 
 src/Makefile.am|3 
 src/Makefile.in|  511 
 src/XvMCWrapper.c  |6 
 src/XvMClibint.h   |   42 
 31 files changed, 1461 insertions(+), 42979 deletions(-)

New commits:
commit b4dde18d55be64737db9976f2fbc55947d8df3db
Author: Timo Aaltonen 
Date:   Tue Nov 24 12:05:15 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 2d4e13f..08fc4d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxvmc (2:1.0.5-1) UNRELEASED; urgency=low
   * Bump the epoch so that this can be synced to Ubuntu in the future.
   * New upstream release.
   * Run autoreconf on build. Add build-deps on automake and libtool.
+  * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
 
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
diff --git a/debian/rules b/debian/rules
index 9d81efb..21078cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,14 @@ PACKAGE = libxvmc1
 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 fd4c9756555db84bde3b0fe8e679f72564891449
Author: Timo Aaltonen 
Date:   Tue Nov 24 12:03:53 2009 +0200

Run autoreconf on build. Add build-deps on automake and libtool.

diff --git a/debian/changelog b/debian/changelog
index e9861a1..2d4e13f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxvmc (2:1.0.5-1) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
   * New upstream release.
+  * Run autoreconf on build. Add build-deps on automake and libtool.
 
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
diff --git a/debian/control b/debian/control
index 6894670..57d87f9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,17 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons 
-Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-video-dev, libxv-dev (>= 1:0.99.1-1), xutils-dev (>= 
1:7.1.ds-6), pkg-config, quilt
+Build-Depends:
+ debhelper (>= 5.0.0),
+ libx11-dev (>= 1:0.99.2-1),
+ libxext-dev (>= 1:0.99.1-1),
+ x11proto-video-dev,
+ libxv-dev (>= 1:0.99.1-1),
+ xutils-dev (>= 1:7.5~1),
+ pkg-config,
+ quilt,
+ automake,
+ libtool
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxvmc
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
diff --git a/debian/rules b/debian/rules
index 00a23f9..9d81efb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,16 +35,15 @@ 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 \
 --sysconfdir=/etc --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS="$(CFLAGS)" 
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
-
-   touch build-stamp
+   

libxvmc: Changes to 'debian-unstable'

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

New commits:
commit 9697ea36edd032fdf20ae8c006bf7d7824369cd4
Author: Brice Goglin 
Date:   Sat Aug 1 13:03:09 2009 +0200

Move -dbg packages to section debug

diff --git a/debian/changelog b/debian/changelog
index 336719e..41f1249 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ libxvmc (2:1.0.4-3) UNRELEASED; urgency=low
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538593.
+  * Move -dbg package to section debug.
 
- -- Brice Goglin   Sat, 01 Aug 2009 13:02:29 +0200
+ -- Brice Goglin   Sat, 01 Aug 2009 13:02:59 +0200
 
 libxvmc (1:1.0.4-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d93f109..6894670 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Description: X11 Video extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXvMC
 
 Package: libxvmc1-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxvmc1 (= 
${binary:Version})

commit 1427aec3253138ea518834e7cf91cd9680963d95
Author: Brice Goglin 
Date:   Sat Aug 1 13:02:46 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9225fc3..336719e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ libxvmc (2:1.0.4-3) UNRELEASED; urgency=low
 in the long description.
   * Add upstream URL to debian/copyright.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+  * Add README.source, bump Standards-Version to 3.8.2.
+  * Use updated xsfbs, closes: #538593.
 
- -- Brice Goglin   Fri, 13 Jun 2008 11:45:29 +0200
+ -- Brice Goglin   Sat, 01 Aug 2009 13:02:29 +0200
 
 libxvmc (1:1.0.4-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1c2e419..d93f109 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Drew Parsons 
 Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-video-dev, libxv-dev (>= 1:0.99.1-1), xutils-dev (>= 
1:7.1.ds-6), pkg-config, quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxvmc
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
 

commit 8f72294ada477f003888b6776883c1dd98289f3f
Author: Julien Cristau 
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 2>&1; 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 
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 
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 wi

libxvmc: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog |   12 +
 debian/control   |   24 +-
 debian/copyright |3 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 --
 debian/xsfbs/xsfbs.mk|  126 ++--
 debian/xsfbs/xsfbs.sh|  394 ---
 6 files changed, 264 insertions(+), 445 deletions(-)

New commits:
commit bc2679d0140c6dd499efd31d8347fdb3b03a30b0
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 13 10:53:00 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Bump Standards-Version to 3.7.3 (no changes).
  * Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in 
debian/control.
  * Remove Branden from Uploaders with his permission.
  * Add a link to www.X.org and a 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 bbaa2e3..9225fc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,18 @@
 libxvmc (2:1.0.4-3) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
 
- -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 12:05:13 +0300
+  [ Brice Goglin ]
+  * Bump Standards-Version to 3.7.3 (no changes).
+  * Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in debian/control.
+  * Remove Branden from Uploaders with his permission.
+  * Add a link to www.X.org and a 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:45:29 +0200
 
 libxvmc (1:1.0.4-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2721b25..1c2e419 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: libxvmc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Andres Salomon <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Andres Salomon <[EMAIL 
PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-video-dev, libxv-dev (>= 1:0.99.1-1), xutils-dev (>= 
1:7.1.ds-6), pkg-config, quilt
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxvmc
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxvmc
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
 
 Package: libxvmc1
 Section: libs
@@ -22,14 +22,18 @@ Description: X11 Video extension library
  non-existent.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXvMC
 
 Package: libxvmc1-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxvmc1 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxvmc1 (= 
${binary:Version})
 Description: X11 Video extension library (debug package)
  libXvMC provides an X Window System client interface to the
  XVideo-MotionCompensation extension to the X protocol.
@@ -43,13 +47,17 @@ Description: X11 Video extension library (debug package)
  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXvMC
 
 Package: libxvmc-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxvmc1 (= ${Source-Version}), 
libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, 
libxv-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxvmc1 (= ${binary:Version}), 
libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, 
libxv-dev
 Pre-Depends: x11-common (>= 1:7.0.0)
 Conflicts: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Replaces: x11proto-video-dev (<< 2.2+cvs.20050712-1)
@@ -66,5 +74,9 @@ Description: X11 Video extension library (development headers)
  libxvmc1.  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXvMC
diff --git a/deb

libxvmc: Changes to 'debian-unstable'

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

New commits:
commit 146a87cb7030fcf00ee1caa29343c01e588723c1
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Tue Apr 24 12:06:11 2007 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 9fc5999..bbaa2e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxvmc (2:1.0.4-3) UNRELEASED; urgency=low
+
+  * Bump the epoch so that this can be synced to Ubuntu in the future.
+
+ -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 12:05:13 +0300
+
 libxvmc (1:1.0.4-2) unstable; urgency=low
 
   * Add XS-Vcs-Browser.


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



libxvmc: Changes to 'debian-unstable'

2007-04-11 Thread Julien Cristau
 .gitignore |   22 
 ChangeLog  |  337 +++-
 Makefile.am|   11 
 Makefile.in|   23 
 aclocal.m4 |  127 ++-
 config.guess   |  667 ++---
 config.h.in|3 
 config.sub |  222 -
 configure  | 1394 +
 configure.ac   |   13 
 debian/changelog   |   22 
 debian/control |   18 
 debian/rules   |2 
 debian/xsfbs/xsfbs-autoreconf.mk   |  150 +++
 debian/xsfbs/xsfbs.mk  |  380 ++
 debian/xsfbs/xsfbs.sh  |  907 
 include/.gitignore |2 
 include/Makefile.in|6 
 include/X11/.gitignore |2 
 include/X11/Makefile.in|6 
 include/X11/extensions/.gitignore  |2 
 include/X11/extensions/Makefile.in |6 
 include/X11/extensions/XvMClib.h   |2 
 ltmain.sh  |   12 
 mkinstalldirs  |   89 +-
 src/.gitignore |7 
 src/Makefile.am|   10 
 src/Makefile.in|   13 
 src/XvMC.c |7 
 src/XvMCWrapper.c  |2 
 30 files changed, 3119 insertions(+), 1345 deletions(-)

New commits:
commit 8e82dadeebebb3f25c61bc8dfbb4cc3800644191
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Apr 11 17:47:48 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index ebbb002..9fc5999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libxvmc (1:1.0.4-2) UNRELEASED; urgency=low
+libxvmc (1:1.0.4-2) unstable; urgency=low
 
   * Add XS-Vcs-Browser.
   * Put binary packages in the proper sections.
   * Remove Fabio from Uploaders, with his permission.
+  * Upload to unstable.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 11 Apr 2007 17:44:19 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 11 Apr 2007 17:47:36 +0200
 
 libxvmc (1:1.0.4-1) experimental; urgency=low
 

commit c4c8803bc22bba3dad28a9612fec3f8a6aac8496
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Apr 11 17:45:28 2007 +0200

Various changes to debian/control

* Add XS-Vcs-Browser.
* Put binary packages in the proper sections.
* Remove Fabio from Uploaders, with his permission.

diff --git a/debian/changelog b/debian/changelog
index 98789a7..ebbb002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxvmc (1:1.0.4-2) UNRELEASED; urgency=low
+
+  * Add XS-Vcs-Browser.
+  * Put binary packages in the proper sections.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 11 Apr 2007 17:44:19 +0200
+
 libxvmc (1:1.0.4-1) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 59eb008..2721b25 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,14 @@ Source: libxvmc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>, Andres Salomon <[EMAIL 
PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Andres Salomon <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-video-dev, libxv-dev (>= 1:0.99.1-1), xutils-dev (>= 
1:7.1.ds-6), pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxvmc
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxvmc.git
 
 Package: libxvmc1
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
 Description: X11 Video extension library
@@ -24,6 +26,7 @@ Description: X11 Video extension library
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxvmc1-dbg
+Section: libdevel
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxvmc1 (= 
${Source-Version})
@@ -44,6 +47,7 @@ Description: X11 Video extension library (debug package)
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxvmc-dev
+Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxvmc1 (= ${Source-Version}), 
libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, 
libxv-dev
 Pre-Depends: x11-common (>= 1:7.0.0)

commit 01afe02a62c83fe86bae6c9ef1757d2b0862ecfa
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Mar 20 23:38:18 2007 +1100

Build-Depends: xutils-dev (>= 1:7.1.ds-6) and upload to experimental.

This libxvmc re

libxvmc: Changes to 'debian-unstable'

2007-01-25 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 79fc67b2984ef9bdb98b47f6fb71eff51acd7873
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit 1c81e7238809f49e3d5245f522e2a8285b788ec0
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Sep 8 23:28:58 2006 +

  * Explicitly exclude .la from dh_install.
  * upload to unstable (X11R7.1 transition).

commit e798608dcd10439eada0a862addaecfd8cef7d05
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Sep 8 23:12:01 2006 +

Sync trunk with branches/7.1 for libxvmc 1.0.2 (X11R7.1).

commit 61ced2708d75e252e7ac5eee667df6c9b390fe28
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon May 8 03:40:37 2006 +

Prepare changelog for upload

commit 907861a2bf03be576210e9e915e32d957a3f98d7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun May 7 20:43:48 2006 +

* Add XvMCConfig. Also add 01_debian_config_in_etc.diff to have the library
  look in /etc/X11 for it. Thanks John Goerzen. (closes: #365888)
* Run dh_install with --list-missing

commit 2bcc2f061c5dce379ccf577c3f6f9a03e76ef000
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 af84ca9b6ec2a230611b1bda47a009deab7ed088
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 03eb8b56b35df1bbd4f9f38f9e6bf2d0b5d51cb1
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 91af5e3d4de864dc24e608372e19b3aa998a61a4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 01:54:41 2006 +

* Version dependencies of the -dev package on the modular xlibs. Thanks John
  Hughes. (closes: #358165)

commit d92c61930b0e2787dbe8a8f2148213dc3d1b9c59
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 b66aabfd5e916ab31fdd2ebb15fee8300a8282e0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 176b4a6908823a8d71fa80464b0fd8f2187308b4
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]