[DRE-commits] [ruby-net-dns] 01/01: Initial debian commit

Philippe Thierry pthierry-guest at moszumanska.debian.org
Wed Jun 21 12:53:04 UTC 2017


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

pthierry-guest pushed a commit to branch master
in repository ruby-net-dns.

commit c14dc9d98386bc5ed36730dd39c23c0e184bac52
Author: Philippe Thierry <phil at reseau-libre.net>
Date:   Wed Jun 21 13:56:01 2017 +0200

    Initial debian commit
---
 debian/changelog         |  6 +++++
 debian/compat            |  1 +
 debian/control           | 29 +++++++++++++++++++++
 debian/copyright         | 67 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf          |  5 ++++
 debian/ruby-net-dns.docs |  1 +
 debian/ruby-tests.rake   |  5 ++++
 debian/rules             |  6 +++++
 debian/source/format     |  1 +
 debian/watch             |  4 +++
 10 files changed, 125 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..69340bd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+ruby-net-dns (0.8.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #865433).
+    based on the Kali package from Sophie Brun
+
+ -- Philippe Thierry <phil at reseau-libre.net>  Wed, 21 Jun 2017 13:51:44 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..180d051
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: ruby-net-dns
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Philippe Thierry <phil at reseau-libre.net>
+Build-Depends:
+ debhelper (>= 10),
+ gem2deb,
+ rake,
+ ruby-rspec
+Standards-Version: 3.9.8
+Homepage: https://github.com/bluemonk/net-dns
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-net-dns.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-dns.git
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: ruby-net-dns
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends:
+ ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Pure Ruby DNS library
+ This package contains a pure Ruby DNS library, with a clean OO interface and
+ an extensible API.
+ It started as a port of Perl Net::DNS module, but it evolved in time into a
+ full Ruby library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..48b65c8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,67 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: net-dns
+Source: http://github.com/bluemonk/net-dns
+
+Files: *
+Copyright: Marco Ceresa
+           Simone Carletti
+License: other
+
+Files: debian/*
+Copyright: 2016 Sophie Brun <sophie at freexian.com>
+License: other
+
+License: other
+ 1. You may make and give away verbatim copies of the source form of the
+    software without restriction, provided that you duplicate all of the
+    original copyright notices and associated disclaimers.
+ .
+ 2. You may modify your copy of the software in any way, provided that
+    you do at least ONE of the following:
+ .
+    a) place your modifications in the Public Domain or otherwise
+       make them Freely Available, such as by posting said
+       modifications to Usenet or an equivalent medium, or by allowing
+       the author to include your modifications in the software.
+ .
+    b) use the modified software only within your corporation or
+       organization.
+ .
+    c) give non-standard binaries non-standard names, with
+       instructions on where to get the original software distribution.
+ .
+    d) make other distribution arrangements with the author.
+ .
+ 3. You may distribute the software in object code or binary form,
+    provided that you do at least ONE of the following:
+ .
+    a) distribute the binaries and library files of the software,
+       together with instructions (in the manual page or equivalent)
+       on where to get the original distribution.
+ .
+    b) accompany the distribution with the machine-readable source of
+       the software.
+ .
+    c) give non-standard binaries non-standard names, with
+       instructions on where to get the original software distribution.
+ .
+    d) make other distribution arrangements with the author.
+ .
+ 4. You may modify and include the part of the software into any other
+    software (possibly commercial).  But some files in the distribution
+    are not written by the author, so that they are not under these
+    terms.
+ .
+    For the list of those files and their copying conditions, see the
+    file LEGAL.
+ .
+ 5. The scripts and library files supplied as input to or produced as 
+    output from the software do not automatically fall under the
+    copyright of the software, but belong to whomever generated them, 
+    and may be sold commercially, and may be aggregated with this
+    software.
+ .
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+    IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1c729e9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+debian-branch = master
+debian-tag = debian/%(version)s
+cleaner = /bin/true
+
diff --git a/debian/ruby-net-dns.docs b/debian/ruby-net-dns.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-net-dns.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..6c7a4e6
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+    spec.pattern = './spec/**/*_spec.rb'
+end
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3454d59
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+%:
+	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..6c9cb28
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+  https://github.com/bluemonk/net-dns/tags .*/v?(\d\S*)\.tar\.gz

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



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