-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debianize Hailo #25
Comments
Running dh-make-perl --cpan Hailo gives:
|
Further tips:
|
Yeah, but let's wait a bit before the DB format stabilizes and stuff. |
Looks like the revolution has already begun: http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg745096.html |
A better link is here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568152 |
libfile-countlines-perl and libio-interactive-perl are currently in the NEW queue: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568134 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568132 libtest-exit-perl is already in the pkg-perl Subversion repo, but unfished: Text::Trim was missing a copyright statement. I have e-mailed the author, but have received no response so far. Without clear copyright assignment, this module cannot go into Debian. The ITP bug is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568144. Feel free to help by taking on any of these problems, as I am not very active right now. |
I just removed our dependency on Text::Trim, we were only using it in one place anyway. I'll make it so that Text::Exit is only optionally tested if it happens to be installed on the system, it's only a maintainer test anyway. |
Test::Exit is now fully optional. Would it be easier if we maintained a debian/ directory in our repository? |
no, we usually end up having to remove it from the tarball to keep our flexibility. |
libtest-exit-perl is now in the NEW queue. |
Nice, although we don't need it anymore since it's conditionally part of the test suite. Here's what dh-make-perl --build . gives me now:
We switched Hailo by default to Mouse from Moose. It'll still work with just Moose but Mouse is recommended since it's faster & uses less memory. See my blog posting about this for more info. |
I don't know how Debian normally likes to package its packages but would it be possible to split Hailo up into a library package & command-line package? I.e.:
The main motivation would be:
I'd also be interested in maintaining Debian packages for Hailo to take the load of the current Debian maintainers. |
hi. any progress on this issue? as perl novice i miserably failed yesterday on installing hailo via cpanminus on a 64bit ubuntu10. any suggestions here? |
We had a Debian ticked but there's been no response to it.
|
really hope this will work someday. thanks to keep on it. |
All the dependencies (except the optional Mouse ones) are in Debian now, but there hasn't been much activity about it in Debian's bug tracker. So now we just need some Debian developer to take interest in it and create the package. Can you drop by in #hailo on irc.freenode.net or email me (hinrik.sig@gmail.com) about your issues with installing Hailo via cpanminus? |
Let's make a Debian package for Hailo. That will allow us to be integrated into Debian / Ubuntu & take over the world.
The text was updated successfully, but these errors were encountered: