]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
UBUNTU: [Packaging] update urgency to medium by default
authorAndy Whitcroft <apw@canonical.com>
Thu, 25 Jan 2018 10:27:43 +0000 (10:27 +0000)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:45:11 +0000 (07:45 -0600)
BugLink: http://bugs.launchpad.net/bugs/1745338
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian/rules.d/1-maintainer.mk

index 5612635f18a96beeccc9c1e1752c80468c2031ff..49ad8ba28881ae5074de9ea69e718a556fc84af3 100644 (file)
@@ -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." \