[DRE-commits] [ruby-fcgi] 02/02: initial debian/

Jonas Genannt jonas at brachium-system.net
Sun Dec 22 11:46:42 UTC 2013


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

hggh-guest pushed a commit to branch master
in repository ruby-fcgi.

commit ea9af542baf841b7b67ac2d1191156e31e71d216
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sat Dec 21 17:56:48 2013 +0100

    initial debian/
---
 debian/changelog      | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat         |  1 +
 debian/control        | 44 ++++++++++++++++++++++++
 debian/copyright      | 47 +++++++++++++++++++++++++
 debian/ruby-fcgi.docs |  2 ++
 debian/rules          | 20 +++++++++++
 debian/source/format  |  1 +
 debian/watch          |  2 ++
 8 files changed, 212 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f5e9e2c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,95 @@
+ruby-fcgi (0.9.2.1-1) unstable; urgency=low
+
+  * Team upload.
+  * Moved package to Ruby PKG Extras Team
+  * New Upstream Version
+  * changed package to gem2deb helper (Closes: #731689)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat, 21 Dec 2013 17:09:33 +0100
+
+libfcgi-ruby (0.8.8-1) unstable; urgency=medium
+
+  * New upstream release
+  * Ruby 1.9 -> 1.9.1 transition (Closes: #565843)
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Wed, 10 Feb 2010 04:30:11 +0900
+
+libfcgi-ruby (0.8.7-4) unstable; urgency=medium
+
+  * build for libfcgi long double 128bit transition.
+  * add ruby 1.9 binary
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Sat, 01 Sep 2007 11:55:34 +0900
+
+libfcgi-ruby (0.8.7-3) unstable; urgency=low
+
+  * rebuild for new libfcgi package.
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Mon, 21 Aug 2006 19:38:09 +0900
+
+libfcgi-ruby (0.8.7-2) unstable; urgency=low
+
+  * Fix build config of sodir. Now, fcgi.so is in proper dir.
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Sat,  1 Jul 2006 19:41:05 +0900
+
+libfcgi-ruby (0.8.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Stop building 1.6 module (closes: #366568)
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Sat,  1 Jul 2006 18:17:00 +0900
+
+libfcgi-ruby (0.8.6.99+0.8.7-preview1-1) unstable; urgency=low
+
+  * New upstream release (preview)
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Mon, 26 Jun 2006 23:02:34 +0900
+
+libfcgi-ruby (0.8.6-1) unstable; urgency=low
+
+  * New upstream release
+  * fix 16K/request memory leak (Closes: #301658)
+  * fix link error; symbol errno (Closes: #302483)
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Mon,  4 Apr 2005 02:08:10 +0900
+
+libfcgi-ruby (0.8.5-2) unstable; urgency=low
+
+  * Simple fix in CHECK_STREAM_ERROR for Potential DoS (Closes: #292511)
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Tue,  1 Feb 2005 10:36:29 +0900
+
+libfcgi-ruby (0.8.5-1) unstable; urgency=high
+
+  * New upstream release
+  * cleanup; build script (Closes: #221535)
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Wed, 13 Oct 2004 10:53:00 +0900
+
+libfcgi-ruby (0.8.4-3) unstable; urgency=low
+
+  * install docs in both version.
+  * Upload; official debian archive. again. (Closes: #203591)
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Sun, 21 Sep 2003 05:00:10 +0900
+
+libfcgi-ruby (0.8.4-2) unstable; urgency=low
+
+  * Upload; official debian archive. (Closes: #203591)
+  * Package has been splitted for ruby 1.6 & 1.8.
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Mon,  8 Sep 2003 14:38:00 +0900
+
+libfcgi-ruby (0.8.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Mon,  8 Sep 2003 14:10:29 +0900
+
+libfcgi-ruby (0.8.3-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Tatsuki Sugiura <sugi at nemui.org>  Tue,  8 Jul 2003 15:47:13 +0900
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b9497a1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: ruby-fcgi
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Tatsuki Sugiura <sugi at nemui.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), libfcgi-dev
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fcgi.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fcgi.git;a=summary
+Homepage: http://github.com/alphallc/ruby-fcgi-ng
+XS-Ruby-Versions: all
+
+Package: ruby-fcgi
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libfcgi-ruby1.8 (<< 0.9.2.1-1~), libfcgi-ruby1.9.1 (<< 0.9.2.1-1~)
+Breaks: libfcgi-ruby1.8 (<< 0.9.2.1-1~), libfcgi-ruby1.9.1 (<< 0.9.2.1-1~)
+Provides: libfcgi-ruby1.8, libfcgi-ruby1.9.1
+Description: FastCGI library for Ruby
+ FastCGI is a language independent, scalable, open extension to CGI that
+ provides high performance without the limitations of server specific APIs.
+ For more information, see http://www.fastcgi.com/.
+ .
+ This merges matz's C version(fcgi.so) & Eli's pure ruby version(fastcgi.rb)
+
+# Transitional packages
+Package: libfcgi-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-fcgi
+Description: Transitional package for ruby-fcgi / libfcgi-ruby1.8
+ This is a transitional package for libfcgi-ruby1.8 to ease upgrades
+ to the ruby-fcgi package. It can safely be removed.
+
+Package: libfcgi-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-fcgi
+Description: Transitional package for ruby-fcgi / libfcgi-ruby1.9.1
+ This is a transitional package for libfcgi-ruby1.9.1 to ease upgrades
+ to the ruby-fcgi package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3ec76eb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fcgi
+Source: https://github.com/alphallc/ruby-fcgi-ng
+
+Files: *
+Copyright: 2009 saks
+           2013 mva <mva at mva.name>
+License: Expat
+
+Files: ext/fcgi/fcgi.c
+Copyright: 1998-1999 Network Applied Communication Laboratory, Inc.
+           2002-2006 MoonWolf <moonwolf at moonwolf.com>
+           2012-2014 mva <mva at mva.name>
+License: Expat
+
+Files: lib/fcgi.rb
+Copyright: 2001 Eli Green
+           2002-2003 MoonWolf <moonwolf at moonwolf.com>
+           2004 Minero Aoki
+           2011 saks
+           2011 Julik Tarkhanov
+           2012-2013 mva
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Jonas Genannt <jonas.genannt at capi2name.de>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/ruby-fcgi.docs b/debian/ruby-fcgi.docs
new file mode 100644
index 0000000..0a548b5
--- /dev/null
+++ b/debian/ruby-fcgi.docs
@@ -0,0 +1,2 @@
+README.rdoc
+README.signals
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f06426d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#
+# Uncomment to ignore all test failures (but the tests will run anyway)
+#export DH_RUBY_IGNORE_TESTS=all
+#
+# Uncomment to ignore some test failures (but the tests will run anyway).
+# Valid values:
+#export DH_RUBY_IGNORE_TESTS=ruby1.9.1 ruby2.0 require-rubygems
+#
+# If you need to specify the .gemspec (eg there is more than one)
+#export DH_RUBY_GEMSPEC=gem.gemspec
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	# remove included dummy makefile
+	$(shell test -e ext/fcgi/Makefile && grep "# Use ruby extconf.rb to generate makefile" ext/fcgi/Makefile && rm -f  ext/fcgi/Makefile)
+	dh_auto_clean -O--buildsystem=ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ced7c7f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/fcgi .*/fcgi-(.*).tar.gz

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



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