diff mbox series

[artful/master-next,1/1] UBUNTU: [Packaging] update urgency to medium by default

Message ID 20180125102743.11790-2-apw@canonical.com
State New
Headers show
Series [artful/master-next,1/1] UBUNTU: [Packaging] update urgency to medium by default | expand

Commit Message

Andy Whitcroft Jan. 25, 2018, 10:27 a.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1745338
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 debian/rules.d/1-maintainer.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King Jan. 25, 2018, 10:35 a.m. UTC | #1
On 25/01/18 10:27, Andy Whitcroft wrote:
> BugLink: http://bugs.launchpad.net/bugs/1745338
> Signed-off-by: Andy Whitcroft <apw@canonical.com>
> ---
>  debian/rules.d/1-maintainer.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk
> index 5612635f18a9..49ad8ba28881 100644
> --- a/debian/rules.d/1-maintainer.mk
> +++ b/debian/rules.d/1-maintainer.mk
> @@ -122,7 +122,7 @@ startnewrelease:
>  	nextmajor=$(shell expr `echo $(revision) | awk -F. '{print $$1}'` + 1); \
>  	now="$(shell date -R)"; \
>  	echo "Creating new changelog set for $(release)-$$nextmajor.$$nextminor..."; \
> -	echo -e "$(src_pkg_name) ($(release)-$$nextmajor.$$nextminor) UNRELEASED; urgency=low\n" > $(DEBIAN)/changelog.new; \
> +	echo -e "$(src_pkg_name) ($(release)-$$nextmajor.$$nextminor) UNRELEASED; urgency=medium\n" > $(DEBIAN)/changelog.new; \
>  	echo "  CHANGELOG: Do not edit directly. Autogenerated at release." >> \
>  		$(DEBIAN)/changelog.new; \
>  	echo "  CHANGELOG: Use the printchanges target to see the curent changes." \
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox series

Patch

diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk
index 5612635f18a9..49ad8ba28881 100644
--- a/debian/rules.d/1-maintainer.mk
+++ b/debian/rules.d/1-maintainer.mk
@@ -122,7 +122,7 @@  startnewrelease:
 	nextmajor=$(shell expr `echo $(revision) | awk -F. '{print $$1}'` + 1); \
 	now="$(shell date -R)"; \
 	echo "Creating new changelog set for $(release)-$$nextmajor.$$nextminor..."; \
-	echo -e "$(src_pkg_name) ($(release)-$$nextmajor.$$nextminor) UNRELEASED; urgency=low\n" > $(DEBIAN)/changelog.new; \
+	echo -e "$(src_pkg_name) ($(release)-$$nextmajor.$$nextminor) UNRELEASED; urgency=medium\n" > $(DEBIAN)/changelog.new; \
 	echo "  CHANGELOG: Do not edit directly. Autogenerated at release." >> \
 		$(DEBIAN)/changelog.new; \
 	echo "  CHANGELOG: Use the printchanges target to see the curent changes." \