Dear maintainer,
I've prepared an NMU for ocp (versioned as 1:0.1.21-1.3). The diff is attached to this message. Regards. -- WBR, wRAR
diff -Nru ocp-0.1.21/debian/changelog ocp-0.1.21/debian/changelog --- ocp-0.1.21/debian/changelog 2015-07-10 17:20:39.000000000 +0500 +++ ocp-0.1.21/debian/changelog 2016-12-18 20:39:25.000000000 +0500 @@ -1,3 +1,11 @@ +ocp (1:0.1.21-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with dpkg-buildpackage -A, patch by Santiago Vila (Closes: + #805954). + + -- Andrey Rahmatullin <[email protected]> Sun, 18 Dec 2016 20:39:25 +0500 + ocp (1:0.1.21-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru ocp-0.1.21/debian/rules ocp-0.1.21/debian/rules --- ocp-0.1.21/debian/rules 2015-07-10 17:23:46.000000000 +0500 +++ ocp-0.1.21/debian/rules 2016-12-18 20:39:25.000000000 +0500 @@ -63,29 +63,38 @@ # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. + dh_installchangelogs -i + dh_installdocs -i + dh_installmenu -i + dh_installman -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i # Build architecture-dependent files here. binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installmenu - dh_installman + dh_installchangelogs -a + dh_installdocs -a + dh_installmenu -a + dh_installman -a dh_link -popencubicplayer usr/share/man/man1/ocp.1 usr/share/man/man1/xocp.1 dh_link -popencubicplayer usr/share/man/man1/ocp.1 usr/share/man/man1/ocp-curses.1 dh_link -popencubicplayer usr/share/man/man1/ocp.1 usr/share/man/man1/ocp-sdl.1 dh_link -popencubicplayer usr/share/man/man1/ocp.1 usr/share/man/man1/ocp-vcsa.1 dh_link -popencubicplayer usr/share/man/man1/ocp.1 usr/share/man/man1/ocp-x11.1 - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure
signature.asc
Description: PGP signature

