Simplify 'clean' target
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Fri, 27 Jan 2023 09:57:49 +0000 (10:57 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Fri, 27 Jan 2023 09:57:49 +0000 (10:57 +0100)
debian/clean [new file with mode: 0644]
debian/rules

diff --git a/debian/clean b/debian/clean
new file mode 100644 (file)
index 0000000..75167fa
--- /dev/null
@@ -0,0 +1 @@
+debian/build/
index d1f462aac5051cf81ae5f0687839dec56447aa69..949331e14dcba6172404e674ec7c1e98f54bbd35 100755 (executable)
@@ -18,12 +18,6 @@ DEB_SRCDIR = .
 %:
        dh $@ --sourcedirectory=$(DEB_SRCDIR) --buildsystem=meson
 
-override_dh_clean:
-       dh_clean
-       rm -rf $(FLAVORS:%=$(builddir)%)
-       -rmdir debian/build/
-       rm -f $(FLAVORS:%=jacktrip-%.1)
-
 #.PHONY: $(patsubst %,configure_%,$(FLAVORS))
 override_dh_auto_configure-arch: $(patsubst %,configure_%,$(FLAVORS))
 configure_%: