Mercurial > hg > pub > prymula > com
comparison flappyufo/DEBIAN/debian.rules @ 5:0c50890ef159
flappyufo-0.230919-1
author | prymula <prymula76@outlook.com> |
---|---|
date | Wed, 31 Jan 2024 13:23:13 +0100 |
parents | 2787f5e749ae |
children |
comparison
equal
deleted
inserted
replaced
4:0962f0296c8a | 5:0c50890ef159 |
---|---|
1 #!/usr/bin/make -f | 1 #!/usr/bin/make -f |
2 | 2 |
3 export DH_VERBOSE = 1 | 3 export DH_VERBOSE = 1 |
4 #export PYBUILD_NAME = photocrop | |
5 #export PYBUILD_SYSTEM = custom | |
6 | 4 |
7 clean: | 5 clean: |
8 ant clean | 6 ant clean |
9 | 7 |
10 build: | 8 build: |
11 ant compile | 9 ant compile |
12 ant jar | 10 ant jar |
13 | 11 |
14 binary: | 12 binary: |
15 mkdir -pm 0755 debian/flappyufo | 13 mkdir -pm 0755 debian/flappyufo |
16 mkdir -pm 0755 debian/flappyufo/usr/bin | 14 mkdir -pm 0755 debian/flappyufo/usr/games |
17 mkdir -pm 0755 debian/flappyufo/usr/share/flappyufo | 15 mkdir -pm 0755 debian/flappyufo/usr/share/flappyufo |
18 mkdir -pm 0755 debian/flappyufo/usr/share/applications | 16 mkdir -pm 0755 debian/flappyufo/usr/share/applications |
19 cp build/jar/FlappyUfo.jar debian/flappyufo/usr/bin | 17 cp build/jar/FlappyUfo.jar debian/flappyufo/usr/games |
20 cp res/flappyufo.png debian/flappyufo/usr/share/flappyufo | 18 cp res/flappyufo.png debian/flappyufo/usr/share/flappyufo |
21 cp flappyufo.desktop debian/flappyufo/usr/share/applications | 19 cp flappyufo.desktop debian/flappyufo/usr/share/applications |
22 dh_gencontrol | 20 dh_gencontrol |
23 dh_builddeb | 21 dh_builddeb |
24 # dh $@ --with python3 --buildsystem=pybuild | |
25 # dh $@ --with python3 | |
26 | 22 |
27 #override_dh_auto_configure: | |
28 # dh_auto_configure -- |