[DRE-commits] [ruby-secure-headers] 01/01: debian/

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Mon Nov 28 03:59:21 UTC 2016


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

abhijithpa-guest pushed a commit to branch master
in repository ruby-secure-headers.

commit 33e48f00663dba021b0263cbe65d6705bf34695b
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Mon Nov 28 09:27:02 2016 +0530

    debian/
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 27 +++++++++++++++++++++++++++
 debian/copyright                | 28 ++++++++++++++++++++++++++++
 debian/ruby-secure-headers.docs |  1 +
 debian/ruby-tests.rake          |  7 +++++++
 debian/rules                    | 15 +++++++++++++++
 debian/source/format            |  1 +
 debian/watch                    |  2 ++
 9 files changed, 87 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..84b2658
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-secure-headers (3.5.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #846039)
+
+ -- Abhijith PA <abhijith at openmailbox.org>  Mon, 28 Nov 2016 07:33:30 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3b27d18
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: ruby-secure-headers
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Abhijith PA <abhijith at openmailbox.org>
+Build-Depends: debhelper (>= 9~), 
+               gem2deb, 
+               ruby-rspec, 
+               rake
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-secure-headers.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-secure-headers
+Homepage: https://github.com/twitter/secureheaders
+Testsuite: autopkgtest
+XS-Ruby-Versions: all
+
+Package: ruby-secure-headers
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, 
+         ${misc:Depends}, 
+         ruby | ruby-interpreter
+         rake 
+Description: Security related headers all in one gem
+ Add easily configured security headers to responses including 
+ content-security-policy, x-frame-options, strict-transport-security, etc.
+ 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..667e90d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: secure_headers
+Source: https://github.com/twitter/secureheaders
+
+Files: *
+Copyright: 2016 Neil Matatall <neil.matatall at gmail.com>
+License: Apache 2.0
+
+Files: debian/*
+Copyright: 2016 Abhijith PA <abhijith at openmailbox.org>
+License: Apache 2.0
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: Apache 2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License 2.0 can
+ be found in "/usr/share/common-licenses/Apache-2.0"
diff --git a/debian/ruby-secure-headers.docs b/debian/ruby-secure-headers.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-secure-headers.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..99987ae
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec) do |spec|
+  spec.pattern = './spec/*_spec.rb'
+end
+
+task :default => :spec
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d81794d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/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=ruby2.1 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
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..f5a2bc3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/secure_headers .*/secure_headers-(.*).tar.gz

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



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