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

libxshmfence: Changes to 'debian-unstable'



 debian/changelog |   13 ++++++++++---
 debian/rules     |   10 +++++++++-
 2 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit d406e57e40815871dcf838b2f506791abadf5a5f
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Dec 3 20:29:21 2013 +0100

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 0e165cf..15a5f0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxshmfence (1.1-1) UNRELEASED; urgency=low
+libxshmfence (1.1-1) unstable; urgency=low
 
   [ Maarten Lankhorst ]
   * New upstream release.
+    - add build-deps on pkg-config and x11proto-core-dev
   * Add symbols file.
   * libxshmfence is now built for any arch.
-  * Add missing build-deps.
 
   [ Julien Cristau ]
   * Allow parallel builds.
@@ -12,7 +12,7 @@ libxshmfence (1.1-1) UNRELEASED; urgency=low
   * Force shared-memory-dir to /tmp.  My schroots don't have world-writable
     /run/shm so the test fails.
 
- -- Maarten Lankhorst <maarten.lankhorst@ubuntu.com>  Mon, 02 Dec 2013 11:07:04 +0100
+ -- Julien Cristau <jcristau@debian.org>  Tue, 03 Dec 2013 20:28:43 +0100
 
 libxshmfence (1.0-1) unstable; urgency=low
 

commit 5205c27723554784310932b6456a0f393ec764ba
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Dec 3 20:10:00 2013 +0100

    Force shared-memory-dir to /tmp
    
    My schroots have non-world-writable /run/shm.

diff --git a/debian/changelog b/debian/changelog
index cdf2671..0e165cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libxshmfence (1.1-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Allow parallel builds.
   * Show test log on error, and disable silent build rules.
+  * Force shared-memory-dir to /tmp.  My schroots don't have world-writable
+    /run/shm so the test fails.
 
  -- Maarten Lankhorst <maarten.lankhorst@ubuntu.com>  Mon, 02 Dec 2013 11:07:04 +0100
 
diff --git a/debian/rules b/debian/rules
index f6c6935..413dbef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ override_dh_install:
 	dh_install --fail-missing -X.la
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules
+	dh_auto_configure -- \
+	    --disable-silent-rules \
+	    --with-shared-memory-dir=/tmp
 
 override_dh_auto_test:
 	dh_auto_test -- VERBOSE=1

commit b73409faac77965dde87ac4a05426ae5968809cf
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Dec 3 20:17:24 2013 +0100

    Show test log on error, and disable silent build rules.

diff --git a/debian/changelog b/debian/changelog
index c5dc3b6..cdf2671 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxshmfence (1.1-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Allow parallel builds.
+  * Show test log on error, and disable silent build rules.
 
  -- Maarten Lankhorst <maarten.lankhorst@ubuntu.com>  Mon, 02 Dec 2013 11:07:04 +0100
 
diff --git a/debian/rules b/debian/rules
index c6d116e..f6c6935 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,9 @@ override_dh_makeshlibs:
 
 override_dh_install:
 	dh_install --fail-missing -X.la
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
+override_dh_auto_test:
+	dh_auto_test -- VERBOSE=1

commit 3589c8723b99aa822b625684adb8dd4c363070e3
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Dec 3 20:16:59 2013 +0100

    Allow parallel builds.

diff --git a/debian/changelog b/debian/changelog
index ea262cf..c5dc3b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 libxshmfence (1.1-1) UNRELEASED; urgency=low
 
+  [ Maarten Lankhorst ]
   * New upstream release.
   * Add symbols file.
   * libxshmfence is now built for any arch.
   * Add missing build-deps.
 
+  [ Julien Cristau ]
+  * Allow parallel builds.
+
  -- Maarten Lankhorst <maarten.lankhorst@ubuntu.com>  Mon, 02 Dec 2013 11:07:04 +0100
 
 libxshmfence (1.0-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index bcc4344..c6d116e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt,autoreconf --builddirectory=build/
+	dh $@ --with quilt,autoreconf --builddirectory=build/ --parallel
 
 override_dh_makeshlibs:
 	dh_makeshlibs -- -c4


Reply to: