Source: pgadmin3
Version: 1.22.2-6
Severity: wishlist

Dear maintainer,

I noticed that pgadmin3 doesn't build in parallel.
Its rules file has:

override_dh_auto_build:
        $(MAKE) CFLAGS+="-g" CXXFLAGS+="-g"
        pod2man --center "pgAdmin III" --release "" debian/pgadmin3.pod > 
pgadmin3.1

However it seems to me that it uses a very standard autotools build
system.  If so, could that perhaps be replaced by:

export DEB_MAINT_CFLAGS_APPEND = -g
export DEB_MAINT_CXXFLAGS_APPEND = -g
override_dh_auto_build:
        dh_auto_build
        pod2man --center "pgAdmin III" --release "" debian/pgadmin3.pod > 
pgadmin3.1

?
That way you'd get to use all of dh_auto_build's coolness, besides
automatically passing the appropriate -j option to make.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
More about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature

Reply via email to