diff options
author | B. Stack <bgstack15@gmail.com> | 2021-09-11 22:34:20 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-09-11 22:34:20 -0400 |
commit | afd2fb21b906297426418b5098a75307ade09372 (patch) | |
tree | 9b6c896b5283f9a3d26ede3dcda95adbec863db0 | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
download | stackrpms-afd2fb21b906297426418b5098a75307ade09372.tar.gz stackrpms-afd2fb21b906297426418b5098a75307ade09372.tar.bz2 stackrpms-afd2fb21b906297426418b5098a75307ade09372.zip |
newmoon d/rules dh $@ --without autoreconf
-rw-r--r-- | newmoon/debian/changelog | 6 | ||||
-rw-r--r-- | newmoon/debian/newmoon+devuan.dsc | 2 | ||||
-rwxr-xr-x | newmoon/debian/rules | 2 | ||||
-rw-r--r-- | waterfox/debian/waterfox+devuan.dsc | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index b58d84c..221ef3d 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,9 @@ +newmoon (29.4.0-2+devuan) obs; urgency=medium + + - Rebuild, with dh $@ --without autoreconf so it can actually build. + + -- B. Stack <bgstack15@gmail.com> Sat, 11 Sep 2021 22:33:42 -0400 + newmoon (29.4.0-1+devuan) obs; urgency=medium - This is a development, bugfix and security release diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index f52e753..aef3ce7 100644 --- a/newmoon/debian/newmoon+devuan.dsc +++ b/newmoon/debian/newmoon+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: newmoon Binary: newmoon Architecture: any -Version: 29.4.0-1+devuan +Version: 29.4.0-2+devuan Maintainer: B Stack <bgstack15@gmail.com> Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 diff --git a/newmoon/debian/rules b/newmoon/debian/rules index a3a6073..f47e5cc 100755 --- a/newmoon/debian/rules +++ b/newmoon/debian/rules @@ -16,7 +16,7 @@ export SHELL=/bin/bash export MCFILE=debian/mozconfig %: - dh $@ + dh $@ --without autoreconf override_dh_auto_clean: dh_auto_clean diff --git a/waterfox/debian/waterfox+devuan.dsc b/waterfox/debian/waterfox+devuan.dsc index 21ca3b0..7623fe6 100644 --- a/waterfox/debian/waterfox+devuan.dsc +++ b/waterfox/debian/waterfox+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: waterfox Binary: waterfox Architecture: any -Version: 2021.08-1+devuan +Version: 2021.08-2+devuan Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://www.waterfox.net/ Standards-Version: 4.1.4 |