Package: flashrom
Version: 0.0+r3110-1
Severity: important
Tags: patch
Justification: fails to build from source

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Because Ubuntu has pickier build servers than Debian, the order of includes
and macros in debian/rules matters. The attached revised debian/rules works
on both distributions and is more correct in terms of CDBS implementation.

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (300, 'testing')
Architecture: i386 (i586)

Kernel: Linux 2.6.24-dbe61 (PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages flashrom depends on:
ii  libc6                  2.7-6             GNU C Library: Shared libraries
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

flashrom recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHvqvdeXr56x4Muc0RAmRPAJ9iyPKhh+gWyumYjQ5guJodevLejwCgiBLF
1puoQemr7m4k9bp/kY6umio=
=QUJ8
-----END PGP SIGNATURE-----
#!/usr/bin/make -f
#
# CDBS debian/rules for "flashrom"
#
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/makefile.mk

DEB_MAKE_INSTALL_TARGET := install PREFIX=$(CURDIR)/debian/flashrom/usr
LDFLAGS += -lpci -lz
CFLAGS += -DDISABLE_DOC -D'FLASHROM_VERSION=\"3112\"'

clean::
	rm -f flashrom .dependencies core .test.c .test

common-binary-post-install-arch:: list-missing 
#EOF

Reply via email to