Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Commit 3ada07f

Browse files
committed
fix paths in rules to match new package name
1 parent ede7012 commit 3ada07f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Package: delta-diff
1515
Architecture: amd64
1616
Depends:
1717
${misc:Depends},
18-
${shlibs:Depends},
1918
Description: A syntax-highlighter for git and diff output
2019
Delta provides language syntax-highlighting, within-line insertion/deletion
2120
detection, and restructured diff output for git on the command line.

debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ override_dh_auto_build:
1010
cargo build --release
1111

1212
override_dh_auto_install:
13-
install -Dm04755 "target/release/delta" "debian/delta/usr/bin/delta"
14-
strip "debian/delta/usr/bin/delta"
15-
install -Dm0644 "completion/bash/completion.sh" "debian/delta/usr/share/bash-completion/completions/delta"
13+
install -Dm04755 "target/release/delta" "debian/delta-diff/usr/bin/delta"
14+
strip "debian/delta-diff/usr/bin/delta"
15+
install -Dm0644 "completion/bash/completion.sh" "debian/delta-diff/usr/share/bash-completion/completions/delta-diff"

0 commit comments

Comments
 (0)