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

x11proto-randr: Changes to 'debian-unstable'



 debian/changelog                  |   10 ++++++++--
 debian/control                    |    2 +-
 debian/rules                      |    6 +++---
 debian/x11proto-randr-dev.install |    2 +-
 4 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 4c8fad4e39ec3772cc5d01097c0d479fa204d5a2
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:50:48 2010 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index aa1f14c..f9906da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-randr (1.3.2-1) UNRELEASED; urgency=low
+x11proto-randr (1.3.2-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -14,7 +14,7 @@ x11proto-randr (1.3.2-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:29:01 -0400
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 03 Nov 2010 01:50:40 +0100
 
 x11proto-randr (1.3.1-1) unstable; urgency=low
 

commit de23634e23949112fc4c9c6d668eedf259b8d4fa
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:50:17 2010 +0100

    Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index bb82e55..aa1f14c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ x11proto-randr (1.3.2-1) UNRELEASED; urgency=low
   * Use .install rather than dh_installdocs for the txt documentation.
   * 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:29:01 -0400
 
diff --git a/debian/control b/debian/control
index 44a96eb..6f45c65 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-randr
 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 1a7d9b04568964764665fb9fe9174d9632ce6d10
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:50:00 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 2f59b08..bb82e55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ x11proto-randr (1.3.2-1) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Use .install rather than dh_installdocs for the txt documentation.
   * 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:29:01 -0400
 
diff --git a/debian/rules b/debian/rules
index 982b84b..1c98497 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ configure-stamp: autogen-stamp
 	mkdir -p build
 	cd build && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
-	             --infodir=\$${prefix}/share/info --disable-shared
+	             --infodir=\$${prefix}/share/info
 	touch configure-stamp
 
 build: build-stamp

commit 16c344b0e3224b48978b8332c593bacd8c0cac8f
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:49:40 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 6979fe0..2f59b08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ x11proto-randr (1.3.2-1) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Use .install rather than dh_installdocs for the txt documentation.
+  * Switch from --list-missing to --fail-missing for additional safety.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:29:01 -0400
 
diff --git a/debian/rules b/debian/rules
index 2373195..982b84b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,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 ChangeLog
 	dh_link
 	dh_strip

commit e8f39fbc8496e864e09601cb968fa78726f2d76d
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:49:26 2010 +0100

    Use .install rather than dh_installdocs for the txt documentation.

diff --git a/debian/changelog b/debian/changelog
index 6d6c4bf..6979fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ x11proto-randr (1.3.2-1) UNRELEASED; urgency=low
   [ Robert Hooker ]
   * New upstream release.
 
+  [ Cyril Brulebois ]
+  * Use .install rather than dh_installdocs for the txt documentation.
+
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:29:01 -0400
 
 x11proto-randr (1.3.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 45d039e..2373195 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,7 @@ binary-indep: build install
 	dh_testdir
 	dh_testroot
 
-	dh_installdocs randrproto.txt
+	dh_installdocs
 	dh_installman
 	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs ChangeLog
diff --git a/debian/x11proto-randr-dev.install b/debian/x11proto-randr-dev.install
index c831e90..526faf1 100644
--- a/debian/x11proto-randr-dev.install
+++ b/debian/x11proto-randr-dev.install
@@ -1,3 +1,3 @@
 usr/include/X11/extensions/*
 usr/lib/pkgconfig/randrproto.pc
-usr/share/doc/x11proto-randr-dev/*
+usr/share/doc/randrproto/randrproto.txt usr/share/doc/x11proto-randr-dev


Reply to: