No description
Find a file
Josh Stone 23b334286c Switch rustflags from -g to -Cdebuginfo=2
Since rustc doesn't allow `-g` and `-Cdebuginfo` options to mix, we need
to make sure we're consistent with the option crates may set in their
own `[profile] debug` settings.  Cargo used to send `-g` for that, but
switched to `-Cdebuginfo` in version 0.17.0.

Fixes #32.
2017-03-30 10:37:25 -07:00
data Switch rustflags from -g to -Cdebuginfo=2 2017-03-30 10:37:25 -07:00
rust2rpm always name main package with rust- 2017-03-11 13:21:12 +01:00
.gitignore distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
LICENSE
MANIFEST.in distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
README.rst distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
requirements.txt
setup.py buildsys: release++ 2017-02-18 20:16:35 +01:00
test.py metadata: add support for wildcards in version 2017-02-26 17:06:24 +01:00
tox.ini test on py33 and py34 as well 2017-02-05 21:08:10 +01:00

========
rust2rpm
========

Convert Rust crates to RPM.