mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 23:27:49 +01:00
8 lines
86 B
Bash
8 lines
86 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cp -R contrib/debian .
|
||
|
debuild -us -uc
|
||
|
debian/rules clean
|
||
|
rm -rf debian
|
||
|
|