Florian Rothmaier <[email protected]> writes: > Currently, my "debian/control" has the following structure: > > While looking at other postgres extensions (e.g. "ip4r", "postgis", > "prefix"), I noted that in all cases, the extension is built for one > specific postgres version only, e.g.
Have a look at the debian/rules files for some extensions and you will see that debian/control depends on debian/control.in. pg_buildext comes with a makefile that you can include in debian/rules to produce the right debian/control file for you. Regards, -- dim -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

