[Pkg-mongodb-maintainers] [pkg-mongodb] 57/394: Fix inadvertently introduced spaces.

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit f5cb5b3069f6050bdaf75c0684ec657df410b3f8
Author: Roberto C. Sanchez <roberto at connexer.com>
Date:   Thu May 6 22:05:39 2010 -0400

    Fix inadvertently introduced spaces.
---
 debian/rules | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 272dc99..e1dc975 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ endif
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-        # Add here commands to configure the package.
+	# Add here commands to configure the package.
 
 	touch configure-stamp
 
@@ -32,9 +32,9 @@ build: build-stamp
 build-stamp: configure-stamp  
 	dh_testdir
 
-        # Add here commands to compile the package.
+	# Add here commands to compile the package.
 	scons $(DEB_SCONS_FLAGS)
-        #docbook-to-man debian/mongodb.sgml > mongodb.1
+	#docbook-to-man debian/mongodb.sgml > mongodb.1
 
 	#run regression tests
 	scons --prefix=$(CURDIR)/debian/tmp-test smoke
@@ -90,9 +90,9 @@ install: build
 	install -m 644 $(CURDIR)/debian/mongodb.conf \
 		$(CURDIR)/debian/tmp/etc/mongodb.conf
 
-        mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1
-        install -m 644 $(CURDIR)/debian/*.1 \
-	        $(CURDIR)/debian/tmp/usr/share/man/man1
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1
+	install -m 644 $(CURDIR)/debian/*.1 \
+		$(CURDIR)/debian/tmp/usr/share/man/man1
 
 # Build architecture-independent files here.
 binary-indep: build install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list