mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2026-06-19 07:35:19 +00:00
8 lines
86 B
Bash
Executable File
8 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp -R contrib/debian .
|
|
debuild -us -uc
|
|
debian/rules clean
|
|
rm -rf debian
|
|
|