File: rules

package info (click to toggle)
gftp 2.0.19-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 11,480 kB
  • ctags: 3,584
  • sloc: ansic: 37,479; sh: 4,548; makefile: 569; yacc: 291; perl: 71; sed: 16
file content (20 lines) | stat: -rwxr-xr-x 618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-textport=yes \
		--disable-ssl

override_dh_auto_install:
	dh_auto_install
	convert -geometry 32x32 $(CURDIR)/debian/tmp/usr/share/pixmaps/gftp.png $(CURDIR)/debian/tmp/usr/share/pixmaps/gftp.xpm
	install -d debian/tmp/etc/gftp
	cd debian/tmp && mv usr/share/gftp/gftprc etc/gftp
	cd debian/tmp && mv usr/share/gftp/bookmarks etc/gftp
	ln -s /etc/gftp/gftprc $(CURDIR)/debian/tmp/usr/share/gftp/gftprc
	ln -s /etc/gftp/bookmarks $(CURDIR)/debian/tmp/usr/share/gftp/bookmarks