Control: tag -1 pending Dear maintainer,
I've prepared an NMU for hdparm (versioned as 9.43-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards, -- Colin Watson [cjwat...@debian.org]
diff -u hdparm-9.43/debian/changelog hdparm-9.43/debian/changelog --- hdparm-9.43/debian/changelog +++ hdparm-9.43/debian/changelog @@ -1,3 +1,11 @@ +hdparm (9.43-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Set DEB_MAKE_ENVVARS differently in order to take advantage of + cross-building support in cdbs (closes: #694843). + + -- Colin Watson <cjwat...@debian.org> Thu, 14 Nov 2013 12:15:41 +0000 + hdparm (9.43-1) unstable; urgency=low * New upstream version diff -u hdparm-9.43/debian/rules hdparm-9.43/debian/rules --- hdparm-9.43/debian/rules +++ hdparm-9.43/debian/rules @@ -22,11 +22,11 @@ DEB_UPDATE_RCD_PARAMS := 'start 07 S . ' DEB_FIXPERMS_EXCLUDE := 20hdparm DEB_DH_INSTALLUDEV_ARGS := --priority=85 -DEB_MAKE_ENVVARS := STRIP="true" LDFLAGS= include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk +DEB_MAKE_ENVVARS += STRIP="true" LDFLAGS= DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp common-install-prehook-arch::