Difference between revisions of "Making packages for OpenID libraries"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'See [http://dw-dev.dreamwidth.org/10769.html this post] for original details. Will need this package: apt-get install dh-make-perl Then: # perl -MCPAN -e shell > look Net:...')
 
(No difference)

Latest revision as of 00:06, 27 June 2009

See this post for original details.

Will need this package:

apt-get install dh-make-perl

Then:

# perl -MCPAN -e shell
> look Net::OpenID::Consumer
# dh-make-perl --build
# mv ../*.deb /root
# exit
> look Net::OpenID::Server
# dh-make-perl --build
# mv ../*.deb /root
# exit
> exit
# cd /root
# dpkg -i libnet-openid-*.deb