[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11proto-video: Changes to 'debian-unstable'



 debian/changelog                  |   11 +++++++++--
 debian/control                    |    5 +++--
 debian/rules                      |    4 ++--
 debian/x11proto-video-dev.install |    1 +
 4 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit acb51ce272053ef716c491e174f949186f81cb68
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 02:11:22 2010 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 3a7ae9c..4782fa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-video (2.3.1-1) UNRELEASED; urgency=low
+x11proto-video (2.3.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Remove myself from Uploaders.
@@ -16,7 +16,7 @@ x11proto-video (2.3.1-1) UNRELEASED; urgency=low
   * No longer pass --disable-shared, this option is gone.
   * Add myself to Uploaders.
 
- -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:58:25 -0400
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 03 Nov 2010 02:11:16 +0100
 
 x11proto-video (2.3.0-1) unstable; urgency=low
 

commit 7f9971fe38807fadac05eb7dd114b73d221102ff
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 02:11:05 2010 +0100

    Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index c5d72e4..3a7ae9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ x11proto-video (2.3.1-1) UNRELEASED; urgency=low
   * Install xv-protocol-v2.txt as well.
   * Switch from --list-missing to --fail-missing for additional safety.
   * No longer pass --disable-shared, this option is gone.
+  * Add myself to Uploaders.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:58:25 -0400
 
diff --git a/debian/control b/debian/control
index b0dbc41..820ba52 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-video
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
  automake,

commit c84cba6edc5c4bced6f39dd793213f576571753e
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 02:10:49 2010 +0100

    No longer pass --disable-shared, this option is gone.

diff --git a/debian/changelog b/debian/changelog
index 4e853f8..c5d72e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x11proto-video (2.3.1-1) UNRELEASED; urgency=low
   * Add pkg-config build-dep.
   * Install xv-protocol-v2.txt as well.
   * Switch from --list-missing to --fail-missing for additional safety.
+  * No longer pass --disable-shared, this option is gone.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:58:25 -0400
 
diff --git a/debian/rules b/debian/rules
index 417e081..38ee5b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ build-stamp:
 	mkdir -p build
 	cd build && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
-	             --infodir=\$${prefix}/share/info --disable-shared \
+	             --infodir=\$${prefix}/share/info \
 	             $(confflags) CFLAGS="$(CFLAGS)" 
 	cd build && $(MAKE)
 	>$@

commit 982effcf22371cd3979c13fce18d4e1047f021b0
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 02:10:26 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 1aa451b..4e853f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ x11proto-video (2.3.1-1) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Add pkg-config build-dep.
   * Install xv-protocol-v2.txt as well.
+  * Switch from --list-missing to --fail-missing for additional safety.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:58:25 -0400
 
diff --git a/debian/rules b/debian/rules
index 358d308..417e081 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ binary-indep: build install
 
 	dh_installdocs
 	dh_installman
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --fail-missing
 	dh_installchangelogs
 	dh_link
 	dh_strip

commit b4a8479f4c7d55dd0197593a6a9471d17f8d00b7
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 02:10:06 2010 +0100

    Install xv-protocol-v2.txt as well.

diff --git a/debian/changelog b/debian/changelog
index 07fa49a..1aa451b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ x11proto-video (2.3.1-1) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Add pkg-config build-dep.
+  * Install xv-protocol-v2.txt as well.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:58:25 -0400
 
diff --git a/debian/x11proto-video-dev.install b/debian/x11proto-video-dev.install
index 290dae0..72309d7 100644
--- a/debian/x11proto-video-dev.install
+++ b/debian/x11proto-video-dev.install
@@ -1,2 +1,3 @@
 usr/include/X11/extensions/*
 usr/lib/pkgconfig/videoproto.pc
+usr/share/doc/videoproto/xv-protocol-v2.txt usr/share/doc/x11proto-video-dev/

commit da97f75adae66f760839b72113d99faacc194874
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 02:08:05 2010 +0100

    Add pkg-config build-dep.

diff --git a/debian/changelog b/debian/changelog
index 8b84dd2..07fa49a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ x11proto-video (2.3.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump xutils-dev build dep to 1:7.5~1 for util-macros 1.3 requirement.
 
+  [ Cyril Brulebois ]
+  * Add pkg-config build-dep.
+
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:58:25 -0400
 
 x11proto-video (2.3.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 42c59d8..b0dbc41 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.
 Build-Depends:
  debhelper (>= 5.0.0),
  automake,
- xutils-dev (>= 1:7.5~1)
+ xutils-dev (>= 1:7.5~1),
+ pkg-config,
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-video
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-video.git


Reply to: