diff --git a/build-tools/stx/debrepack.py b/build-tools/stx/debrepack.py index f49965a2..ba38a55e 100755 --- a/build-tools/stx/debrepack.py +++ b/build-tools/stx/debrepack.py @@ -441,6 +441,7 @@ class Parser(): run_shell_cmd(cmd % (tarball_file, self.pkginfo["srcdir"]), self.logger) self.create_orig_tarball() self.update_deb_folder() + self.apply_deb_patches() return True