summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-24 10:44:14 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-24 10:53:42 +0300
commited1276c7008b1dab96cd6b73e4b0fb62ca58bcc0 (patch)
treec7fd38cbd1ed65bb12ad857cce4dff88fe963d69 /debian
parentd73806f722113116d7a5b7886df2b7d5ccb34cda (diff)
downloadjt2-ed1276c7008b1dab96cd6b73e4b0fb62ca58bcc0.tar.gz
feat! rename binary from jt2 to jt
The software has now replaced all my use of the old Python version. Sponsored-by: author
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules4
4 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index ec6edc0..d1a3b83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-jt2 (0.1.0-1) UNRELEASED; urgency=medium
+jt (0.1.0-1) UNRELEASED; urgency=medium
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
diff --git a/debian/control b/debian/control
index 85c7d40..336dd98 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: jt2
+Source: jt
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
@@ -16,7 +16,7 @@ Build-Depends:
texlive-latex-recommended
Homepage: https://jt2.liw.fi
-Package: jt2
+Package: jt
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${cargo:Built-Using}
diff --git a/debian/copyright b/debian/copyright
index 7ee7188..9bf2a22 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: jt2
+Upstream-Name: jt
Upstream-Contact: Lars Wirzenius <liw@liw.fi>
Source: http://git.liw.fi/jt2
diff --git a/debian/rules b/debian/rules
index 2aece9a..e80a0aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ override_dh_auto_build:
true
override_dh_auto_install:
- cargo install --path=. --root=debian/jt2
- find debian/jt2 -name '.crates*' -delete
+ cargo install --path=. --root=debian/jt
+ find debian/jt -name '.crates*' -delete
override_dh_auto_test:
./check