Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
postgresql-common-dev / usr / bin / dh_pgxs_test
Size: Mime:
#!/usr/bin/perl

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;
use Debian::Debhelper::pgxs;

my $target = (@ARGV and $ARGV[0] eq 'loop') ? "." : "build-%v";
my $pattern = package_pattern();

print_and_doit(qw(pg_buildext installcheck .), $target, $pattern);