Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
debian/control.in/main: bump Standards-Version to 4.1.4 (no changes).
· 54c17088
Aurelien Jarno
authored
Jul 07, 2018
54c17088
debian/local/manpages/catchsegv.1: apply some corrections to the manpage. Closes: #902236.
· e7ad831c
Aurelien Jarno
authored
Jul 07, 2018
e7ad831c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e7ad831c
...
...
@@ -24,11 +24,16 @@ glibc (2.27-4) UNRELEASED; urgency=medium
removed upstream in version 2.27.
* debian/patches/riscv64/submitted-start-cfi.diff: fix endless loop
when throwing an exception from a constructor.
* debian/control.in/main: bump Standards-Version to 4.1.4 (no changes).
[ Laurent Bigonville ]
* debian/local/etc/nsswitch.conf: Switch from the compat to the files
module. Closes: #880846.
[ Bjarni Ingi Gislason ]
* debian/local/manpages/catchsegv.1: apply some corrections to the
manpage. Closes: #902236.
-- Samuel Thibault <sthibault@debian.org> Thu, 29 Mar 2018 22:33:14 +0200
glibc (2.27-3) unstable; urgency=medium
...
...
debian/control
View file @
e7ad831c
...
...
@@ -16,7 +16,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
Build-Depends-Indep: perl, po-debconf (>= 1.0)
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>, Samuel Thibault <sthibault@debian.org>
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/glibc-team/glibc
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git
Homepage: https://www.gnu.org/software/libc/libc.html
...
...
debian/control.in/main
View file @
e7ad831c
...
...
@@ -16,7 +16,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
Build-Depends-Indep: perl, po-debconf (>= 1.0)
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>, Samuel Thibault <sthibault@debian.org>
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/glibc-team/glibc
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git
Homepage: https://www.gnu.org/software/libc/libc.html
...
...
debian/local/manpages/catchsegv.1
View file @
e7ad831c
...
...
@@ -89,10 +89,15 @@
.\" X<> Xref (embedded
.\" Of course, you have to process the output yourself
.\" in some meaningful fashion.
.i
f
\nF \{
.i
e
\nF \{
\
.de IX
.tm Index:\\$1\t\\n%\t"\\$2"
..
.\}
.el \{\
.de IX
..
.\}
.nr % 0
.rr F
.\}
...
...
@@ -193,7 +198,7 @@
.SH "NAME"
catchsegv \- Catch segmentation faults in programs
.SH "SYNOPSIS"
\fBcatchsegv\fR \f
B
program\fR [\f
B
args\fR]
\fBcatchsegv\fR \f
I
program\fR [\
,\
f
I
args\fR
\/
]
.SH "DESCRIPTION"
Used to debug segmentation faults in programs. The output is the
content of registers, plus a backtrace. Basically you call your
...
...