[
https://issues.apache.org/jira/browse/THRIFT-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971018#action_12971018
]
Roger Meier commented on THRIFT-71:
-----------------------------------
What about placing the debian folder into contrib and create a simple shell
script to create the packages?
{code}#!/bin/sh
ln -s contrib/debian debian
dpkg-buildpackage -rfakeroot -tc
rm debian
{code}
sh contrib/mingw-cross-compile.sh => creates windows thrift-compiler
sh contrib/create-debian-packages.sh => creates the debian packages
> Debian packaging for thrift
> ---------------------------
>
> Key: THRIFT-71
> URL: https://issues.apache.org/jira/browse/THRIFT-71
> Project: Thrift
> Issue Type: Improvement
> Environment: debian stable (etch); probably will work on lenny, but
> untested
> Reporter: Eric Anderson
> Priority: Minor
> Attachments: debian-packaging.patch, thrift-71.patch,
> THRIFT-71_v10.1.patch, THRIFT-71_v10.2.patch, THRIFT-71_v10.patch,
> thrift-71_v2.patch, thrift-71_v3.patch, thrift-71_v4.patch,
> thrift-71_v5.patch, thrift-71_v6.patch, thrift-71_v7.patch,
> THRIFT-71_v8_0.5.0.patch, THRIFT-71_v9.patch
>
>
> We're using thrift on Debian, so I wanted to have a package for easier
> installation by other users.
> Attached is a patch to add packaging for debian to the
> thrift-20080411p1 release. It includes two bug fixes to make the
> tests work reliably: 1) adding /usr/share/java/commons-lang.jar to the
> search path for the java tests, and 2) sleeping 1 second after
> starting the server for the python tests. If the patch is accepted,
> the maintainer should probably be set to the thrift mailing list,
> rather than the example mailing list address I used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.