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

mehdi pushed a commit to branch master
in repository coinst.

commit 08b4fcd112631f48f8dba870b753c05057461d40
Author: Mehdi Dogguy <me...@debian.org>
Date:   Fri Feb 12 00:12:07 2016 +0100

    Fix space/tab issue in viewer/Makefile
---
 debian/changelog                                    |  2 ++
 .../0001-Fix-a-space-tab-issue-in-Makefile.patch    | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f0205cb..5ac888f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ coinst (1.9.2-1) UNRELEASED; urgency=medium
     - Use http.debian.net and allow user to specify source mirror by
       passing --source flag (Closes: #736910)
   * Remove all patches, integrated upstream.
+  * Fix space/tab issue in viewer/Makefile
+    - add debian/patches/0001-Fix-a-space-tab-issue-in-Makefile.patch
 
  -- Mehdi Dogguy <me...@debian.org>  Wed, 10 Feb 2016 18:58:01 +0100
 
diff --git a/debian/patches/0001-Fix-a-space-tab-issue-in-Makefile.patch 
b/debian/patches/0001-Fix-a-space-tab-issue-in-Makefile.patch
new file mode 100644
index 0000000..47873c0
--- /dev/null
+++ b/debian/patches/0001-Fix-a-space-tab-issue-in-Makefile.patch
@@ -0,0 +1,21 @@
+From: Mehdi Dogguy <me...@debian.org>
+Date: Fri, 12 Feb 2016 00:11:14 +0100
+Subject: Fix a space/tab issue in Makefile
+
+---
+ viewer/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/viewer/Makefile b/viewer/Makefile
+index b6915e8..5153664 100644
+--- a/viewer/Makefile
++++ b/viewer/Makefile
+@@ -28,7 +28,7 @@ coinst_viewer: $(OBJS)
+       $(OCAMLOPT) -o $@  $(OPTLINKFLAGS) $^
+ 
+ coinst_viewer.byte: $(OBJS:.cmx=.cmo)
+-       $(OCAMLC) -o $@  $(OPTLINKFLAGS) $^
++      $(OCAMLC) -o $@  $(OPTLINKFLAGS) $^
+ 
+ coinst_converter: $(CONVERTER)
+       $(OCAMLOPT) -o $@  $(OPTLINKFLAGS) $^
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..ad920cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-a-space-tab-issue-in-Makefile.patch

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to