debian: Rename all occurences of sshfs-mapper to qasim.

This commit is contained in:
Glenn Y. Rolland 2011-07-29 17:07:19 +02:00
parent 654300d6b9
commit 049e2de86c
3 changed files with 5 additions and 5 deletions

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
sshfs-mapper (0.1) unstable; urgency=low
qasim (0.1) unstable; urgency=low
* Initial version.

2
debian/dirs vendored
View file

@ -1,3 +1,3 @@
usr/bin
usr/sbin
etc/sshfs-mapper
etc/qasim

6
debian/rules vendored
View file

@ -27,7 +27,7 @@ build-stamp: configure-stamp
# Add here commands to compile the package.
$(MAKE)
#docbook-to-man debian/sshfs-mapper.sgml > sshfs-mapper.1
#docbook-to-man debian/qasim.sgml > qasim.1
touch $@
@ -47,8 +47,8 @@ install: build
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/sshfs-mapper.
$(MAKE) DESTDIR=$(CURDIR)/debian/sshfs-mapper install
# Add here commands to install the package into debian/qasim.
$(MAKE) DESTDIR=$(CURDIR)/debian/qasim install
# Build architecture-independent files here.