python-telegram-bot/contrib/build-debian.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
86 B
Bash
Raw Permalink Normal View History

2019-08-23 16:47:00 +02:00
#!/bin/bash
cp -R contrib/debian .
debuild -us -uc
debian/rules clean
rm -rf debian