diff options
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile index 8a39288b38..83a45542fc 100644 --- a/packaging/debs/Debian/Makefile +++ b/packaging/debs/Debian/Makefile @@ -50,8 +50,8 @@ package: clean clean: rm -rf $(UNPACKED_DIR) - rm -f $(PACKAGENAME)_*.tar.gz - rm -f $(PACKAGENAME)_*.diff.gz + rm -f $(DEBIAN_ORIG_TARBALL) + rm -f $(PACKAGENAME)_*.debian.tar.gz rm -f $(PACKAGENAME)_*.dsc rm -f $(PACKAGENAME)_*_*.changes rm -f $(PACKAGENAME)_*_*.deb |
