diff -Nru mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/changelog mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/changelog --- mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/changelog 2016-07-14 09:08:05.000000000 +0000 +++ mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/changelog 2018-10-18 19:55:14.000000000 +0000 @@ -1,3 +1,16 @@ +mupen64plus-video-glide64 (2.0.0+33+g764d9fe-5) unstable; urgency=medium + + * debian/control: + - update to debhelper 10 + - Move VCS-* to salsa.debian.org + * Upgraded to policy 4.2.1 + - remove get-orig-source rule from debian/rules + * debian/rules + - Remove ddeb migration conflict against pre-stretch package + - Drop (now default) parameter --parallel for dch + + -- Sven Eckelmann Thu, 18 Oct 2018 21:55:14 +0200 + mupen64plus-video-glide64 (2.0.0+33+g764d9fe-4) unstable; urgency=medium * debian/control @@ -6,6 +19,8 @@ * Upgraded to policy 3.9.8, no changes required * debian/patches: - Add Fix-build-with-GCC6.patch, Fix build with GCC6 (Closes: #831204) + * debian/copyright: + - Update copyright years -- Sven Eckelmann Thu, 14 Jul 2016 11:07:45 +0200 @@ -39,7 +54,6 @@ * debian/copyright: - Rewrite copyright information - Update years - * -- Sven Eckelmann Sat, 02 May 2015 14:31:25 +0200 diff -Nru mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/compat mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/compat --- mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/compat 2016-07-14 09:08:05.000000000 +0000 +++ mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/compat 2018-10-18 16:26:04.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/control mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/control --- mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/control 2016-07-14 09:08:05.000000000 +0000 +++ mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/control 2018-10-18 16:26:04.000000000 +0000 @@ -5,12 +5,12 @@ Uploaders: Sven Eckelmann , Tobias Loose , -Standards-Version: 3.9.8 +Standards-Version: 4.2.1 Homepage: http://mupen64plus.org/ -Vcs-Git: https://anonscm.debian.org/git/pkg-games/mupen64plus-video-glide64.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/mupen64plus-video-glide64.git +Vcs-Git: https://salsa.debian.org/games-team/mupen64plus-video-glide64.git +Vcs-Browser: https://salsa.debian.org/games-team/mupen64plus-video-glide64 Build-Depends: - debhelper (>= 9.20151219), + debhelper (>= 10), dpkg-dev (>= 1.16.1.1), libgl1-mesa-dev | libgl-dev, libmupen64plus-dev (>= 2.0), diff -Nru mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/copyright mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/copyright --- mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/copyright 2016-07-14 09:08:05.000000000 +0000 +++ mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/copyright 2018-10-18 16:26:04.000000000 +0000 @@ -8,8 +8,8 @@ License: GPL-2+ Files: debian/* -Copyright: 2009-2016, Sven Eckelmann - 2009-2016, Tobias Loose +Copyright: 2009-2017, Sven Eckelmann + 2009-2017, Tobias Loose License: GPL-2+ Files: projects/unix/Makefile diff -Nru mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/rules mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/rules --- mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/rules 2016-07-14 09:08:05.000000000 +0000 +++ mupen64plus-video-glide64-2.0.0+33+g764d9fe/debian/rules 2018-10-18 16:26:04.000000000 +0000 @@ -12,10 +12,7 @@ MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS="-DNDEBUG" SHAREDIR="/usr/share/games/mupen64plus/" SDL_CONFIG=sdl2-config binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep: - dh $@ --sourcedirectory="projects/unix" --parallel --list-missing - -get-orig-source: - $(CURDIR)/debian/get-orig-source.sh + dh $@ --sourcedirectory="projects/unix" --list-missing override_dh_auto_test: # otherwise dh_auto_test fails with debhelper 9.20130624 @@ -29,8 +26,5 @@ override_dh_auto_install: dh_auto_install -- $(MAKEOPTIONS) -override_dh_strip: - dh_strip -a --ddeb-migration='mupen64plus-video-glide64-dbg (<< 2.0.0+33+g764d9fe-3~)' - .PHONY: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep \ - get-orig-source override_dh_auto_clean override_dh_auto_test override_dh_auto_build override_dh_auto_install override_dh_strip + override_dh_auto_clean override_dh_auto_test override_dh_auto_build override_dh_auto_install