diffstat of debian/ for xfsprogs_4.3.0+nmu1 xfsprogs_4.3.0+nmu1ubuntu1.1 changelog | 15 +++++++++++++++ control | 3 ++- rules | 16 ++++++++++------ 3 files changed, 27 insertions(+), 7 deletions(-) diff -Nru xfsprogs-4.3.0+nmu1/debian/changelog xfsprogs-4.3.0+nmu1ubuntu1.1/debian/changelog --- xfsprogs-4.3.0+nmu1/debian/changelog 2016-02-10 03:39:50.000000000 +0000 +++ xfsprogs-4.3.0+nmu1ubuntu1.1/debian/changelog 2017-09-05 16:59:09.000000000 +0000 @@ -1,3 +1,18 @@ +xfsprogs (4.3.0+nmu1ubuntu1.1) xenial; urgency=medium + + * xfs_copy: Fix meta UUID handling on multiple copies upstream fix + cbca895541facb. (LP: #1696102) + + -- Brian Murray Tue, 05 Sep 2017 09:59:09 -0700 + +xfsprogs (4.3.0+nmu1ubuntu1) xenial; urgency=medium + + * Enable blkid in d-i, by dropping explicitly passed configure option + (broken configure). (LP: #1544574). + * Drop trying to create upstream distribution. + + -- Dimitri John Ledkov Tue, 16 Feb 2016 00:20:02 +0000 + xfsprogs (4.3.0+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru xfsprogs-4.3.0+nmu1/debian/control xfsprogs-4.3.0+nmu1ubuntu1.1/debian/control --- xfsprogs-4.3.0+nmu1/debian/control 2015-08-06 05:43:50.000000000 +0000 +++ xfsprogs-4.3.0+nmu1ubuntu1.1/debian/control 2016-02-16 12:36:56.000000000 +0000 @@ -1,7 +1,8 @@ Source: xfsprogs Section: admin Priority: optional -Maintainer: XFS Development Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: XFS Development Team Uploaders: Nathan Scott , Anibal Monsalve Salazar Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev Standards-Version: 3.9.1 diff -Nru xfsprogs-4.3.0+nmu1/debian/rules xfsprogs-4.3.0+nmu1ubuntu1.1/debian/rules --- xfsprogs-4.3.0+nmu1/debian/rules 2015-09-11 01:51:36.000000000 +0000 +++ xfsprogs-4.3.0+nmu1ubuntu1.1/debian/rules 2016-02-16 12:36:56.000000000 +0000 @@ -26,20 +26,25 @@ checkdir = test -f debian/rules build: built -built: dibuild config +built: reconf dibuild config @echo "== dpkg-buildpackage: build" 1>&2 $(MAKE) default touch built -config: .census +reconf: .reconf +.reconf: + $(checkdir) + AUTOHEADER=/bin/true dh_autoreconf + touch $@ + +config: .census .reconf .census: @echo "== dpkg-buildpackage: configure" 1>&2 $(checkdir) - AUTOHEADER=/bin/true dh_autoreconf $(options) $(MAKE) include/platform_defs.h touch .census -dibuild: +dibuild: .reconf $(checkdir) @echo "== dpkg-buildpackage: installer" 1>&2 if [ ! -f mkfs/mkfs.xfs-$(bootpkg) ]; then \ @@ -58,7 +63,7 @@ clean: @echo "== dpkg-buildpackage: clean" 1>&2 $(checkdir) - -rm -f built .census mkfs/mkfs.xfs-$(bootpkg) + -rm -f built .census .reconf mkfs/mkfs.xfs-$(bootpkg) $(MAKE) distclean -rm -rf $(dirme) $(dirdev) $(dirdi) -rm -f debian/*substvars debian/files* debian/*.debhelper @@ -74,7 +79,6 @@ $(pkgme) $(MAKE) -C . install $(pkgdev) $(MAKE) -C . install-dev $(pkgdi) $(MAKE) -C debian install-d-i - $(pkgme) $(MAKE) dist rmdir debian/xfslibs-dev/usr/share/doc/xfsprogs dh_installdocs dh_installchangelogs