diff -Nru tmux-next-2.7~20190611~bzr4468+21/debian/bzr-builder.manifest tmux-next-3.0~20190628~bzr4468+22/debian/bzr-builder.manifest --- tmux-next-2.7~20190611~bzr4468+21/debian/bzr-builder.manifest 2019-06-11 18:03:21.000000000 +0000 +++ tmux-next-3.0~20190628~bzr4468+22/debian/bzr-builder.manifest 2019-06-28 18:49:40.000000000 +0000 @@ -1,3 +1,3 @@ -# bzr-builder format 0.3 deb-version {debupstream}~20190611~bzr4468+21-1ubuntu1~ppa0 +# bzr-builder format 0.3 deb-version {debupstream}~20190628~bzr4468+22-1ubuntu1~ppa0 lp:~pi-rho/tmux/master revid:git-v1:057c04e32a54018f5da1c93efc107f7e05db597e -merge packaging lp:~pi-rho/tmux/tmux-next-packaging revid:ubuntu@tyr.cx-20171121193409-p9nn0ae1gxqhpo7m +merge packaging lp:~pi-rho/tmux/tmux-next-packaging revid:ubuntu@tyr.cx-20190628184702-05iew2w593ekinx5 diff -Nru tmux-next-2.7~20190611~bzr4468+21/debian/changelog tmux-next-3.0~20190628~bzr4468+22/debian/changelog --- tmux-next-2.7~20190611~bzr4468+21/debian/changelog 2019-06-11 18:03:21.000000000 +0000 +++ tmux-next-3.0~20190628~bzr4468+22/debian/changelog 2019-06-28 18:49:40.000000000 +0000 @@ -1,8 +1,14 @@ -tmux-next (2.7~20190611~bzr4468+21-1ubuntu1~ppa0~ubuntu18.04.1) bionic; urgency=low +tmux-next (3.0~20190628~bzr4468+22-1ubuntu1~ppa0~ubuntu18.04.1) bionic; urgency=low * Auto build. - -- pi-rho Tue, 11 Jun 2019 18:03:21 +0000 + -- pi-rho Fri, 28 Jun 2019 18:49:40 +0000 + +tmux-next (3.0-1~ppa1~uuu) UNRELEASED; urgency=medium + + * Version bump + + -- pi-rho Fri, 28 Jun 2019 12:19:07 -0600 tmux-next (2.7-1~ppa1~uuu) UNRELEASED; urgency=medium diff -Nru tmux-next-2.7~20190611~bzr4468+21/debian/control tmux-next-3.0~20190628~bzr4468+22/debian/control --- tmux-next-2.7~20190611~bzr4468+21/debian/control 2019-06-11 18:03:20.000000000 +0000 +++ tmux-next-3.0~20190628~bzr4468+22/debian/control 2019-06-28 18:49:38.000000000 +0000 @@ -7,13 +7,15 @@ debhelper (>= 9~), dh-buildinfo, dh-autoreconf, - devscripts, + licensecheck, cdbs-extras, autotools-dev, libtool, libncurses5-dev, libevent-dev, pkg-config, + bison, + flex Standards-Version: 3.9.6 Homepage: http://tmux.sourceforge.net/ diff -Nru tmux-next-2.7~20190611~bzr4468+21/debian/control.in tmux-next-3.0~20190628~bzr4468+22/debian/control.in --- tmux-next-2.7~20190611~bzr4468+21/debian/control.in 2019-06-11 18:03:20.000000000 +0000 +++ tmux-next-3.0~20190628~bzr4468+22/debian/control.in 2019-06-28 18:49:38.000000000 +0000 @@ -9,6 +9,8 @@ libncurses5-dev, libevent-dev, pkg-config, + bison, + flex Standards-Version: 3.9.6 Homepage: http://tmux.sourceforge.net/ diff -Nru tmux-next-2.7~20190611~bzr4468+21/debian/rules tmux-next-3.0~20190628~bzr4468+22/debian/rules --- tmux-next-2.7~20190611~bzr4468+21/debian/rules 2019-06-11 18:03:20.000000000 +0000 +++ tmux-next-3.0~20190628~bzr4468+22/debian/rules 2019-06-28 18:49:38.000000000 +0000 @@ -19,7 +19,7 @@ DEB_UPSTREAM_URL := http://downloads.sourceforge.net/project/tmux/tmux/tmux-$(DEB_UPSTREAM_VERSION) PKG_DESTDIR = $(CURDIR)/debian/$(cdbs_curpkg) DEB_CONFIGURE_USER_FLAGS := --program-transform-name=s/tmux/tmux-next/ -DEB_UPSTREAM_VERSION_REV_MANGLE = s/.*/2.0-101-g4165ed9/ +DEB_UPSTREAM_VERSION_REV_MANGLE = s/.*/3.0-137-g68c2fc68/ pre-build:: if [ ! -f $(CURDIR)/tmux.h.orig ]; then \