[libdbd-pg-perl] 03/04: Simplify debian/rules a bit.

gregor herrmann gregoa at debian.org
Wed May 21 20:00:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbd-pg-perl.

commit 07dcc36d7e09a2082fe9246f2f0b8a87e84007dd
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed May 21 21:52:48 2014 +0200

    Simplify debian/rules a bit.
    
    initdb is found again by the test suite.
---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 959b886..ab8ce34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,9 @@
 
 PG_INCLUDEDIR = $(shell pg_config --includedir)
 PG_LIBDIR = $(shell pg_config --libdir)
-PG_BINDIR = $(shell pg_config --bindir)
 
 export POSTGRES_INCLUDE=$(PG_INCLUDEDIR)
 export POSTGRES_LIB=$(PG_LIBDIR)
-export DBDPG_INITDB=$(PG_BINDIR)/initdb
 export LC_ALL=C
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-pg-perl.git



More information about the Pkg-perl-cvs-commits mailing list