diff options
author | 2022-04-22 18:36:12 +0200 | |
---|---|---|
committer | 2022-04-22 18:36:12 +0200 | |
commit | 7bb29e7893b12f4772cb2839012c58112e723142 (patch) | |
tree | f4a6c257264ab333b263c6cf8e8e3921d13286a6 | |
parent | 7e038bece2f4fb78b5ce0427bd0e9d69b01a3816 (diff) | |
download | flat-remix-7bb29e7893b12f4772cb2839012c58112e723142.tar.gz flat-remix-7bb29e7893b12f4772cb2839012c58112e723142.zip |
Prepare for ubuntu release
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ PKGNAME = flat-remix MAINTAINER = Daniel Ruiz de Alegría <daniel@drasite.com> -UBUNTU_RELEASE = impish +UBUNTU_RELEASE = jammy PREFIX ?= /usr THEMES ?= $(patsubst %/index.theme,%,$(wildcard ./*/index.theme)) COLOR_VARIANTS ?= Blue Green Red Yellow Black Brown Cyan Grey Magenta Orange Teal Violet diff --git a/debian/control b/debian/control index 89ab17a53..c7569fcec 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: flat-remix Section: misc Priority: optional Maintainer: Daniel Ruiz de Alegría <daniel@drasite.com> -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) Homepage: https://drasite.com/flat-remix Package: flat-remix |