version 1.3 | | version 1.4 |
---|
| | |
| | |
patch: patch-stamp | | patch: patch-stamp |
patch-stamp: | | patch-stamp: |
dpatch apply-all | | dpatch apply-all --verbose |
touch patch-stamp | | touch patch-stamp |
| | |
unpatch: | | unpatch: |
dpatch deapply-all | | dpatch deapply-all --verbose |
rm -rf patch-stamp debian/patched | | rm -rf patch-stamp debian/patched |
| | |
install: | | install: |
| | |
| | |
$(MAKE) -C crossedit install DESTDIR=$(CURDIR)/debian/crossfire-edit | | $(MAKE) -C crossedit install DESTDIR=$(CURDIR)/debian/crossfire-edit |
| | |
| | chown -R games.games debian/crossfire-server/var/games/crossfire |
| | chmod 2755 debian/crossfire-server/var/games/crossfire |
| | install -D -m775 -o root -g games -d debian/crossfire-server/var/log/crossfire |
| | |
dh_install | | dh_install |
| | |
# Build architecture-independent files here. | | # Build architecture-independent files here. |
| | |
dh_installdebconf -pcrossfire-server -Pdebian/crossfire-server | | dh_installdebconf -pcrossfire-server -Pdebian/crossfire-server |
dh_shlibdeps -pcrossfire-server -Pdebian/crossfire-server | | dh_shlibdeps -pcrossfire-server -Pdebian/crossfire-server |
dh_shlibdeps -pcrossfire-edit -Pdebian/crossfire-edit | | dh_shlibdeps -pcrossfire-edit -Pdebian/crossfire-edit |
| | |
dh_gencontrol -pcrossfire-server -Pdebian/crossfire-server | | dh_gencontrol -pcrossfire-server -Pdebian/crossfire-server |
dh_gencontrol -pcrossfire-edit -Pdebian/crossfire-edit | | dh_gencontrol -pcrossfire-edit -Pdebian/crossfire-edit |
dh_md5sums -pcrossfire-server -Pdebian/crossfire-server | | dh_md5sums -pcrossfire-server -Pdebian/crossfire-server |