-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
21 lines (16 loc) · 830 Bytes
/
Makefile
File metadata and controls
21 lines (16 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
deb: copy
dpkg-deb -b debian
mv debian.deb callcontrol.deb
ubuntu: copy
dpkg-deb -b ubuntu
mv debian.deb callcontrol.deb
repo:
# cd /var/www/repos/apt/debian && reprepro includedeb stretch /home/fastery/callcontrol/callcontrol.deb
cd /var/www/repos/apt/ubuntu && reprepro includedeb xenial /home/fastery/callcontrol/callcontrol.deb
i18n/ru/LC_MESSAGES/callcontrol.mo: i18n/ru/LC_MESSAGES/callcontrol.po
msgfmt $< -o $@
copy: i18n/ru/LC_MESSAGES/callcontrol.mo *.py
cp callcontrol.py debian/usr/bin/
chmod +x debian/usr/bin/callcontrol.py
cp browserwindow.py callcontrol.py channels.py ccconf.py config.py consolehider.py dial.py leadswindow.py order.py scheduler.py statuswindow.py sipclients.py debian/usr/lib/python3/dist-packages/
cp i18n/ru/LC_MESSAGES/callcontrol.mo debian/usr/share/locale/ru/LC_MESSAGES