[DRE-commits] [ruby-redcloth] 01/01: fix version

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Nov 3 13:39:27 UTC 2016


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

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

commit 4a06d8dd1e87b80a19544cb3df95306402442162
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Nov 3 18:54:03 2016 +0530

    fix version
---
 debian/changelog                      |  6 ++++++
 debian/patches/0001-fix-version.patch | 13 +++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb2782e..a6e8943 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-redcloth (4.3.2-2) unstable; urgency=medium
+
+  * Fix version (change 4.3.1 to 4.3.2) 
+
+ -- Pirate Praveen <praveen at debian.org>  Thu, 03 Nov 2016 18:53:51 +0530
+
 ruby-redcloth (4.3.2-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/0001-fix-version.patch b/debian/patches/0001-fix-version.patch
new file mode 100644
index 0000000..0038b88
--- /dev/null
+++ b/debian/patches/0001-fix-version.patch
@@ -0,0 +1,13 @@
+Index: ruby-redcloth/lib/redcloth/version.rb
+===================================================================
+--- ruby-redcloth.orig/lib/redcloth/version.rb
++++ ruby-redcloth/lib/redcloth/version.rb
+@@ -2,7 +2,7 @@ module RedCloth
+   module VERSION
+     MAJOR = 4
+     MINOR = 3
+-    TINY  = 1
++    TINY  = 2
+ #    RELEASE_CANDIDATE = 0
+ 
+     STRING = [MAJOR, MINOR, TINY].compact.join('.')
diff --git a/debian/patches/series b/debian/patches/series
index fb58cc7..ca7626a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-restore-extconf.rb.patch
+0001-fix-version.patch

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



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