[DRE-commits] [ruby-tioga] 02/03: New upstream release

Vincent Fourmond fourmond at alioth.debian.org
Mon Aug 26 21:53:44 UTC 2013


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

fourmond pushed a commit to branch master
in repository ruby-tioga.

commit d44c88dc535dd013be3780b9acd0b734aa657290
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Mon Aug 26 22:26:28 2013 +0200

    New upstream release
---
 debian/changelog                |    7 +++++++
 debian/patches/fix-formats.diff |   13 -------------
 debian/patches/series           |    1 -
 3 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e9217ec..caf4209 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-tioga (1.16-1) unstable; urgency=low
+
+  * New upstream release
+  * Drop fix-formats.diff, long ago incorporated upstream
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 26 Aug 2013 22:28:12 +0200
+
 ruby-tioga (1.14-3) unstable; urgency=low
 
   * Rebuild with newer gem2deb
diff --git a/debian/patches/fix-formats.diff b/debian/patches/fix-formats.diff
deleted file mode 100644
index a54abcc..0000000
--- a/debian/patches/fix-formats.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ruby-tioga/ext/Tioga/FigureMaker/generic.c
-===================================================================
---- ruby-tioga.orig/ext/Tioga/FigureMaker/generic.c	2011-06-06 22:10:38.486522584 +0200
-+++ ruby-tioga/ext/Tioga/FigureMaker/generic.c	2012-06-06 21:29:57.131034110 +0200
-@@ -115,7 +115,7 @@
- 
- void GIVE_WARNING(const char *fmt, const char *str) { rb_warn(fmt,str); }
- 
--void RAISE_ERROR(char *str, int *ierr) { *ierr = -1; rb_raise(rb_eArgError,str); }
-+void RAISE_ERROR(char *str, int *ierr) { *ierr = -1; rb_raise(rb_eArgError,"%s", str); }
- 
- #define err_buff_len 256
- void RAISE_ERROR_s(char *fmt, char *s, int *ierr) {
diff --git a/debian/patches/series b/debian/patches/series
index 2d83d66..1de31aa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 disable-require-rubygems.diff
-fix-formats.diff

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



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