Skip to content

Commit

Permalink
fix typo in release files
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 13, 2020
1 parent 927c606 commit c4242a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ version:
if [ -n "$$NEWVERSION" ] && [ "$$NEWVERSION" != "$$OLDVERSION" ]; then \
sed -ri "s/$$OLDVERSION/$$NEWVERSION/" version.sh naemon-core.spec; \
sed -e 's/UNRELEASED/unstable/g' -i debian/changelog; \
DEBFULLNAME="Naemon Development Team" DEBEMAIL="Naemon Development <[email protected]>" dch --newversion "$$NEWVERSION" --package "naemon-livestatus" -D "UNRELEASED" --urgency "low" "new upstream release"; \
DEBFULLNAME="Naemon Development Team" DEBEMAIL="Naemon Development <[email protected]>" dch --newversion "$$NEWVERSION" --package "naemon-core" -D "UNRELEASED" --urgency "low" "new upstream release"; \
sed -e 's/unstable/UNRELEASED/g' -i debian/changelog; \
echo "$$NEWVERSION - $(shell date '+%b %d %Y')" > .NEWS; \
echo "===================" >> .NEWS; \
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
naemon-livestatus (1.2.1) UNRELEASED; urgency=low
naemon-core (1.2.1) UNRELEASED; urgency=low

* new upstream release

Expand Down

0 comments on commit c4242a6

Please sign in to comment.