~ubuntu-branches/ubuntu/wily/pth/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): NIIBE Yutaka
  • Date: 2013-07-08 11:31:46 UTC
  • Revision ID: package-import@ubuntu.com-20130708113146-ch8kci6kvca1jliq
Tags: 2.0.7-18
* debian/control (Description): Remove THE.
  Add Multi-arch to libpth-dev and pth-dbg.
* debian/watch: Update.
* debian/rules: Remove FORTIFY_SOURCE=0 thing, as we have newer libc and
  fix for newer kernel now.
* debian/patches/07-test_uctx_fix.patch: New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
Depends: ${misc:Depends}, ${shlibs:Depends}
13
13
Multi-Arch: same
14
14
Pre-Depends: ${misc:Pre-Depends}
15
 
Description: The GNU Portable Threads
 
15
Description: GNU Portable Threads
16
16
 Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
17
17
 provides non-preemptive priority-based scheduling for multiple threads of
18
 
 execution ("multithreading") inside server applications. All threads run in the
19
 
 same address space of the server application, but each thread has its own
20
 
 individual program-counter, run-time stack, signal mask and errno variable.
 
18
 execution ("multithreading") inside server applications. All threads run
 
19
 in the same address space of the server application, but each thread has
 
20
 its own individual program-counter, run-time stack, signal mask and errno
 
21
 variable.
21
22
 
22
23
Package: libpth-dev
23
24
Section: libdevel
24
25
Architecture: any
25
26
Depends: ${misc:Depends}, libpth20 (= ${binary:Version})
26
 
Description: The GNU Portable Threads (development)
 
27
Multi-Arch: same
 
28
Description: GNU Portable Threads (development)
27
29
 Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
28
30
 provides non-preemptive priority-based scheduling for multiple threads of
29
 
 execution ("multithreading") inside server applications. All threads run in the
30
 
 same address space of the server application, but each thread has its own
31
 
 individual program-counter, run-time stack, signal mask and errno variable.
 
31
 execution ("multithreading") inside server applications. All threads run
 
32
 in the same address space of the server application, but each thread has
 
33
 its own individual program-counter, run-time stack, signal mask and errno
 
34
 variable.
32
35
 .
33
36
 This package contains the development files.
34
37
 
39
42
Depends:
40
43
 ${misc:Depends}, libpth20 (= ${binary:Version}),
41
44
 libpth-dev (=${binary:Version})
42
 
Description: The GNU Portable Threads (debug)
 
45
Multi-Arch: same
 
46
Description: GNU Portable Threads (debug)
43
47
 Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
44
48
 provides non-preemptive priority-based scheduling for multiple threads of
45
 
 execution ("multithreading") inside server applications. All threads run in the
46
 
 same address space of the server application, but each thread has its own
47
 
 individual program-counter, run-time stack, signal mask and errno variable.
 
49
 execution ("multithreading") inside server applications. All threads run
 
50
 in the same address space of the server application, but each thread has
 
51
 its own individual program-counter, run-time stack, signal mask and errno
 
52
 variable.
48
53
 .
49
54
 This package contains the debug symbols.