diff --git a/debian/changelog b/debian/changelog index 4f315ffc..6ea975b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cutefish-icons (0.6) unstable; urgency=medium +cutefish-icons (0.6-1) unstable; urgency=medium * Init diff --git a/debian/control b/debian/control index 84336238..f1d84257 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: CutefishOS Standards-Version: 4.5.1 Build-Depends: debhelper-compat (= 12), - gtk-update-icon-cache + gtk-update-icon-cache, + cmake Rules-Requires-Root: binary-targets Homepage: https://cutefishos.com diff --git a/debian/rules b/debian/rules index ed7f1520..b8dca91c 100644 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ \ No newline at end of file + dh $@ --parallel \ No newline at end of file