debian: Rename all occurences of sshfs-mapper to qasim.
This commit is contained in:
parent
654300d6b9
commit
049e2de86c
3 changed files with 5 additions and 5 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
sshfs-mapper (0.1) unstable; urgency=low
|
qasim (0.1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial version.
|
* Initial version.
|
||||||
|
|
||||||
|
|
2
debian/dirs
vendored
2
debian/dirs
vendored
|
@ -1,3 +1,3 @@
|
||||||
usr/bin
|
usr/bin
|
||||||
usr/sbin
|
usr/sbin
|
||||||
etc/sshfs-mapper
|
etc/qasim
|
||||||
|
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -27,7 +27,7 @@ build-stamp: configure-stamp
|
||||||
|
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
#docbook-to-man debian/sshfs-mapper.sgml > sshfs-mapper.1
|
#docbook-to-man debian/qasim.sgml > qasim.1
|
||||||
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
@ -47,8 +47,8 @@ install: build
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
# Add here commands to install the package into debian/sshfs-mapper.
|
# Add here commands to install the package into debian/qasim.
|
||||||
$(MAKE) DESTDIR=$(CURDIR)/debian/sshfs-mapper install
|
$(MAKE) DESTDIR=$(CURDIR)/debian/qasim install
|
||||||
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
|
|
Loading…
Reference in a new issue