Here's a simple shell script that creates package "php5-pecl-uuid" when called without parameters.
This script does following: - create a build directory for this process (deb-build-$$) - get the package source and prefix it with php-pecl - quickly rewrite the debian control and rules files to redirect the package name (I couldn't get dh-make-pecl to correctly do this) - build the package without signing it (debuild -uc -us) - move the completed deb files to the parent (original) directory This should be able to build any PECL library which should generate exactly one output deb. E.g. "make-pecl-deb apc" seems to work ok. ** Attachment added: "A shell script for building PECL debian packages (hack)" https://bugs.launchpad.net/ubuntu/+source/ossp-uuid/+bug/283398/+attachment/1808024/+files/make-pecl-deb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/283398 Title: Cannot generate UUID -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs