blob: d67197b9921b7c9c11cb7b188e6089c9691e8219 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
=head1 NAME
dh_make_pgxs - Create a new Debian source package for a PGXS PostgreSQL extension
=head1 SYNOPSIS
B<dh_make_pgxs> [B<-f>] [B<-n> I<name>] [B<-v> I<version>]
=head1 DESCRIPTION
B<dh_make_pgxs> creates a F<debian/> directory tree for PostgreSQL extension
packages using the PGXS build system. The B<pg_buildext> tool is used for the
build process.
=head1 OPTIONS
=over 4
=item B<-f>
Overwrite existing files.
=item B<-n> I<name>
Package name to use. Default is to extract it from the current directory's name.
=item B<-v> I<version>
Package version to use. Default is to extract it from the current directory's name.
=back
=head1 SEE ALSO
dh_make(1), pg_buildext(1).
=head1 AUTHOR
Christoph Berg L<E<lt>myon@debian.orgE<gt>>
|