File: rules

package info (click to toggle)
fuse-umfuse-ext2 0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,796 kB
  • ctags: 328
  • sloc: sh: 11,069; ansic: 2,773; makefile: 233
file content (17 lines) | stat: -rwxr-xr-x 739 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

common-install-prehook-arch common-install-prehook-indep::
	mkdir -p debian/tmp/sbin

install/fuseext2::
	dh_link -pfuseext2 /usr/share/man/man1/fuse-ext2.1 /usr/share/man/man8/mount.fuse-ext2.8
	dh_link -pfuseext2 /usr/bin/fuse-ext2 /sbin/mount.fuse-ext2
	# Compatibility symlinks for versions up to 0.3.
	dh_link -pfuseext2 /usr/bin/fuse-ext2 /usr/bin/fuseext2
	dh_link -pfuseext2 /sbin/mount.fuse-ext2 /sbin/mount.fuseext2
	dh_link -pfuseext2 /usr/share/man/man1/fuse-ext2.1 /usr/share/man/man1/fuseext2.1
	dh_link -pfuseext2 /usr/share/man/man8/mount.fuse-ext2.8 /usr/share/man/man8/mount.fuseext2.8
	dh_compress -pfuseext2