Skip to content

Commit

Permalink
Merge remote-tracking branch 'toresbe/patch-2' into gh25. closes #569
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Feb 13, 2025
2 parents 3efe676 + 64898d9 commit 0b68b47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.debian.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Debian
Use the following commands to create a Debian package:
```
source /etc/lsb-release
sed "s/#DIST#/${DISTRIB_CODENAME}/g" debian/changelog.in > debian/changelog
dpkg-buildpackage
sudo apt-get build-dep . # to install build dependencies
sed "s/#DIST#/$(lsb_release -cs)/g" debian/changelog.in > debian/changelog
dpkg-buildpackage --no-sign # omit this argument if you have a private key to sign with
```

0 comments on commit 0b68b47

Please sign in to comment.