From 049e2de86cd5422c932c424b465f354d8ca8740b Mon Sep 17 00:00:00 2001
From: "Glenn Y. Rolland" <glenux@glenux.net>
Date: Fri, 29 Jul 2011 17:07:19 +0200
Subject: [PATCH] debian: Rename all occurences of sshfs-mapper to qasim.

---
 debian/changelog | 2 +-
 debian/dirs      | 2 +-
 debian/rules     | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 857e608..8e4d552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sshfs-mapper (0.1) unstable; urgency=low
+qasim (0.1) unstable; urgency=low
 
   * Initial version.
 
diff --git a/debian/dirs b/debian/dirs
index d3fc681..69032cb 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,3 +1,3 @@
 usr/bin
 usr/sbin
-etc/sshfs-mapper
+etc/qasim
diff --git a/debian/rules b/debian/rules
index 6f85ad9..4befa4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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.