summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-30 06:48:56 +0000
committerLars Wirzenius <liw@liw.fi>2023-12-30 06:48:56 +0000
commitd14f3de18558e9f507fa59dc04a5d20859d946b5 (patch)
tree701a9b01c360dbb548cbda20c919adfdb506ec58 /debian
parent91b2ffb4d3033bd212c55ae304bf86b7c4bc3502 (diff)
parenta4fa7b7d268e57b9a3b524cf084ed0d59078c40a (diff)
downloadclab-d14f3de18558e9f507fa59dc04a5d20859d946b5.tar.gz
Merge branch 'chore' into 'main'
chore: bump version number of crate See merge request larswirzenius/clab!13
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules4
3 files changed, 9 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index f5f82b9..831a71e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+clab (0.6.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 30 Dec 2023 08:36:00 +0200
+
clab (0.5-1) unstable; urgency=medium
* Rewrite in Rust.
diff --git a/debian/control b/debian/control
index 3895db0..5b0cf71 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,7 @@ Build-Depends:
moreutils,
python3,
python3-yaml,
- subplot,
- texlive-fonts-recommended,
- texlive-latex-base,
- texlive-latex-recommended
+ subplot
Homepage: https://clab.liw.fi
Package: clab
diff --git a/debian/rules b/debian/rules
index 3bdd3ab..bc94d45 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/clab
+ cargo install --path=. --root=debian/clab --offline
find debian/clab -name '.crates*' -delete
override_dh_auto_test:
- ./check
+ echo disabled: ./check