noticed these while looking through debian/rules tonight --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7d0e3d67..87f0ecb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,9 +31,9 @@ configure: control $(unpack_stamp) $(patch_stamp)
pre-build:
# no backport support for these releases ..., keep conditionals for
# Debian: jessie stretch buster bullseye ...
-# UBuntu: precise trusty xenial bionic focal groovy hirsute ...
+# Ubuntu: precise trusty xenial bionic focal groovy hirsute ...
ifneq (,$(filter $(distrelease),lenny squeeze wheezy hardy lucid))
- @echo explicitely fail the build for $(distribution)/$(distrelease) on
$(DEB_TARGET_ARCH).
+ @echo explicitly fail the build for $(distribution)/$(distrelease) on
$(DEB_TARGET_ARCH).
@echo no bug report required. please figure out the back port yourself.
false
endif
--
nick black -=- https://nick-black.com
to make an apple pie from scratch,
you need first invent a universe.
signature.asc
Description: PGP signature

