changed debian/source/format to native

This commit is contained in:
openKylinBot 2022-05-14 02:25:40 +08:00
parent 7509e59c51
commit 343d6d267f
6 changed files with 1 additions and 145 deletions

View File

@ -1,30 +0,0 @@
From: Nicolas Boulenguez <nicolas@debian.org>
Date: Sat, 14 May 2022 02:25:40 +0800
Subject: link to Ada binding doc in separate package
The Ada binding is packaged separately, there is no need to duplicate
the documentation in ncurses-doc. Replace the internal link with a
hyperlink.
Bug-Debian: https://bugs.debian.org/757991
Forwarded: not-needed
Last-Update: 2017-07-02
---
doc/html/index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/html/index.html b/doc/html/index.html
index 4837781..16e6b48 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -56,8 +56,9 @@
<li>A <a href="hackguide.html">hackers guide</a> to
ncurses.</li>
- <li>A description of the <a href="Ada95.html">Ada95
- binding</a>, by J&uuml;rgen Pfeifer.</li>
+ <li>A description of the <a href="../../libncursesada-doc/Ada95.html">Ada95
+ binding</a>, by J&uuml;rgen Pfeifer (only available if you have installed
+ the libncursesada-doc Debian package).</li>
<li>A <a href="NCURSES-Programming-HOWTO.html">A short
tutorial</a>, by Pradeep Padala.</li>

View File

@ -1,34 +0,0 @@
From: Daniel Jacobowitz <dan@debian.org>
Date: Sat, 14 May 2022 02:25:40 +0800
Subject: Fix backspace key description in some terminfo entries
Bug-Debian: https://bugs.debian.org/237997
Bug-Debian: https://bugs.debian.org/602300
Forwarded: not-needed
Last-Update: 2019-07-17
---
misc/terminfo.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/misc/terminfo.src b/misc/terminfo.src
index 70047be..3cef3c9 100644
--- a/misc/terminfo.src
+++ b/misc/terminfo.src
@@ -6205,7 +6205,7 @@ Eterm|Eterm-color|Eterm with xterm-style color support (X Window System),
home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@,
il=\E[%p1%dL, il1=\E[L, ind=\n, is1=\E[?47l\E>\E[?1l,
is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kNXT@,
- kPRV@, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, kbeg=\EOu, kbs=^H,
+ kPRV@, ka1=\E[7~, ka3=\E[5~, kb2=\EOu, kbeg=\EOu, kbs=^?,
kc1=\E[8~, kc3=\E[6~, kent=\EOM, khlp=\E[28~, kmous=\E[M,
mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=,
@@ -7299,7 +7299,7 @@ screen|VT 100/ANSI X3.64 virtual terminal,
dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
enacs=\E(B\E)0, flash=\Eg, home=\E[H, hpa=\E[%i%p1%dG,
ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
- ind=\n, indn=\E[%p1%dS, is2=\E)0, kbs=^H, kcbt=\E[Z,
+ ind=\n, indn=\E[%p1%dS, is2=\E)0, kbs=^?, kcbt=\E[Z,
kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS,

View File

@ -1,26 +0,0 @@
From: Sven Joachim <svenjoac@gmx.de>
Date: Sat, 14 May 2022 02:25:40 +0800
Subject: Remove "rin" from screen-256color
Some (many?) tmux users have set their TERM environment variable to
screen-256color, and tmux before version 3.0 does not deal with "rin"
correctly. So drop "rin" from screen-256color, at least until tmux
3.0 is released.
Bug-Debian: https://bugs.debian.org/933572
Last-Update: 2019-08-07
---
misc/terminfo.src | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/terminfo.src b/misc/terminfo.src
index 3cef3c9..8549c08 100644
--- a/misc/terminfo.src
+++ b/misc/terminfo.src
@@ -7346,6 +7346,7 @@ screen-16color-bce-s|GNU Screen with 16 colors using BCE and status line,
screen-256color|GNU Screen with 256 colors,
use=xterm+256setaf, use=screen4,
+ rin@,
screen-256color-s|GNU Screen with 256 colors and status line,
use=xterm+256setaf, use=screen-s,

View File

@ -1,50 +0,0 @@
From: Sven Joachim <svenjoac@gmx.de>
Date: Sat, 14 May 2022 02:25:40 +0800
Subject: Omit -L part from ncurses6{w,}-config output
"ncurses6-config --libs" includes a "-L" part which is not needed
since the library is installed in a directory in the default linker
search path.
Upstream omits the -L part if $libdir is in a standard directory,
however the list of standard directories is determined at build time
and architecture dependent, breaking multiarch co-installability.
Until there is a way to obtain the multiarch path without running
dpkg-architecture our patch is not upstreamable.
Bug-Debian: https://bugs.debian.org/638281
Bug-Debian: https://bugs.debian.org/745479
Forwarded: not-needed
Last-Update: 2019-10-21
---
misc/ncurses-config.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/misc/ncurses-config.in b/misc/ncurses-config.in
index 7f8ba69..3ac2908 100644
--- a/misc/ncurses-config.in
+++ b/misc/ncurses-config.in
@@ -41,7 +41,6 @@ exec_prefix="@exec_prefix@"
bindir="@bindir@"
includedir="@includedir@"
-libdir="@libdir@"
datarootdir="@datarootdir@"
datadir="@datadir@"
mandir="@mandir@"
@@ -113,7 +112,7 @@ do
-L*)
[ -d ${opt##-L} ] || continue
case ${opt##-L} in
- @LD_SEARCHPATH@) # skip standard libdir
+ *) # skip standard libdir
continue
;;
*)
@@ -235,7 +234,6 @@ ENDECHO
echo $INCS
;;
--libdir)
- echo "${libdir}"
;;
--mandir)
echo "${mandir}"

View File

@ -1,4 +0,0 @@
01-debian-no-ada-doc.diff
02-debian-backspace.diff
02-debian-drop-rin-from-screen-256color.diff
03-debian-ncursesconfig-omit-L.diff

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)