Making packages for OpenID libraries

From Dreamwidth Notes
Jump to: navigation, search

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