Skip to content

Minor change to CleanCommand so build works with stdeb #55

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

Merged
merged 1 commit into from
Jun 29, 2011
Merged

Minor change to CleanCommand so build works with stdeb #55

merged 1 commit into from
Jun 29, 2011

Conversation

dieterv77
Copy link
Contributor

Hi Wes, i've been following your pandas work for a while, and regularly install it on my ubuntu based systems. I generally use the stdeb (https://github.com/astraw/stdeb) package for creating .deb files from python packages. Unfortunately, some of your recent changes in setup.py in pandas caused a problem with building using stdeb. Essentially the problem is that debhelper tries to run "python setup.py clean -a" at some point, which doesn't work because the customized clean command does not have a "-a" option. I just added a dummy argument "--all, -a" argument that has no effect.

No worries if you'd rather not merge it, just wanted to check.

thanks

wesm added a commit that referenced this pull request Jun 29, 2011
Minor change to CleanCommand so build works with stdeb
@wesm wesm merged commit 52f5b45 into pandas-dev:master Jun 29, 2011
@wesm
Copy link
Member

wesm commented Jun 29, 2011

Looks fine to me. Thanks for the patch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants