diff -u mbr-1.1.11/debian/changelog mbr-1.1.11/debian/changelog --- mbr-1.1.11/debian/changelog +++ mbr-1.1.11/debian/changelog @@ -1,3 +1,10 @@ +mbr (1.1.11-5) unstable; urgency=low + + * Add dh_md5sums to debian/rules, thanks to jmccrohan. Closes: #672321. + * Change build targets thanks to lintian. + + -- Santiago Garcia Mantinan Sun, 13 May 2012 10:24:15 +0200 + mbr (1.1.11-4) unstable; urgency=low * Try to fix building on kfreebsd-i386 not building the harness. diff -u mbr-1.1.11/debian/control mbr-1.1.11/debian/control --- mbr-1.1.11/debian/control +++ mbr-1.1.11/debian/control @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Santiago Garcia Mantinan -Standards-Version: 3.9.1 +Standards-Version: 3.9.3 Build-Depends: debhelper(>= 7), bin86, util-linux (>= 2.13) | linux32 Package: mbr diff -u mbr-1.1.11/debian/rules mbr-1.1.11/debian/rules --- mbr-1.1.11/debian/rules +++ mbr-1.1.11/debian/rules @@ -14,7 +14,13 @@ INSTALL_PROGRAM += -s endif -build: +build: build-arch build-indep + +build-arch: build-stamp + +build-indep: build-stamp + +build-stamp: ./configure --exec-prefix=`pwd`/debian/mbr/ --prefix=`pwd`/debian/mbr/usr $(MAKE) CC="$(CC)" LD="$(LD)" CFLAGS="$(CFLAGS)" ifneq (,$(findstring x86_64,$(KERNEL_ARCH))) @@ -53,6 +59,7 @@ dh_fixperms dh_shlibdeps dh_gencontrol + dh_md5sums dh_builddeb binary: binary-indep binary-arch