#!/bin/sh # Script to make Debian packages for CFPlus and its dependencies. # You obviously need dh-make-perl and perl to build these. # libevent-perl needs to be the newest version from CPAN which is why # I added it to the build list. # The following packages are needed to be able to build CFPlus: # - libsdl-image1.2-dev # - libsdl-mixer1.2-dev # - libglib1.2-dev # - libpango1.0-dev # - debhelper dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Event dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl,libevent-perl --cpan AnyEvent dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Compress::LZF dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Pod::POM dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Crossfire dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl,libpod-pom-perl,libanyevent-perl,libcompress-lzf-perl,libcrossfire-perl,libberkeleydb-perl,libyaml-syck-perl,libevent-perl,libsdl-image1.2,libsdl-mixer1.2 --bdepends libsdl-image1.2-dev,libsdl-mixer1.2-dev,libglib2.0-dev,libpango1.0-dev,debhelper --requiredeps --cpan CFPlus