diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-27 23:11:11 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-27 23:11:11 +0100 |
commit | a819eab4dad13c12ad7d6b54685a664edc642c1d (patch) | |
tree | 190e788a9c13613425a5635d7fe28249722c6e9c | |
parent | 484efc37f422abebecfa0953eb25a502e85f1840 (diff) |
fix rebuilds of ucspi-tcp6
-rw-r--r-- | ucspi-tcp6-deb/debian/patches/series | 1 | ||||
-rwxr-xr-x | ucspi-tcp6-deb/debian/rules | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ucspi-tcp6-deb/debian/patches/series b/ucspi-tcp6-deb/debian/patches/series index 97ee046..4a97dfa 100644 --- a/ucspi-tcp6-deb/debian/patches/series +++ b/ucspi-tcp6-deb/debian/patches/series @@ -1,2 +1 @@ # You must remove unused comment lines for the released package. -000-conf.patch
\ No newline at end of file diff --git a/ucspi-tcp6-deb/debian/rules b/ucspi-tcp6-deb/debian/rules index 5b41dbb..58ae71b 100755 --- a/ucspi-tcp6-deb/debian/rules +++ b/ucspi-tcp6-deb/debian/rules @@ -17,6 +17,10 @@ override_dh_auto_clean: -tar -xf ../ucspi-tcp6_$(UPSTREAM_VERSION).orig.tar.gz --strip-components=1 rm -f ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/conf-cc rm -f ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/conf-ld + rm -f ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/src/hassgact.h + rm -f ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/src/hasshsgr.h + rm -f ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/src/sysdeps + rm -f ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/src/systype $(MAKE) -C ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/src clean rm -f ucspi-tcp6/ucspi-tcp6-$(UPSTREAM_VERSION)/src/home |