debian/changelog | 5 +++-- debian/rules | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-)
New commits: commit 8ca265f4f532683e3a914ff53d3e7f2ba15912c2 Author: Julien Cristau <[email protected]> Date: Tue May 13 01:31:23 2014 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 05e3539..548e310 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libxshmfence (1.1-3) UNRELEASED; urgency=medium +libxshmfence (1.1-3) unstable; urgency=medium * Exclude hurd from arch list. They don't support PTHREAD_PROCESS_SHARED. * Use /dev/shm for shared memory dir (closes: #747893). - -- Julien Cristau <[email protected]> Fri, 13 Dec 2013 22:45:36 +0100 + -- Julien Cristau <[email protected]> Tue, 13 May 2014 01:30:24 +0200 libxshmfence (1.1-2) unstable; urgency=medium commit fa3278fc94939acbeba043cc50ebf0b86e499582 Author: Julien Cristau <[email protected]> Date: Tue May 13 01:31:12 2014 +0200 Use /dev/shm for shared memory dir (closes: #747893). diff --git a/debian/changelog b/debian/changelog index 3fafab0..05e3539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxshmfence (1.1-3) UNRELEASED; urgency=medium * Exclude hurd from arch list. They don't support PTHREAD_PROCESS_SHARED. + * Use /dev/shm for shared memory dir (closes: #747893). -- Julien Cristau <[email protected]> Fri, 13 Dec 2013 22:45:36 +0100 diff --git a/debian/rules b/debian/rules index 3cf1386..f84873f 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_install: override_dh_auto_configure: dh_auto_configure -- \ --disable-silent-rules \ - --with-shared-memory-dir=/tmp + --with-shared-memory-dir=/dev/shm override_dh_auto_test: dh_auto_test -- VERBOSE=1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

