Codebase list pnm2ppa / 4713aa4
Add patch to build the make_hash_ink buildtool natively, with the correct buildflags; use dh-autoreconf to cope with the change Didier Raboud 10 years ago
4 changed file(s) with 16 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
44 Uploaders: Didier Raboud <odyx@debian.org>
5 Build-Depends: debhelper (>= 8.9.0~), autotools-dev
5 Build-Depends: debhelper (>= 8.9.0~), autotools-dev, dh-autoreconf
66 Homepage: http://pnm2ppa.sf.net/
77 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=printing/pnm2ppa.git
88 Vcs-Git: https://alioth.debian.org/anonscm/git/printing/pnm2ppa.git
0 Description: Build make_hash_ink natively, hence use the buildflags
1 Author: Didier Raboud <odyx@debian.org>
2 Last-Update: 2014-03-06
3 --- a/Makefile.am
4 +++ b/Makefile.am
5 @@ -128,5 +128,5 @@
6 LDFLAGS_FOR_BUILD =
7 LDLIBS_FOR_BUILD =
8
9 -make_hash_ink: make_hash_ink.c
10 - $(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $< $(LDLIBS_FOR_BUILD)
11 +noinst_PROGRAMS = make_hash_ink
12 +make_hash_ink_SOURCES = make_hash_ink.c
0 00_use_env_buildflags.patch
01 10_177295-fix_signedness.patch
12 99-examples_shbangs.patch
23 99-pnm2ppa_manpage.patch
55 CFLAGS += -DLANG_ENG -Wall
66
77 %:
8 dh $@ --parallel --builddirectory=build/ --with autotools_dev
8 dh $@ --parallel --builddirectory=build/ --with autotools_dev,autoreconf
99
1010 override_dh_auto_install:
1111 dh_auto_install --builddirectory=build/ --destdir=debian/printer-driver-pnm2ppa/