[DRE-commits] [ruby-pgplot] 01/01: Imported Debian patch 0.1.9-1.1
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Fri Nov 6 06:08:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository ruby-pgplot.
commit 0c8d484882f05373edd5f920630cb31375f4ae18
Merge: 1f62b5c edf3bfc
Author: Wookey <wookey at debian.org>
Date: Mon Oct 26 21:27:37 2015 +0000
Imported Debian patch 0.1.9-1.1
debian/changelog | 8 +++
debian/control | 2 +-
debian/rules | 2 +-
debian/source/local-options | 1 -
doc/rbpg-ind.rd | 171 ++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 181 insertions(+), 3 deletions(-)
diff --cc debian/changelog
index 24a68d7,0000000..d15b02a
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,88 -1,0 +1,96 @@@
++ruby-pgplot (0.1.9-1.1) unstable; urgency=medium
++
++ * Non-maintainer upload.
++ * Build main and -dbg packages on same set of arches (fixes
++ non-x86 FTBFS)
++
++ -- Wookey <wookey at debian.org> Mon, 26 Oct 2015 21:27:37 +0000
++
+ruby-pgplot (0.1.9-1) unstable; urgency=medium
+
+ * Imported Upstream version 0.1.9
+ + Refresh patches: Import upstream changes
+ * Add debian/watch: check Github tags
+ * Support linux-{amd64,i386} only (Closes: #690282)
+ * Update documents during build process
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Fri, 29 Aug 2014 02:30:28 +0900
+
+ruby-pgplot (0.1.3-9) unstable; urgency=medium
+
+ * Use gfortran instead of gfortran-4.6 (Closes: #746341)
+ Thanks to Matthias Klose!
+ * Drop duplicate entry
+ * Rebuild for newer Ruby (Closes: #744812)
+ Thanks to Christian Hofstaedtler!
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Thu, 17 Jul 2014 11:40:33 +0900
+
+ruby-pgplot (0.1.3-8) unstable; urgency=low
+
+ * Team upload
+ * Update for ruby1.8-removal
+ * Bump standards version to 3.9.5
+ * Update gem2deb depends to 0.6.1~
+ [ Cédric Boutillier ]
+ * remove obsolete DM-Upload-Allowed flag
+ * use DEP5 copyright-format/1.0 official URL for Format field
+
+ -- Praveen Arimbrathodiyil <praveen at debian.org> Thu, 02 Jan 2014 21:12:44 +0530
+
+ruby-pgplot (0.1.3-7) unstable; urgency=low
+
+ [ David Prévot ]
+ * Fix Vcs- entries (Closes: #691899)
+
+ [ Youhei SASAKI ]
+ * Update debian/changelog, Thanks to David Prévot!!
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Sat, 24 Nov 2012 16:21:38 +0900
+
+ruby-pgplot (0.1.3-6) unstable; urgency=low
+
+ * Fix FTBFS: Add gfortran-4.6 into Build-Depends
+ (Ruby1.8 is build by gcc-4.6)
+ Thanks to Micah Gersten! (Closes: #685963)
+ * Add libpng12-dev, libx11-dev into Build-Depends
+ for better user support
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Sun, 02 Sep 2012 04:59:44 +0900
+
+ruby-pgplot (0.1.3-5) unstable; urgency=low
+
+ * Fix FTBFS: workaround for RD2 Bugs
+ Thanks to Andreas Beckmann! (Closes: #682409)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Wed, 25 Jul 2012 14:43:08 +0900
+
+ruby-pgplot (0.1.3-4) unstable; urgency=low
+
+ * Fix typo, Thanks to Vincent Blut (Closes: #675471)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Sat, 02 Jun 2012 14:38:19 +0900
+
+ruby-pgplot (0.1.3-3) unstable; urgency=low
+
+ * Bump Standard version: 3.9.3
+ * Fix FTBFS, Thanks to Samuel Thibault! (Closes: #675390)
+ * Change patch handling: Use gbp-pq
+ * Update debian/copyright for format 1.0
+ * Remove unneeded REAMDE.source
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Fri, 01 Jun 2012 19:09:17 +0900
+
+ruby-pgplot (0.1.3-2) unstable; urgency=low
+
+ * Team upload.
+ * debian/control:
+ + fix typo: Ruby-Version -> Ruby-Versions
+
+ -- Lucas Nussbaum <lucas at debian.org> Sat, 18 Jun 2011 11:14:56 +0200
+
+ruby-pgplot (0.1.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #626097)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Tue, 14 Jun 2011 21:44:13 +0200
diff --cc debian/control
index f22257f,0000000..81bf8f4
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,47 -1,0 +1,47 @@@
+Source: ruby-pgplot
+Section: contrib/ruby
+Priority: optional
+Maintainer: Youhei SASAKI <uwabami at gfd-dennou.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ ruby,
+ gem2deb ( >= 0.6.1~),
+ ruby-narray,
+ ruby-all-dev,
+ rdtool,
+ pgplot5,
+ libx11-dev,
+ libpng12-dev,
+ gfortran
+Standards-Version: 3.9.5
+Homepage: http://pgplot.rubyforge.org/
+XS-Ruby-Versions: all
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-pgplot.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-pgplot.git;a=summary
+
+Package: ruby-pgplot
- Architecture: linux-amd64 linux-i386
++Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-narray
+Description: Ruby interface to the PGPLOT graphics library
+ Ruby/PGPLOT is the Ruby interface to the PGPLOT graphics library.
+ PGPLOT is a FORTRAN library to draw line/scatter/histogram plot, error
+ bar, contour/image/vector map, etc. Supports various output devices
+ including Postscript, PNG, X-Window, etc.
+
+Package: ruby-pgplot-dbg
+Section: contrib/debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, ruby-pgplot (=${binary:Version})
+Description: Ruby-PGPLOT debugging symbols
+ Ruby/PGPLOT is the Ruby interface to the PGPLOT graphics library.
+ PGPLOT is a FORTRAN library to draw line/scatter/histogram plot, error
+ bar, contour/image/vector map, etc. Supports various output devices
+ including Postscript, PNG, X-Window, etc.
+ .
+ This package is provided primarily to provide a backtrace with names
+ in a debugger, this makes it somewhat easier to interpret core
+ dumps. Most people will not need this package.
+
diff --cc debian/rules
index c8048f1,0000000..a013e14
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,20 -1,0 +1,20 @@@
+#!/usr/bin/make -f
+%:
+ dh $@ --with ruby --buildsystem ruby
+
+override_dh_auto_install:
+ dh_auto_install
+ ( cd $(CURDIR)/doc && make )
+
+override_dh_installdocs:
+ dh_installdocs
+ ( cd $(CURDIR)/debian/ruby-pgplot/usr/share/doc/ruby-pgplot/doc && \
- rm -fr Makefile *.rb *.sh )
++ rm -fr Makefile *.rb *.sh || true )
+
+override_dh_strip:
+ dh_strip --dbg-package=ruby-pgplot-dbg
+
+override_dh_auto_clean:
+ dh_auto_clean
+ ( cd $(CURDIR)/doc && make clean )
+ [ ! -f $(CURDIR)/ext/rb_pgplot.c ] || rm -f $(CURDIR)/ext/rb_pgplot.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-pgplot.git
More information about the Pkg-ruby-extras-commits
mailing list