[DRE-commits] [ruby-github-markup] 06/06: fix version

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 31 07:47:33 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-github-markup.

commit 01922c18af1e3d75efb46b77143361f8e51cf72d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 31 12:23:35 2016 +0530

    fix version
---
 debian/changelog                 |  1 +
 debian/patches/fix-version.patch | 12 ++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4cd4669..2003db5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-github-markup (1.5.0+dfsg-1) unstable; urgency=medium
   * Switch to gitlab-markup as upstream (gitlab fork with python 3.x support)
   * Add myself to uploaders
   * Remove 0002-Update-pod-markup-test-output.patch (merged upstream)
+  * Add fix-version.patch (change version from 1.5.0.pre to 1.5.0)
 
  -- Pirate Praveen <praveen at debian.org>  Mon, 31 Oct 2016 12:13:51 +0530
 
diff --git a/debian/patches/fix-version.patch b/debian/patches/fix-version.patch
new file mode 100644
index 0000000..f29062b
--- /dev/null
+++ b/debian/patches/fix-version.patch
@@ -0,0 +1,12 @@
+Index: ruby-github-markup/lib/github-markup.rb
+===================================================================
+--- ruby-github-markup.orig/lib/github-markup.rb
++++ ruby-github-markup/lib/github-markup.rb
+@@ -1,6 +1,6 @@
+ module GitHub
+   module Markup
+-    VERSION = '1.5.0.pre'
++    VERSION = '1.5.0'
+     Version = VERSION
+   end
+ end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9a7b0bd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-version.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-markup.git



More information about the Pkg-ruby-extras-commits mailing list