Run of fresh-snapshots for ncmpc
Try this locally (using silver-platter):
debian-svp new-upstream --snapshot ncmpc
Merge these changes:
git pull https://janitor.debian.net/git/ncmpc fresh-snapshots/main
Summary
Merged new upstream version: 0.36+git20191113.e8918fe (was: 0.36).
Diff
=== modified file 'NEWS'
--- a/NEWS 2019-11-05 11:52:22 +0000
+++ b/NEWS 2019-12-08 02:40:57 +0000
@@ -1,3 +1,5 @@
+ncmpc 0.37 - not yet released
+
ncmpc 0.36 - (2019-11-05)
* screen_keydef: show "Add new key" only if there is room for more keys
* support the Alt modifier in hotkeys
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-11-05 12:22:18 +0000
+++ b/debian/changelog 2019-12-08 02:40:57 +0000
@@ -1,8 +1,12 @@
-ncmpc (0.36-1) UNRELEASED; urgency=medium
+ncmpc (0.36+git20191113.e8918fe-1) UNRELEASED; urgency=medium
+ [ Geoffroy Youri Berret ]
* New upstream release
- -- Geoffroy Youri Berret <efrim@azylum.org> Tue, 05 Nov 2019 13:11:18 +0100
+ [ Debian Janitor ]
+ * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sun, 08 Dec 2019 02:40:44 +0000
ncmpc (0.35-1) unstable; urgency=medium
=== modified file 'doc/conf.py'
--- a/doc/conf.py 2019-11-05 11:52:22 +0000
+++ b/doc/conf.py 2019-12-08 02:40:57 +0000
@@ -38,7 +38,7 @@
# built documents.
#
# The short X.Y version.
-version = '0.36'
+version = '0.37'
# The full version, including alpha/beta/rc tags.
release = version
=== modified file 'lyrics/10-hd.sh'
--- a/lyrics/10-hd.sh 2019-09-19 09:05:18 +0000
+++ b/lyrics/10-hd.sh 2019-12-08 02:40:57 +0000
@@ -12,9 +12,10 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#
=== modified file 'lyrics/20-lyricwiki.rb'
--- a/lyrics/20-lyricwiki.rb 2019-09-19 09:05:18 +0000
+++ b/lyrics/20-lyricwiki.rb 2019-12-08 02:40:57 +0000
@@ -12,9 +12,10 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#
=== modified file 'meson.build'
--- a/meson.build 2019-11-05 11:52:22 +0000
+++ b/meson.build 2019-12-08 02:40:57 +0000
@@ -1,5 +1,5 @@
project('ncmpc', 'cpp',
- version: '0.36',
+ version: '0.37',
meson_version: '>= 0.47',
default_options: [
'cpp_std=c++14'