diff -Nru vala-mode-el-0.1/debian/changelog vala-mode-el-0.1/debian/changelog --- vala-mode-el-0.1/debian/changelog 2018-06-09 11:46:31.000000000 +0000 +++ vala-mode-el-0.1/debian/changelog 2018-08-12 09:44:40.000000000 +0000 @@ -1,3 +1,13 @@ +vala-mode-el (0.1-6) unstable; urgency=medium + + * bump policy version + * bump debhelper version + * swizzle packaging repo to salsa emacsen-team repo + * switch priority from extra to optional per policy + * secure copyright format URL + + -- Barak A. Pearlmutter Sun, 12 Aug 2018 11:44:40 +0200 + vala-mode-el (0.1-5) unstable; urgency=medium * Team upload. diff -Nru vala-mode-el-0.1/debian/compat vala-mode-el-0.1/debian/compat --- vala-mode-el-0.1/debian/compat 2018-06-09 11:46:31.000000000 +0000 +++ vala-mode-el-0.1/debian/compat 2018-08-12 09:08:48.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru vala-mode-el-0.1/debian/control vala-mode-el-0.1/debian/control --- vala-mode-el-0.1/debian/control 2018-06-09 11:46:31.000000000 +0000 +++ vala-mode-el-0.1/debian/control 2018-08-12 09:44:40.000000000 +0000 @@ -1,13 +1,13 @@ Source: vala-mode-el Section: editors -Priority: extra +Priority: optional Maintainer: Debian Emacs addons team Uploaders: Barak A. Pearlmutter -Build-Depends: debhelper (>= 9), dh-elpa (>= 1.10) -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 11), dh-elpa (>= 1.10) +Standards-Version: 4.2.0 Homepage: https://wiki.gnome.org/Projects/Vala/Emacs -Vcs-Git: git://anonscm.debian.org/collab-maint/vala-mode-el.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/vala-mode-el.git +Vcs-Git: https://salsa.debian.org/emacsen-team/vala-mode-el.git +Vcs-Browser: https://salsa.debian.org/emacsen-team/vala-mode-el Package: elpa-vala-mode Architecture: all diff -Nru vala-mode-el-0.1/debian/copyright vala-mode-el-0.1/debian/copyright --- vala-mode-el-0.1/debian/copyright 2018-06-09 11:46:31.000000000 +0000 +++ vala-mode-el-0.1/debian/copyright 2018-08-12 09:44:40.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vala-mode Source: diff -Nru vala-mode-el-0.1/debian/patches/debian-changes vala-mode-el-0.1/debian/patches/debian-changes --- vala-mode-el-0.1/debian/patches/debian-changes 2018-06-09 11:46:31.000000000 +0000 +++ vala-mode-el-0.1/debian/patches/debian-changes 2018-08-12 09:44:40.000000000 +0000 @@ -5,13 +5,14 @@ information below has been extracted from the changelog. Adjust it or drop it. . - vala-mode-el (0.1-5) unstable; urgency=medium + vala-mode-el (0.1-6) unstable; urgency=medium . - * Team upload. - * Rebuild with dh-elpa 1.13, (Closes: #900734) - * Bump dh-elpa requirement to 1.10 (handle unversioned emacs). -Author: David Bremner -Bug-Debian: https://bugs.debian.org/900734 + * bump policy version + * bump debhelper version + * swizzle packaging repo to salsa emacsen-team repo + * switch priority from extra to optional per policy + * secure copyright format URL +Author: Barak A. Pearlmutter --- The information above should follow the Patch Tagging Guidelines, please @@ -24,7 +25,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: -Last-Update: 2018-06-09 +Last-Update: 2018-08-12 --- vala-mode-el-0.1.orig/vala-mode.el +++ vala-mode-el-0.1/vala-mode.el diff -Nru vala-mode-el-0.1/debian/rules vala-mode-el-0.1/debian/rules --- vala-mode-el-0.1/debian/rules 2018-06-09 11:46:31.000000000 +0000 +++ vala-mode-el-0.1/debian/rules 2018-08-12 09:44:40.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with elpa --parallel + dh $@ --with elpa