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

x11proto-kb: Changes to 'debian-unstable'



 debian/changelog |   10 ++++++++--
 debian/control   |    5 +++--
 debian/rules     |    4 ++--
 3 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit dcf2c4b34cee8dbb9e5fe69519a66aca3f8fd7c0
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:42:05 2010 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 2d7371b..8671ee6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-kb (1.0.5-1) UNRELEASED; urgency=low
+x11proto-kb (1.0.5-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Remove myself from Uploaders.
@@ -14,7 +14,7 @@ x11proto-kb (1.0.5-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:26:49 -0400
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 03 Nov 2010 01:41:58 +0100
 
 x11proto-kb (1.0.4-1) unstable; urgency=low
 

commit b80c2a59dab9017fb819042b6cd85ba94eb21d6b
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:41:55 2010 +0100

    Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 0cfeb7e..2d7371b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ x11proto-kb (1.0.5-1) UNRELEASED; urgency=low
   * Switch from --list-missing to --fail-missing for additional safety.
   * Add pkg-config build-dep.
   * No longer pass --disable-shared, this option is gone.
+  * Add myself to Uploaders.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:26:49 -0400
 
diff --git a/debian/control b/debian/control
index bd219db..83c92da 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-kb
 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 0f41b2ebec94d5a9a37315b9411c973662d58e52
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:40:18 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 947bac0..0cfeb7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ x11proto-kb (1.0.5-1) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Switch from --list-missing to --fail-missing for additional safety.
   * Add pkg-config build-dep.
+  * No longer pass --disable-shared, this option is gone.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:26:49 -0400
 
diff --git a/debian/rules b/debian/rules
index d75e86c..6b5f3f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,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 f8f2ea70fb57ce3bef0bcfe654e2a62bc258d7f6
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:38:33 2010 +0100

    Add pkg-config build-dep.

diff --git a/debian/changelog b/debian/changelog
index 65bcf38..947bac0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ x11proto-kb (1.0.5-1) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Switch from --list-missing to --fail-missing for additional safety.
+  * Add pkg-config build-dep.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:26:49 -0400
 
diff --git a/debian/control b/debian/control
index f27b185..bd219db 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-kb
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-kb.git

commit c558ea4a1222752ef8a63daecafd42bae23e8f7e
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Nov 3 01:36:46 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a8783d1..65bcf38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ x11proto-kb (1.0.5-1) UNRELEASED; urgency=low
   [ Robert Hooker ]
   * New upstream release.
 
+  [ Cyril Brulebois ]
+  * Switch from --list-missing to --fail-missing for additional safety.
+
  -- Robert Hooker <sarvatt@ubuntu.com>  Tue, 02 Nov 2010 19:26:49 -0400
 
 x11proto-kb (1.0.4-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 8fed229..d75e86c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,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


Reply to: