diff options
-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 |