diff options
author | B. Stack <bgstack15@gmail.com> | 2021-09-11 17:03:22 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-09-11 17:03:22 -0400 |
commit | e2b62d4c2935e76f711812def6f854a8ba4ab28b (patch) | |
tree | e24f4a6735941018afffdb29505f7ffd8e8b597e | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
download | stackrpms-e2b62d4c2935e76f711812def6f854a8ba4ab28b.tar.gz stackrpms-e2b62d4c2935e76f711812def6f854a8ba4ab28b.tar.bz2 stackrpms-e2b62d4c2935e76f711812def6f854a8ba4ab28b.zip |
add dh without autoreconf as a test
-rw-r--r-- | waterfox/debian/changelog | 8 | ||||
-rwxr-xr-x | waterfox/debian/rules | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog index 73ff2a4..e3effa3 100644 --- a/waterfox/debian/changelog +++ b/waterfox/debian/changelog @@ -1,3 +1,11 @@ +waterfox (2021.08-2+devuan) obs; urgency=medium + + - Attempt with dh --without autoreconf to solve the OBS problem + of error: configure.in: AC_INIT not found: not an autoconf + script? + + -- B. Stack <bgstack15@gmail.com> Sat, 11 Sep 2021 17:02:59 -0400 + waterfox (2021.08-1+devuan) obs; urgency=medium - latest version diff --git a/waterfox/debian/rules b/waterfox/debian/rules index 7e4cff5..7a68fcd 100755 --- a/waterfox/debian/rules +++ b/waterfox/debian/rules @@ -4,7 +4,7 @@ export SHELL=/bin/bash %: - dh $@ + dh $@ --without autoreconf override_dh_auto_clean: rm -f .mozconfig |