mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +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
|
||
|
|