libxv: 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 f3e6f1ed8d9207b839ed882f44670f396200f632
Author: Emilio Pozuelo Monfort 
Date:   Tue Dec 6 01:32:55 2016 +0100

Perform the build in a `build' subdirectory

diff --git a/debian/changelog b/debian/changelog
index 223765e..d7e7deb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxv (2:1.0.11-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:32:38 +0100
+
 libxv (2:1.0.11-1) unstable; urgency=medium
 
   [ Andreas Boll ]
diff --git a/debian/rules b/debian/rules
index f7db278..158624c 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=libXv.la



libxv: Changes to 'debian-unstable'

2016-12-05 Thread Emilio Pozuelo Monfort
 debian/README.source   |   73 -
 debian/changelog   |   13 -
 debian/compat  |2 
 debian/control |   32 --
 debian/rules   |   90 ---
 debian/xsfbs/repack.sh |   32 --
 debian/xsfbs/xsfbs.mk  |  276 -
 debian/xsfbs/xsfbs.sh  |  622 -
 8 files changed, 17 insertions(+), 1123 deletions(-)

New commits:
commit 14be2c2014b43df7b2997143a85f2526259d48bb
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:19:29 2016 +0100

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 42f3fdf..223765e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (2:1.0.11-1) UNRELEASED; urgency=medium
+libxv (2:1.0.11-1) unstable; urgency=medium
 
   [ Andreas Boll ]
   * New upstream release.
@@ -16,7 +16,7 @@ libxv (2:1.0.11-1) UNRELEASED; urgency=medium
 depends on them for us now and calls dh_autoreconf.
   * Bump Standards-Version to 3.9.8, no changes.
 
- -- Andreas Boll   Fri, 07 Oct 2016 15:20:58 +0200
+ -- Emilio Pozuelo Monfort   Mon, 05 Dec 2016 19:19:25 +0100
 
 libxv (2:1.0.10-1) unstable; urgency=medium
 

commit 93c158773dfae9c9e22fe1e4599fa846846157a4
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:19:19 2016 +0100

Bump Standards-Version

diff --git a/debian/changelog b/debian/changelog
index b3aede4..42f3fdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libxv (2:1.0.11-1) UNRELEASED; urgency=medium
   * Switch to -dbgsym.
   * Drop unneeded automake and libtool build-dependencies; debhelper
 depends on them for us now and calls dh_autoreconf.
+  * Bump Standards-Version to 3.9.8, no changes.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:20:58 +0200
 
diff --git a/debian/control b/debian/control
index 5979d37..2f8c11e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxv
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Standards-Version: 3.8.3
+Standards-Version: 3.9.8
 Build-Depends:
  dpkg-dev (>= 1.16.1),
  debhelper (>= 10),

commit 76615e4c238a7f848ec9707d87bf24dcc29d2434
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:15:46 2016 +0100

Drop unneeded automake and libtool build-deps

diff --git a/debian/changelog b/debian/changelog
index 64b0d0d..b3aede4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ libxv (2:1.0.11-1) UNRELEASED; urgency=medium
   * Bump debhelper compat to 10.
   * Switch from xsfbs to dh.
   * Switch to -dbgsym.
+  * Drop unneeded automake and libtool build-dependencies; debhelper
+depends on them for us now and calls dh_autoreconf.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:20:58 +0200
 
diff --git a/debian/control b/debian/control
index 8db8524..5979d37 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,6 @@ Build-Depends:
  x11proto-video-dev,
  pkg-config,
  quilt,
- automake,
- libtool,
  xutils-dev (>= 1:7.5+4),
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxv.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxv.git

commit ceab16388e08b457053c091e66d8b0f5cb70b81f
Author: Emilio Pozuelo Monfort 
Date:   Mon Dec 5 19:15:01 2016 +0100

Switch to -dbgsym

diff --git a/debian/changelog b/debian/changelog
index bb630df..64b0d0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libxv (2:1.0.11-1) UNRELEASED; urgency=medium
   [ Emilio Pozuelo Monfort ]
   * Bump debhelper compat to 10.
   * Switch from xsfbs to dh.
+  * Switch to -dbgsym.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:20:58 +0200
 
diff --git a/debian/control b/debian/control
index 889e4ff..8db8524 100644
--- a/debian/control
+++ b/debian/control
@@ -40,32 +40,6 @@ Description: X11 Video extension library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXv
 
-Package: libxv1-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- libxv1 (= ${binary:Version}),
-Description: X11 Video extension library (debug package)
- libXv provides an X Window System client interface to the XVideo
- extension to the X protocol.
- .
- The XVideo extension allows for accelerated drawing of videos.  Hardware
- adaptors are exposed to clients, which may draw in a number of colourspaces,
- including YUV.
- .
- This package contains the debug versions of the library found in libxv1.
- 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/libXv
-
 Package: libxv-dev
 Section: libdevel
 Architecture: any

commit 

libxv: Changes to 'debian-unstable'

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

New commits:
commit 1deddaa18a6b3d7d442c45bd3dd91c320b5fd718
Author: Andreas Boll 
Date:   Tue Oct 25 12:05:49 2016 +0200

Close bug #840438

diff --git a/debian/changelog b/debian/changelog
index 228544a..5c3baf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 libxv (2:1.0.11-1) UNRELEASED; urgency=medium
 
   * New upstream release.
-- Fixes CVE-2016-5407.
+- Fixes CVE-2016-5407 (Closes: #840438).
   * Let uscan verify tarball signatures.
   * Update a bunch of URLs in packaging to https.
   * Add placeholder comment into series file.



libxv: Changes to 'debian-unstable'

2016-10-07 Thread Andreas Boll
 ChangeLog   |   42 ++
 configure.ac|2 -
 debian/changelog|   11 ++
 debian/control  |   12 +++
 debian/copyright|2 -
 debian/patches/series   |1 
 debian/upstream/signing-key.asc |   64 
 debian/watch|3 +
 src/Makefile.am |2 -
 src/Xv.c|   46 ++--
 10 files changed, 157 insertions(+), 28 deletions(-)

New commits:
commit e2ebef6a1a2f50c1fac846ec55e78b19a46c06a6
Author: Andreas Boll 
Date:   Fri Oct 7 15:34:43 2016 +0200

Remove obsolete Conflicts/Replaces from pre-wheezy.

diff --git a/debian/changelog b/debian/changelog
index 72f434d..228544a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxv (2:1.0.11-1) UNRELEASED; urgency=medium
   * Let uscan verify tarball signatures.
   * Update a bunch of URLs in packaging to https.
   * Add placeholder comment into series file.
+  * Remove obsolete Conflicts/Replaces from pre-wheezy.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:20:58 +0200
 
diff --git a/debian/control b/debian/control
index 13229ad..e161e88 100644
--- a/debian/control
+++ b/debian/control
@@ -77,8 +77,6 @@ Depends:
  libx11-dev,
  libxext-dev,
  x11proto-video-dev,
-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)
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.

commit edfd931c1f5589fdc8410454c9af6f71ae1aa87e
Author: Andreas Boll 
Date:   Fri Oct 7 15:28:34 2016 +0200

Add placeholder comment into series file.

diff --git a/debian/changelog b/debian/changelog
index 5513c24..72f434d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxv (2:1.0.11-1) UNRELEASED; urgency=medium
 - Fixes CVE-2016-5407.
   * Let uscan verify tarball signatures.
   * Update a bunch of URLs in packaging to https.
+  * Add placeholder comment into series file.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:20:58 +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 61121213ca9be2cc246eb728ecc092106ec641c7
Author: Andreas Boll 
Date:   Fri Oct 7 15:28:24 2016 +0200

Update a bunch of URLs in packaging to https.

diff --git a/debian/changelog b/debian/changelog
index 1e84115..5513c24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxv (2:1.0.11-1) UNRELEASED; urgency=medium
   * New upstream release.
 - Fixes CVE-2016-5407.
   * Let uscan verify tarball signatures.
+  * Update a bunch of URLs in packaging to https.
 
  -- Andreas Boll   Fri, 07 Oct 2016 15:20:58 +0200
 
diff --git a/debian/control b/debian/control
index 3663be8..13229ad 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (>= 1:7.5+4),
-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxv
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxv.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxv.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxv.git
 
 Package: libxv1
 Section: libs
@@ -35,7 +35,7 @@ Description: X11 Video extension library
  including YUV.
  .
  More information about X.Org can be found at:
- 
+ 
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXv
@@ -61,7 +61,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:
- 
+ 
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXv
@@ -91,7 +91,7 @@ Description: X11 Video extension library (development headers)
  libxv1.  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/libXv
diff --git a/debian/copyright b/debian/copyright
index 7aaa9d0..f93231b 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/
 
 Original Debian package author(s): Stephen Early, Mark Eichin, Branden 
   Robinson, ISHIKAWA Mutsumi, Daniel Stone
diff --git a/debian/watch b/debian/watch
index 27b6755..8846da3 

libxv: Changes to 'debian-unstable'

2013-08-12 Thread Julien Cristau
 ChangeLog  |  132 +
 autogen.sh |4 +
 configure.ac   |9 ++-
 debian/changelog   |   17 +
 debian/compat  |2 
 debian/control |1 
 debian/rules   |   15 +
 man/XvListImageFormats.man |   16 ++---
 src/Xv.c   |   67 +++---
 9 files changed, 231 insertions(+), 32 deletions(-)

New commits:
commit ca49d1067d8c4f00a087a7fe641fb59e8b8fcd10
Author: Julien Cristau jcris...@debian.org
Date:   Mon Aug 12 22:02:06 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index a627614..9b423d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (2:1.0.9-1) UNRELEASED; urgency=low
+libxv (2:1.0.9-1) unstable; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
@@ -6,7 +6,7 @@ libxv (2:1.0.9-1) UNRELEASED; urgency=low
   * Use dpkg-buildflags.
   * Use dh_prep instead of dh_clean -k.
 
- -- Julien Cristau jcris...@debian.org  Mon, 12 Aug 2013 21:40:31 +0200
+ -- Julien Cristau jcris...@debian.org  Mon, 12 Aug 2013 22:00:25 +0200
 
 libxv (2:1.0.7-1+deb7u1) wheezy-security; urgency=high
 

commit eca61eae1fbaff8c71a6aefc02aff42e3784e287
Author: Julien Cristau jcris...@debian.org
Date:   Mon Aug 12 22:00:04 2013 +0200

Use dh_prep instead of dh_clean -k.

diff --git a/debian/changelog b/debian/changelog
index f94fcc4..a627614 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxv (2:1.0.9-1) UNRELEASED; urgency=low
   * Bump debhelper compat level to 7.
   * Disable silent build rules.
   * Use dpkg-buildflags.
+  * Use dh_prep instead of dh_clean -k.
 
  -- Julien Cristau jcris...@debian.org  Mon, 12 Aug 2013 21:40:31 +0200
 
diff --git a/debian/rules b/debian/rules
index c29c781..da20064 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,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 f5f28383e5e8d27c4e5db4a80acf1f4127b616e8
Author: Julien Cristau jcris...@debian.org
Date:   Mon Aug 12 21:57:57 2013 +0200

Use dpkg-buildflags.

diff --git a/debian/changelog b/debian/changelog
index 33bc134..f94fcc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxv (2:1.0.9-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump debhelper compat level to 7.
   * Disable silent build rules.
+  * Use dpkg-buildflags.
 
  -- Julien Cristau jcris...@debian.org  Mon, 12 Aug 2013 21:40:31 +0200
 
diff --git a/debian/control b/debian/control
index 375b8b3..e316b2b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Cyril Brulebois k...@debian.org
 Standards-Version: 3.8.3
 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 af7574e..c29c781 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) \
 --infodir=\$${prefix}/share/info $(confflags) \
 --disable-silent-rules \
-CFLAGS=$(CFLAGS) 
+$(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
cd build  $(MAKE)
$@
 

commit 447d54ff60c50ab2b616d0237141d969861e623b
Author: Julien Cristau jcris...@debian.org
Date:   Mon Aug 12 21:56:58 2013 +0200

Disable silent build rules.

diff --git a/debian/changelog b/debian/changelog
index 14edb7e..33bc134 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxv (2:1.0.9-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
+  * Disable silent build rules.
 
  -- Julien Cristau jcris...@debian.org  Mon, 12 Aug 2013 21:40:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 95c8319..af7574e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,7 @@ build-stamp:
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
+--disable-silent-rules \
 CFLAGS=$(CFLAGS) 
cd build  $(MAKE)
$@

commit 

libxv: Changes to 'debian-unstable'

2012-04-24 Thread Julien Cristau
 debian/changelog |9 +++--
 debian/control   |   22 +-
 debian/rules |3 ---
 3 files changed, 24 insertions(+), 10 deletions(-)

New commits:
commit 21d80a4a8db32b72e85bc25b8c66284b92670cde
Author: Julien Cristau jcris...@debian.org
Date:   Tue Apr 24 21:19:05 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index fe184eb..0bd363f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (2:1.0.7-1) UNRELEASED; urgency=low
+libxv (2:1.0.7-1) unstable; urgency=low
 
   [ Robert Hooker ]
   * New upstream release.
@@ -7,7 +7,7 @@ libxv (2:1.0.7-1) UNRELEASED; urgency=low
   * Drop dh_testroot from debian/rules clean.
   * Remove David and Andres from Uploaders.
 
- -- Robert Hooker sarv...@ubuntu.com  Thu, 08 Mar 2012 22:42:45 -0500
+ -- Julien Cristau jcris...@debian.org  Tue, 24 Apr 2012 21:19:01 +0200
 
 libxv (2:1.0.6-2) unstable; urgency=low
 

commit 61f7c18eee20e9908f646717748f45ad622e5196
Author: Julien Cristau jcris...@debian.org
Date:   Tue Apr 24 21:18:07 2012 +0200

Line-wrap Depends fields in debian/control

diff --git a/debian/control b/debian/control
index 223e0c7..375b8b3 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,11 @@ Package: libxv1
 Section: libs
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Pre-Depends:
+ ${misc:Pre-Depends}
 Description: X11 Video extension library
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -42,7 +45,10 @@ Section: debug
 Architecture: any
 Multi-Arch: same
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version})
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxv1 (= ${binary:Version}),
 Description: X11 Video extension library (debug package)
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -64,7 +70,13 @@ Package: libxv-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-video-dev
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxv1 (= ${binary:Version}),
+ libx11-dev,
+ libxext-dev,
+ x11proto-video-dev,
 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)

commit 3827837066e5f8da02ca1b979d8e1e008b6fd763
Author: Julien Cristau jcris...@debian.org
Date:   Tue Apr 24 21:17:12 2012 +0200

Remove David and Andres from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 41b6b00..fe184eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxv (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 sarv...@ubuntu.com  Thu, 08 Mar 2012 22:42:45 -0500
 
diff --git a/debian/control b/debian/control
index d4f2110..223e0c7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxv
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Cyril Brulebois k...@debian.org
+Uploaders: Cyril Brulebois k...@debian.org
 Standards-Version: 3.8.3
 Build-Depends:
  debhelper (= 8.1.3),

commit fa2554bd212bddaab828d3b0d455c394c3523d72
Author: Julien Cristau jcris...@debian.org
Date:   Tue Apr 24 21:16:51 2012 +0200

Drop dh_testroot from debian/rules clean.

diff --git a/debian/changelog b/debian/changelog
index 5225922..41b6b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libxv (2:1.0.7-1) UNRELEASED; urgency=low
 
+  [ Robert Hooker ]
   * New upstream release.
 
+  [ Julien Cristau ]
+  * Drop dh_testroot from debian/rules clean.
+
  -- Robert Hooker sarv...@ubuntu.com  Thu, 08 Mar 2012 22:42:45 -0500
 
 libxv (2:1.0.6-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index c74677d..53d6c55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,9 +50,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*
@@ -61,7 +59,6 @@ clean: xsfclean
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
 
 install: build


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

libxv: Changes to 'debian-unstable'

2012-03-08 Thread Robert Hooker
 COPYING|8 +-
 ChangeLog  |   75 +++
 Makefile.am|6 +-
 configure.ac   |   84 +++
 debian/changelog   |6 ++
 include/X11/extensions/Xvlib.h |   66 
 man/XvGetStill.man |4 -
 man/XvQueryExtension.man   |4 -
 man/xv-library-v2.2.txt|   60 +++---
 src/Xv.c   |  110 -
 src/Xvlibint.h |   12 ++--
 11 files changed, 255 insertions(+), 180 deletions(-)

New commits:
commit 31f25631f15c8a7e0193981793ed27e07e565c30
Author: Robert Hooker sarv...@ubuntu.com
Date:   Thu Mar 8 22:43:35 2012 -0500

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 34b370e..ab6871f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+commit 0f4fa1820041394e879517abb49c0391ecc796f7
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Mar 7 21:25:38 2012 -0800
+
+libXv 1.0.7
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit de5e2271b54b7fe8bb3f8b66a70b5b87853f51a2
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Thu Nov 10 21:45:11 2011 -0800
+
+Fix gcc -Wwrite-strings warnings
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit ff45155aa59c22aa5abc5ffe941dfe3b0f4c288f
+Author: Jeremy Huddleston jerem...@apple.com
+Date:   Wed Oct 5 20:59:37 2011 -0700
+
+XvQueryExtension doesn't return XvBadAlloc
+
+https://bugs.freedesktop.org/show_bug.cgi?id=22829
+
+Signed-off-by: Jeremy Huddleston jerem...@apple.com
+
+commit 21ce77de0fc1b92bb55699df7e93dd1aae988fc5
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Sep 16 22:56:12 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 alan.coopersm...@oracle.com
+
+commit 7091e73f39b813adcc8fa5e61ad336ba063d7e00
+Author: Gaetan Nadon mems...@videotron.ca
+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])
+Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS
+No functional configuration changes
+
+This helps automated maintenance and release activities.
+Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
+
+commit 50a2f154f20763c9e98bdcf705fa366c87c6bae4
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Fri Jan 28 19:41:37 2011 -0500
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit b9b6680cbc95501af70c3597bfdd51d17aace695
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Thu Jan 27 18:50:15 2011 -0500
+
+config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
+
+XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
+AC_PROG_C_C99. This sets gcc with -std=gnu99.
+If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
 commit e34fff44ebc4f8c258df127f6f80d0a1aa86a25d
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Fri Oct 29 17:52:32 2010 -0700
diff --git a/debian/changelog b/debian/changelog
index 0852b51..5225922 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxv (2:1.0.7-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Robert Hooker sarv...@ubuntu.com  Thu, 08 Mar 2012 22:42:45 -0500
+
 libxv (2:1.0.6-2) unstable; urgency=low
 
   * Build for multiarch.

commit 0f4fa1820041394e879517abb49c0391ecc796f7
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Wed Mar 7 21:25:38 2012 -0800

libXv 1.0.7

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

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

commit de5e2271b54b7fe8bb3f8b66a70b5b87853f51a2
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Thu Nov 10 21:45:11 2011 -0800

Fix gcc -Wwrite-strings warnings

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

diff --git a/src/Xv.c b/src/Xv.c
index f9efb91..b081e8a 100644
--- a/src/Xv.c
+++ 

libxv: Changes to 'debian-unstable'

2011-08-11 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |6 +-
 debian/libxv-dev.install |6 +++---
 debian/libxv1.install|2 +-
 debian/rules |3 +++
 5 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit cf89dc7ca027c3407c6805f2e8a2421df6414ecc
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Aug 11 10:45:48 2011 -0700

releasing version 2:1.0.6-2

diff --git a/debian/changelog b/debian/changelog
index 927cc13..152c748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxv (2:1.0.6-2) UNRELEASED; urgency=low
+libxv (2:1.0.6-2) oneiric; urgency=low
 
   * Build for multiarch.
 
- -- Steve Langasek vor...@debian.org  Thu, 11 Aug 2011 17:41:14 +
+ -- Steve Langasek steve.langa...@ubuntu.com  Thu, 11 Aug 2011 10:45:44 -0700
 
 libxv (2:1.0.6-1) unstable; urgency=low
 

commit b051fa4e235604eca4cc71c25e383e29adc84def
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Aug 11 10:44:39 2011 -0700

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index df93231..927cc13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxv (2:1.0.6-2) UNRELEASED; urgency=low
+
+  * Build for multiarch.
+
+ -- Steve Langasek vor...@debian.org  Thu, 11 Aug 2011 17:41:14 +
+
 libxv (2:1.0.6-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 87ebbf5..d4f2110 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, Andres Salomon 
dilin...@debian.org, Cyril Brulebois k...@debian.org
 Standards-Version: 3.8.3
 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,
@@ -20,7 +20,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxv.git
 Package: libxv1
 Section: libs
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: X11 Video extension library
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -38,6 +40,7 @@ Description: X11 Video extension library
 Package: libxv1-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version})
 Description: X11 Video extension library (debug package)
@@ -60,6 +63,7 @@ Description: X11 Video extension library (debug package)
 Package: libxv-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-video-dev
 Conflicts: x11proto-video-dev ( 2.2+cvs.20050712-1)
 Replaces: x11proto-video-dev ( 2.2+cvs.20050712-1)
diff --git a/debian/libxv-dev.install b/debian/libxv-dev.install
index b3be4e0..21e1fd4 100644
--- a/debian/libxv-dev.install
+++ b/debian/libxv-dev.install
@@ -1,5 +1,5 @@
 usr/share/man/*
 usr/include/X11/*
-usr/lib/libXv.a
-usr/lib/libXv.so
-usr/lib/pkgconfig/xv.pc
+usr/lib/*/libXv.a
+usr/lib/*/libXv.so
+usr/lib/*/pkgconfig/xv.pc
diff --git a/debian/libxv1.install b/debian/libxv1.install
index d65b929..eb1dc20 100644
--- a/debian/libxv1.install
+++ b/debian/libxv1.install
@@ -1 +1 @@
-usr/lib/libXv.so.1*
+usr/lib/*/libXv.so.1*
diff --git a/debian/rules b/debian/rules
index bd0de0b..c74677d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@
 # set this to the name of the main shlib's binary package
 PACKAGE = libxv1
 
+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 --mandir=\$${prefix}/share/man \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS=$(CFLAGS) 
cd build  $(MAKE)


-- 
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/e1qrzki-00048e...@vasks.debian.org



libxv: Changes to 'debian-unstable'

2011-08-11 Thread Steve Langasek
Rebased ref, commits from common ancestor:
commit 842ec74be4384361c9e3c1e0e15f42ce4520772f
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Aug 11 10:45:48 2011 -0700

releasing version 2:1.0.6-2

diff --git a/debian/changelog b/debian/changelog
index 927cc13..0852b51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxv (2:1.0.6-2) UNRELEASED; urgency=low
+libxv (2:1.0.6-2) unstable; urgency=low
 
   * Build for multiarch.
 
- -- Steve Langasek vor...@debian.org  Thu, 11 Aug 2011 17:41:14 +
+ -- Steve Langasek vor...@debian.org  Thu, 11 Aug 2011 10:45:44 -0700
 
 libxv (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/e1qrzla-0004e7...@vasks.debian.org



libxv: Changes to 'debian-unstable'

2010-11-07 Thread Cyril Brulebois
 .gitignore |   76 ++
 ChangeLog  |  172 +
 Makefile.am|9 +-
 configure.ac   |   16 ++-
 debian/changelog   |   12 ++
 debian/control |4 
 debian/rules   |2 
 include/X11/extensions/Xvlib.h |1 
 man/Makefile.am|  113 +++---
 man/XvShmCreateImage.man   |2 
 man/XvShmPutImage.man  |2 
 src/Xv.c   |2 
 src/Xvlibint.h |3 
 13 files changed, 313 insertions(+), 101 deletions(-)

New commits:
commit f51407e28671444775b3667fda37c4dee346a3a4
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 00:41:51 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 23b9edd..df93231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (2:1.0.6-1) UNRELEASED; urgency=low
+libxv (2:1.0.6-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -12,7 +12,7 @@ libxv (2:1.0.6-1) UNRELEASED; urgency=low
   * Pass --exclude=libXv.la accordingly.
   * Add myself to Uploaders.
 
- -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:35:20 +0100
+ -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:41:47 +0100
 
 libxv (2:1.0.5-1) unstable; urgency=low
 

commit 2bf4618bd7050761a424442ee6187b78d7250e6c
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 00:41:44 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 58fd3f3..23b9edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxv (2:1.0.6-1) UNRELEASED; urgency=low
   * Bump xutils-dev build-dep for new macros.
   * Switch from --list-missing to --fail-missing for additional safety.
   * Pass --exclude=libXv.la accordingly.
+  * Add myself to Uploaders.
 
  -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:35:20 +0100
 
diff --git a/debian/control b/debian/control
index 66caec6..87ebbf5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxv
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Cyril Brulebois k...@debian.org
 Standards-Version: 3.8.3
 Build-Depends:
  debhelper (= 5.0.0),

commit 1950758e1fab88e11e68c36b5e8e8bb622c64fa5
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 00:40:48 2010 +0100

Pass --exclude=libXv.la accordingly.

diff --git a/debian/changelog b/debian/changelog
index 07e0d61..58fd3f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxv (2:1.0.6-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump xutils-dev build-dep for new macros.
   * Switch from --list-missing to --fail-missing for additional safety.
+  * Pass --exclude=libXv.la accordingly.
 
  -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:35:20 +0100
 
diff --git a/debian/rules b/debian/rules
index 4d3a5e5..bd0de0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --fail-missing
+   dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXv.la
dh_installchangelogs ChangeLog
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg

commit 2c946e508865fe62ec6fb2931e7e86374c399b9e
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 00:39:25 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 97333f4..07e0d61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxv (2:1.0.6-1) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * New upstream release.
   * Bump xutils-dev build-dep for new macros.
+  * Switch from --list-missing to --fail-missing for additional safety.
 
  -- Cyril Brulebois k...@debian.org  Mon, 08 Nov 2010 00:35:20 +0100
 
diff --git a/debian/rules b/debian/rules
index bc8ea3d..4d3a5e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --list-missing
+   dh_install --sourcedir=debian/tmp --fail-missing
dh_installchangelogs ChangeLog
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg

commit 96f3b88276974b53f8f4f1d8e4617394e273921b
Author: Cyril Brulebois k...@debian.org
Date:   Mon Nov 8 00:36:11 2010 +0100

Bump xutils-dev build-dep for new macros.

diff --git a/debian/changelog b/debian/changelog
index f40b389..97333f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ 

libxv: Changes to 'debian-unstable'

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

New commits:
commit 21ed383f5a47aad1709c75099557fdb522ce84e9
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:50 2010 +0700

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

diff --git a/debian/control b/debian/control
index 112b0bf..1ce3375 100644
--- a/debian/control
+++ b/debian/control
@@ -31,8 +31,6 @@ Description: X11 Video 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/libXv
@@ -55,8 +53,6 @@ Description: X11 Video 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/libXv
@@ -80,8 +76,6 @@ Description: X11 Video 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/libXv


-- 
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/e1oamgd-d5...@alioth.debian.org



libxv: Changes to 'debian-unstable'

2010-01-22 Thread Julien Cristau
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 25d9215820a408fa87ae91bfde0ae338af8964bd
Author: Julien Cristau jul...@radis.liafa.jussieu.fr
Date:   Sat Jan 23 01:46:38 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index bdf1b1c..7759a6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxv (2:1.0.5-2) UNRELEASED; urgency=low
 
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
+  * Remove myself from Uploaders
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:36 +
 
diff --git a/debian/control b/debian/control
index fa2a191..112b0bf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxv
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Julien Cristau jcris...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org
 Standards-Version: 3.8.3
 Build-Depends:
  debhelper (= 5.0.0),


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



libxv: 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 708a0ced1b26462319a595895ba76fcfb94f6b1c
Author: Julien Cristau jul...@radis.liafa.jussieu.fr
Date:   Sat Jan 16 16:48:52 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 b69d4a3..bdf1b1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxv (2:1.0.5-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:36 +
+
 libxv (2:1.0.5-1) unstable; urgency=low
 
   [ Brice Goglin ]
diff --git a/debian/rules b/debian/rules
index 2c7b155..bc8ea3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,12 +37,12 @@ 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 --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



libxv: Changes to 'debian-unstable'

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

New commits:
commit 1d314bf63d5dd6ad0de5e0e7d7d138b3557a618e
Author: Julien Cristau jcris...@debian.org
Date:   Wed Nov 25 20:03:23 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 4e0a978..b69d4a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (2:1.0.5-1) UNRELEASED; urgency=low
+libxv (2:1.0.5-1) unstable; urgency=low
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
@@ -19,7 +19,7 @@ libxv (2:1.0.5-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump Standards-Version to 3.8.3.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 11:51:46 +0200
+ -- Julien Cristau jcris...@debian.org  Wed, 25 Nov 2009 20:03:21 +0100
 
 libxv (2:1.0.4-1) unstable; urgency=low
 

commit 02ce3ed1f5e8983ccf112f55115e863f097e
Author: Julien Cristau jcris...@debian.org
Date:   Wed Nov 25 20:03:10 2009 +0100

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 7deb5a0..4e0a978 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ libxv (2:1.0.5-1) UNRELEASED; urgency=low
   * Drop Pre-Depends on x11-common from libxv-dev. This was needed for
 upgrades from sarge.
 
+  [ Julien Cristau ]
+  * Bump Standards-Version to 3.8.3.
+
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 11:51:46 +0200
 
 libxv (2:1.0.4-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 327d7ca..fa2a191 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Julien Cristau jcris...@debian.org
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),


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



libxv: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 .gitignore |9 
 ChangeLog  |   70 
 Makefile.am|4 
 Makefile.in|  725 -
 README |   25 
 aclocal.m4 | 8207 -
 config.guess   | 1526 --
 config.h.in|   64 
 config.sub | 1658 --
 configure  |21808 -
 configure.ac   |   15 
 debian/changelog   |   11 
 debian/control |   11 
 debian/rules   |   17 
 depcomp|  589 
 include/.gitignore |2 
 include/Makefile.in|  503 
 include/X11/.gitignore |2 
 include/X11/Makefile.in|  503 
 include/X11/extensions/.gitignore  |2 
 include/X11/extensions/Makefile.in |  422 
 include/X11/extensions/Xvlib.h |5 
 install-sh |  519 
 ltmain.sh  | 6964 ---
 man/.gitignore |3 
 man/Makefile.am|   13 
 man/Makefile.in|  441 
 man/Xv.man |  125 
 man/XvCreateImage.man  |  103 
 man/XvFreeAdaptorInfo.man  |   32 
 man/XvFreeEncodingInfo.man |   31 
 man/XvGetPortAttribute.man |   92 
 man/XvGetStill.man |  105 
 man/XvGetVideo.man |  103 
 man/XvGrabPort.man |   47 
 man/XvListImageFormats.man |  107 
 man/XvPortNotify.man   |   22 
 man/XvPutImage.man |   77 
 man/XvPutStill.man |   72 
 man/XvPutVideo.man |   80 
 man/XvQueryAdaptors.man|   43 
 man/XvQueryBestSize.man|   43 
 man/XvQueryEncodings.man   |   52 
 man/XvQueryExtension.man   |   45 
 man/XvQueryPortAttributes.man  |   55 
 man/XvSelectPortNotify.man |   46 
 man/XvSelectVideoNotify.man|   37 
 man/XvSetPortAttribute.man |  102 
 man/XvShmCreateImage.man   |1 
 man/XvShmPutImage.man  |1 
 man/XvStopVideo.man|   45 
 man/XvUngrabPort.man   |   37 
 man/XvVideoNotify.man  |   32 
 man/xv-library-v2.2.txt|  300 
 missing|  367 
 mkinstalldirs  |  161 
 src/.gitignore |6 
 src/Makefile.am|7 
 src/Makefile.in|  525 
 59 files changed, 1471 insertions(+), 45548 deletions(-)

New commits:
commit b27728f969addc9d8367f03a3bfa1a86faad0f12
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 11:57:48 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 170cce2..52b9dc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libxv (2:1.0.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * 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  Tue, 24 Nov 2009 11:51:46 +0200
 
diff --git a/debian/rules b/debian/rules
index 11da7ff..2c7b155 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,14 @@ PACKAGE = libxv1
 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 ee8c10371384f36eb91248033fea8ca1be476bd2
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 11:56:46 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f3468ea..170cce2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libxv (2:1.0.5-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
+  * Run autoreconf on build. Add build-deps on automake, libtool and
+xutils-dev.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 11:51:46 +0200
 
diff --git a/debian/control b/debian/control
index 68c2153..caf3677 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,16 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Julien Cristau 

libxv: 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 60037287893822cf9b861dd51a64813e17fd0cfa
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 12:34:46 2009 +0200

Drop Pre-Depends on x11-common from libxv-dev. This was needed for upgrades 
from sarge.

diff --git a/debian/changelog b/debian/changelog
index 52b9dc6..7deb5a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ libxv (2:1.0.5-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-Depends on x11-common from libxv-dev. This was needed for
+upgrades from sarge.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 11:51:46 +0200
 
diff --git a/debian/control b/debian/control
index caf3677..327d7ca 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,6 @@ Package: libxv-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-video-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



libxv: 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 937bfe602269a4fcd70dff2534e1cc15c5f2a2db
Author: Brice Goglin bgog...@debian.org
Date:   Sat Aug 1 13:00:59 2009 +0200

Move -dbg packages to section debug

diff --git a/debian/changelog b/debian/changelog
index c126e70..1bc9864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ libxv (2:1.0.4-2) UNRELEASED; urgency=low
   * Add upstream URL to debian/copyright.
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538591.
+  * Move -dbg package to section debug.
 
- -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 13:00:11 +0200
+ -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 13:00:50 +0200
 
 libxv (2:1.0.4-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ce0d677..68c2153 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Description: X11 Video extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXv
 
 Package: libxv1-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version})

commit d636144150fee01848c59b033a36b5e0c24179cd
Author: Brice Goglin bgog...@debian.org
Date:   Sat Aug 1 13:00:24 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index b4e8b86..c126e70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ libxv (2:1.0.4-2) UNRELEASED; urgency=low
   * Add a link to www.X.org and a reference to the upstream module
 in the long description.
   * Add upstream URL to debian/copyright.
+  * Add README.source, bump Standards-Version to 3.8.2.
+  * Use updated xsfbs, closes: #538591.
 
- -- Brice Goglin bgog...@debian.org  Fri, 13 Jun 2008 11:37:27 +0200
+ -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 13:00:11 +0200
 
 libxv (2:1.0.4-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 87ffa1b..ce0d677 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Julien Cristau jcris...@debian.org
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2), libxext-dev (= 
1:0.99.1), x11proto-video-dev, pkg-config, quilt
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxv
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxv.git

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 

libxv: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog |8 
 debian/control   |   12 +
 debian/copyright |  109 +-
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|   26 --
 debian/xsfbs/xsfbs.sh|  387 +--
 6 files changed, 291 insertions(+), 401 deletions(-)

New commits:
commit 29051ecb464c135c9110c114b55dcc7045652ac4
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Jun 13 10:52:43 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Add a link to www.X.org and a reference to the upstream module
in the long description.
  * Add upstream URL to debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index 7f10095..b4e8b86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxv (2:1.0.4-2) UNRELEASED; urgency=low
+
+  * Add a link to www.X.org and a reference to the upstream module
+in the long description.
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:37:27 +0200
+
 libxv (2:1.0.4-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/control b/debian/control
index c06d542..87ffa1b 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,12 @@ Description: X11 Video extension library
  including YUV.
  .
  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/libXv
 
 Package: libxv1-dbg
 Section: libdevel
@@ -41,8 +45,12 @@ 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:
+ 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/libXv
 
 Package: libxv-dev
 Section: libdevel
@@ -63,5 +71,9 @@ Description: X11 Video extension library (development headers)
  libxv1.  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXv
diff --git a/debian/copyright b/debian/copyright
index ce42a22..7aaa9d0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,55 +1,56 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
+
 Original Debian package author(s): Stephen Early, Mark Eichin, Branden 
-  Robinson, ISHIKAWA Mutsumi, Daniel Stone
-
-The sofware was later repackaged by:
-  Daniel Stone [EMAIL PROTECTED] on Mon, 16 May 2005 22:10:17 +1000
-
-The software was originally downloaded from http://x.org
-
-Copyright:
-
-Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,
-and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
-
-Written by:
-David Carver (Digital Workstation Engineering/Project Athena)
-Mark Vojkovich (XFree86 Project)
-
-License:
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its 
-documentation for any purpose and without fee is hereby granted, 
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in 
-supporting documentation, and that the names of Digital or MIT not be
-used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.  
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-Copyright 2005 Red Hat, Inc.
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation, and that the name of Red Hat not be used in
-advertising or publicity pertaining to distribution of the software without
-specific, written prior permission.  Red Hat makes no
-representations about the suitability of this software for any purpose.  It
-is provided as is without express or implied warranty.
-
-RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL 

libxv: Changes to 'debian-unstable'

2008-03-21 Thread Julien Cristau
 debian/changelog |   12 +---
 debian/control   |   16 
 2 files changed, 17 insertions(+), 11 deletions(-)

New commits:
commit 660438b2d048fd947107e55f08567cf79e903e21
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Mar 21 11:10:44 2008 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e4b6bfa..7f10095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (2:1.0.4-1) UNRELEASED; urgency=low
+libxv (2:1.0.4-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
@@ -12,7 +12,7 @@ libxv (2:1.0.4-1) UNRELEASED; urgency=low
   * libxv1 and libxv1-dbg don't need a dependency on x11-common.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Tue, 24 Apr 2007 12:03:53 +0300
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 21 Mar 2008 11:07:48 +0100
 
 libxv (1:1.0.3-1) unstable; urgency=low
 

commit 3dc21b2c0ef688da690f3aaae170a27392184875
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Mar 21 11:07:42 2008 +0100

debian/control updates

* Remove Branden from Uploaders with his permission and add myself.
* Bump Standards-Version to 3.7.3.
* Don't build-depend on packages with a -1 debian revision.
* Drop the XS- prefix from Vcs-* control fields.
* libxv1 and libxv1-dbg don't need a dependency on x11-common.
* Use ${binary:Version} instead of the deprecated ${Source-Version}.

diff --git a/debian/changelog b/debian/changelog
index c1ebfb3..e4b6bfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,12 @@ libxv (2:1.0.4-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * New upstream release.
+  * Remove Branden from Uploaders with his permission and add myself.
+  * Bump Standards-Version to 3.7.3.
+  * Don't build-depend on packages with a -1 debian revision.
+  * Drop the XS- prefix from Vcs-* control fields.
+  * libxv1 and libxv1-dbg don't need a dependency on x11-common.
+  * Use ${binary:Version} instead of the deprecated ${Source-Version}.
 
  -- Timo Aaltonen [EMAIL PROTECTED]  Tue, 24 Apr 2007 12:03:53 +0300
 
diff --git a/debian/control b/debian/control
index a191a43..c06d542 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,16 @@ Source: libxv
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
-Standards-Version: 3.7.2
-Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-video-dev, pkg-config, quilt
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxv
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxv.git
+Uploaders: David Nusinow [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
+Standards-Version: 3.7.3
+Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2), libxext-dev (= 
1:0.99.1), x11proto-video-dev, pkg-config, quilt
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxv
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxv.git
 
 Package: libxv1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 Video extension library
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -28,7 +28,7 @@ Package: libxv1-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxv1 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version})
 Description: X11 Video extension library (debug package)
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -47,7 +47,7 @@ Description: X11 Video extension library (debug package)
 Package: libxv-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-video-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-video-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)


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



libxv: Changes to 'debian-unstable'

2008-03-18 Thread Julien Cristau
 ChangeLog  |   27 
 Makefile.in|  158 +--
 aclocal.m4 |  927 --
 config.guess   |   60 -
 config.h.in|9 
 config.sub |   78 +
 configure  | 1861 +
 configure.ac   |2 
 debian/changelog   |6 
 debian/xsfbs/xsfbs.mk  |  110 --
 debian/xsfbs/xsfbs.sh  |7 
 depcomp|   93 +
 include/Makefile.in|  132 +-
 include/X11/Makefile.in|  132 +-
 include/X11/extensions/Makefile.in |  105 +-
 install-sh |  514 +++---
 ltmain.sh  |  277 +++--
 man/Makefile.am|1 
 man/Makefile.in|   90 -
 man/Xv.man |1 
 man/XvFreeAdaptorInfo.man  |5 
 man/XvFreeEncodingInfo.man |5 
 man/XvGetPortAttribute.man |   26 
 man/XvGetStill.man |   40 
 man/XvGetVideo.man |   40 
 man/XvGrabPort.man |   18 
 man/XvPortNotify.man   |   15 
 man/XvPutStill.man |   37 
 man/XvPutVideo.man |   37 
 man/XvQueryAdaptors.man|   24 
 man/XvQueryBestSize.man|   24 
 man/XvQueryEncodings.man   |   35 
 man/XvQueryExtension.man   |   28 
 man/XvSelectPortNotify.man |   14 
 man/XvSelectVideoNotify.man|   16 
 man/XvSetPortAttribute.man |   18 
 man/XvStopVideo.man|   23 
 man/XvUngrabPort.man   |   21 
 man/XvVideoNotify.man  |1 
 missing|   61 -
 mkinstalldirs  |5 
 src/Makefile.in|  147 +-
 42 files changed, 3241 insertions(+), 1989 deletions(-)

New commits:
commit c3e01dae68de12ec7c6f2350f9c5fb91c2ed2d24
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Mar 18 13:24:57 2008 +0100

autoreconf

diff --git a/Makefile.in b/Makefile.in
index aba5610..b608e47 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -35,15 +35,11 @@
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
 am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -57,18 +53,18 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in $(srcdir)/xv.pc.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs
-subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = xv.pc
@@ -76,10 +72,11 @@ SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
-   install-exec-recursive install-info-recursive \
-   install-recursive installcheck-recursive installdirs-recursive \
-   pdf-recursive ps-recursive uninstall-info-recursive \
-   uninstall-recursive
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
 am__vpath_adj_setup = srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
 

libxv: Changes to 'debian-unstable'

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

New commits:
commit a550914169f1b32b3a27ac2069ab312981c91150
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Tue Apr 24 12:04:24 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 8dcb901..75ea352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxv (2:1.0.3-2) 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:03:53 +0300
+
 libxv (1:1.0.3-1) unstable; urgency=low
 
   * New upstream release.


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



libxv: Changes to 'debian-unstable'

2007-04-12 Thread Julien Cristau
 .gitignore |   21 
 ChangeLog  |   13 
 Makefile.am|2 
 Makefile.in|   19 
 aclocal.m4 | 2753 +++---
 config.guess   |   51 
 config.sub |   57 
 configure  | 7104 -
 configure.ac   |2 
 debian/changelog   |   11 
 debian/control |   16 
 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|   14 
 include/X11/.gitignore |2 
 include/X11/Makefile.in|   14 
 include/X11/extensions/.gitignore  |2 
 include/X11/extensions/Makefile.in |   14 
 ltmain.sh  |   12 
 man/.gitignore |3 
 man/Makefile.in|   14 
 mkinstalldirs  |   89 
 src/.gitignore |6 
 src/Makefile.in|   14 
 27 files changed, 6965 insertions(+), 4709 deletions(-)

New commits:
commit fffeccfe32d43b39fdb8e4598f0e1bbb5b6f870d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Apr 12 17:24:08 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index c72de04..8dcb901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (1:1.0.3-1) UNRELEASED; urgency=low
+libxv (1:1.0.3-1) unstable; urgency=low
 
   * New upstream release.
   * Drop obsolete CVS information from package descriptions and add
@@ -7,7 +7,7 @@ libxv (1:1.0.3-1) UNRELEASED; urgency=low
   * Put binary packages in the correct sections.
   * Remove Fabio from Uploaders, with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 12 Apr 2007 17:20:16 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 12 Apr 2007 17:23:53 +0200
 
 libxv (1:1.0.2-1) unstable; urgency=low
 

commit d709d2fcafa8bf48b0a683478caaf9fcd61684ff
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Apr 12 17:20:49 2007 +0200

Remove Fabio from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index f961585..c72de04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ libxv (1:1.0.3-1) UNRELEASED; urgency=low
 XS-Vcs-*.
   * Install the upstream changelog.
   * Put binary packages in the correct sections.
+  * Remove Fabio from Uploaders, with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 12 Apr 2007 17:17:39 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 12 Apr 2007 17:20:16 +0200
 
 libxv (1:1.0.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1ac2338..a191a43 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxv
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force [EMAIL PROTECTED]
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Standards-Version: 3.7.2
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-video-dev, pkg-config, quilt
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxv

commit 3411d8cf6e2672142aade391a602190a883dbe06
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Apr 12 17:18:14 2007 +0200

Add XS-Vcs-Browser, put binary packages in the correct sections.

diff --git a/debian/changelog b/debian/changelog
index aafa469..f961585 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,11 @@ libxv (1:1.0.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Drop obsolete CVS information from package descriptions and add
-XS-Vcs-Git.
+XS-Vcs-*.
   * Install the upstream changelog.
+  * Put binary packages in the correct sections.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri,  2 Feb 2007 16:16:37 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 12 Apr 2007 17:17:39 +0200
 
 libxv (1:1.0.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5317a67..1ac2338 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,10 @@ Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson 
[EMAIL PROTECTED]
 Standards-Version: 3.7.2
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-video-dev, pkg-config, quilt
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxv
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxv.git
 
 Package: libxv1
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
 Description: X11 Video extension library

libxv: Changes to 'debian-unstable'

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

Add watch files.

commit 03d6a6c002ee291b12e292ad15452c855eb6f38c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Sep 26 00:18:51 2006 +

* New upstream release
* Remove 01_author_info.diff which is now obsolete

commit dceeb955dc9a33ef35355e02fd679db9f2561cca
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 15:27:51 2006 +

* Version build-depends on debhelper 5

commit 7b0e86f91914fdccefddd27f1703a3cead8239bc
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 15:23:58 2006 +

Prepare changelog for upload to unstable

commit 566a2581e448019f401b243841a84ace9188aee3
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 15:23:42 2006 +

* Add 01_author_info.diff pulled from git head to fill in AUTHORS and
  COPYING files in the source tree. Update debian copyright for the patch.

commit 4714b2570ffdf6bfc34eb02f75e2fbaf2adb8d31
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 15:18:04 2006 +

Merge to trunk. ARGH

commit be2ab91dc0be9bf003d66be8d977babd47f622e0
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 15:09:18 2006 +

* Autoreconf to fix manpage suffix
* Install manpages to -dev package

commit 4d51be9ae535c167f22e0fc80ef01f21bedf90fd
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 14:59:55 2006 +

* Bump standards version to 3.7.2.0

commit 48d1e101afa60786a961c62ffbdc1f43e39bc579
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 14:58:54 2006 +

* Remove duplicate depends on x11-common in -dev package

commit c651f0ba4760a96cfb85b03c11670f4b087a0a5d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 14:57:54 2006 +

* Run dh_install with --list-missing

commit d85eb9ee0248f9385e648eaaa1351eb9a0956772
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 23 14:43:48 2006 +

* Add 01_author_info.diff pulled from git head to fill in AUTHORS and
  COPYING files in the source tree
* Re-add lost copyright file and update it given the above patch

commit 423ffdb6171005612423569f67ee3397ed36fd5f
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 6ecc439e46e7bed50defc7bfdcb647f28d1dac3e
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 5a22d62329cf4033ad8e26a14f0c8760e9d09d96
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 2274c9de21ad7cb14829e3f788f806a1ff52c237
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 e170b2287ea2c3564c5479b079f7b23c87bf78a3
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 1d0ed7f479f4dc5140f6e0f0047914ea43753310
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]