[Pkg-ocaml-maint-commits] [galax] 02/04: Fix space/tab issues in some Makefiles.

Mehdi Dogguy mehdi at moszumanska.debian.org
Sat Aug 9 13:21:51 UTC 2014


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

mehdi pushed a commit to branch master
in repository galax.

commit 4d3034309c36b78bd8f94ba7e0efa9f745c71847
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat Aug 9 14:03:30 2014 +0200

    Fix space/tab issues in some Makefiles.
---
 debian/changelog                                   |  7 +++++
 ...010-Fix-space-tab-issue-in-some-Makefiles.patch | 36 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 44 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index abdd90e..7cf7409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+galax (1.1-11.1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Fix space/tab issues in some Makefiles.
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sat, 09 Aug 2014 14:02:47 +0200
+
 galax (1.1-11) unstable; urgency=medium
 
   [ Stéphane Glondu ]
diff --git a/debian/patches/0010-Fix-space-tab-issue-in-some-Makefiles.patch b/debian/patches/0010-Fix-space-tab-issue-in-some-Makefiles.patch
new file mode 100644
index 0000000..af94d59
--- /dev/null
+++ b/debian/patches/0010-Fix-space-tab-issue-in-some-Makefiles.patch
@@ -0,0 +1,36 @@
+From: Mehdi Dogguy <mehdi at debian.org>
+Date: Sat, 9 Aug 2014 13:59:40 +0200
+Subject: Fix space/tab issue in some Makefiles
+
+---
+ tools/escaping/Makefile     |    2 +-
+ tools/ucs2_to_utf8/Makefile |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tools/escaping/Makefile b/tools/escaping/Makefile
+index 915cd0b..11247bb 100644
+--- a/tools/escaping/Makefile
++++ b/tools/escaping/Makefile
+@@ -123,7 +123,7 @@ $(TARGET): $(TARGETOBJS)
+ #########################################################################
+ 
+ updatedepend::
+-   $(MAKE) .depend DEPDEPEND=1
++	$(MAKE) .depend DEPDEPEND=1
+ 
+ clobber::
+ 	$(RM) .depend
+diff --git a/tools/ucs2_to_utf8/Makefile b/tools/ucs2_to_utf8/Makefile
+index 6f0a28f..409fb60 100644
+--- a/tools/ucs2_to_utf8/Makefile
++++ b/tools/ucs2_to_utf8/Makefile
+@@ -111,7 +111,7 @@ $(OPTTARGET): $(UCS2_TO_UTF8OPTOBJS)
+ #     are generated before we need them.
+ #########################################################################
+ updatedepend::
+-   $(MAKE) .depend DEPDEPEND=1
++	$(MAKE) .depend DEPDEPEND=1
+ 
+ clobber::
+ 	$(RM) .depend
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 2ebdb51..3ef7f8d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 0007-Fix-build-with-camomile-0.8.3.patch
 0008-Fix-configure-for-hurd.patch
 0009-Fix-build-with-ocaml-4.01.patch
+0010-Fix-space-tab-issue-in-some-Makefiles.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/galax.git



More information about the Pkg-ocaml-maint-commits mailing list