From: Bdale Garbee Date: Wed, 12 Dec 2007 06:04:09 +0000 (-0700) Subject: Imported Debian patch 0.5.3-3 X-Git-Tag: debian/0.5.3-3^0 X-Git-Url: https://git.gag.com/?p=debian%2Fefibootmgr;a=commitdiff_plain;h=5a32ac6f167fe2ffdd5711ceafe2b39db8ad1ce0 Imported Debian patch 0.5.3-3 --- diff --git a/Makefile b/Makefile index a52eef2..77e640d 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ CFLAGS += -DEFIBOOTMGR_VERSION=\"$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)$(RELEASE_EXTRALEVEL)\" \ -Wall -g -D_FILE_OFFSET_BITS=64 + LDFLAGS += -lz + MODULES := src BINDIR := /usr/sbin diff --git a/debian/changelog b/debian/changelog index 3562b43..5bb9b54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +efibootmgr (0.5.3-3) unstable; urgency=low + + * fix FTBFS, closes: #450448 + * clean up a couple lintian warnings + + -- Bdale Garbee Tue, 11 Dec 2007 23:04:09 -0700 + efibootmgr (0.5.3-2) unstable; urgency=low * merge patch from Sam Hocevar (thanks!), closes: #389923 diff --git a/debian/control b/debian/control index 4f13b17..9f0d471 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: efibootmgr Section: admin Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>> 5), docbook-to-man, pciutils-dev -Standards-Version: 3.7.2 +Build-Depends: debhelper (>> 5), docbook-to-man, pciutils-dev, zlib1g-dev +Standards-Version: 3.7.3 Package: efibootmgr Architecture: amd64 i386 ia64 diff --git a/debian/rules b/debian/rules index 4d06695..cd15921 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) clean + $(MAKE) clean dh_clean install: build