[DRE-commits] [ruby-re2] 01/01: Add debian dir
David Suárez
deiv-guest at moszumanska.debian.org
Sun Jan 26 18:30:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository ruby-re2.
commit 6e7af2aef288e4adc505ecd6b1160f9f970f63be
Author: David Suárez <david.sephirot at gmail.com>
Date: Sun Jan 26 19:23:53 2014 +0100
Add debian dir
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 21 +++++++++++++++++++++
debian/copyright | 34 ++++++++++++++++++++++++++++++++++
debian/ruby-re2.docs | 1 +
debian/ruby-tests.rb | 3 +++
debian/rules | 5 +++++
debian/source/format | 1 +
debian/watch | 2 ++
9 files changed, 73 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d5816e1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-re2 (0.5.0-1) experimental; urgency=medium
+
+ * Initial release (Closes: #735672)
+
+ -- David Suárez <david.sephirot at gmail.com> Sun, 26 Jan 2014 17:08:13 +0100
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..9da6f34
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ruby-re2
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: David Suárez <david.sephirot at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), libre2-dev
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-re2.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-re2.git;a=summary
+Homepage: http://github.com/mudge/re2
+XS-Ruby-Versions: all
+
+Package: ruby-re2
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: Ruby bindings to re2
+ Ruby bindings to re2, "an efficient, principled regular expression library".
+ .
+ RE2 is a fast, safe, thread-friendly alternative to backtracking regular
+ expression engines like those used in PCRE, Perl, and Python.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ec9326b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: re2
+Source: https://github.com/mudge/re2
+
+Files: *
+Copyright: 2010-2013, Paul Mucur <paul at altmetric.com>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2014, David Suárez <david.sephirot at gmail.com>
+License: BSD-2-clause
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
diff --git a/debian/ruby-re2.docs b/debian/ruby-re2.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-re2.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..8230007
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,3 @@
+$: << 'spec' << '.'
+
+Dir['{spec}/**/*_spec.rb'].each { |f| require f }
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5df7f46
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --buildsystem=ruby --with 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..20c8ade
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/re2 .*/re2-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-re2.git
More information about the Pkg-ruby-extras-commits
mailing list