commit f272830296cf96ae8eb9d84b4a6dadedaa0de607
parent 68d446e3a8fb9da97a91ae7edda63a93dc6aa941
Author: Florian Dold <florian@dold.me>
Date: Wed, 27 May 2026 17:19:53 +0200
update bump script for usage with meson
Diffstat:
1 file changed, 0 insertions(+), 17 deletions(-)
diff --git a/contrib/bump b/contrib/bump
@@ -22,14 +22,6 @@ function updated {
fi
}
-# update configure.ac
-function configure_ac {
- updated configure.ac || return 0
-
- sed -i "/AC_INIT/s/,\\[\\(.*\\)\\],/,[${VERSION}],/" configure.ac
- echo "configure.ac ${VERSION}"
-}
-
# update debian/changelog
function debian_changelog {
updated debian/changelog || return 0
@@ -47,13 +39,4 @@ EOF
echo "debian/changelog ${VERSION}"
}
-function doc_doxygen {
- updated doc/doxygen/donau.doxy || return 0
-
- sed -i "/PROJECT_NUMBER/s/= \(.*\)/= ${VERSION}/" doc/doxygen/donau.doxy
- echo "doc/doxygen/donau.doxy ${VERSION}"
-}
-
-configure_ac
debian_changelog
-doc_doxygen