From 2a17c04ce17529d4e7dd2a92eead913fd211dbd6 Mon Sep 17 00:00:00 2001 From: limafresh Date: Sun, 10 Nov 2024 17:17:22 +0200 Subject: [PATCH] Forgot add rsync to debian/control --- README.md | 4 ++-- debian/changelog | 2 +- debian/control | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8257d0b..ecf9314 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ A fully functional Qt calculator written in Python using Sympy for calculations. | Release filename | Build system | Compatible distributions | | ---------------- | ------------ | ------------------------------------- | -| `pyqulator_-noble_all.deb` | Ubuntu Noble | Ubuntu Noble (24.04), Debian bookworm (12), Linux Mint 22, others based on Ubuntu 24.04 or Debian 12 | -| `pyqulator_-oracular_all.deb` | Ubuntu Oracular | Ubuntu Oracular (24.10) | +| `pyqulator_noble_all.deb` | Ubuntu Noble | Ubuntu Noble (24.04), Debian bookworm (12), Linux Mint 22, others based on Ubuntu 24.04 or Debian 12 | +| `pyqulator_oracular_all.deb` | Ubuntu Oracular | Ubuntu Oracular (24.10) | ### From PPA (Ubuntu based distributions, 24.04 and newer) ```bash sudo add-apt-repository ppa:limafresh/pyqulator diff --git a/debian/changelog b/debian/changelog index dfa2d96..742ea3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pyqulator (1.12.0-noble) noble; urgency=medium +pyqulator (1.12.0-1noble) noble; urgency=medium * The appearance is more compact, the text is in the line on the right, the copyright file has been added, unnecessary files have been removed from the deb diff --git a/debian/control b/debian/control index 74756b5..195c8c1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pyqulator Section: math Priority: optional Maintainer: limafresh -Build-Depends: debhelper (>= 10) +Build-Depends: debhelper (>= 10), rsync Standards-Version: 4.5.0 Homepage: https://github.com/limafresh/pyqulator