[DRE-commits] [ruby-archive-tar-minitar] 01/04: Imported Debian patch 0.5.2-1
zeha at debian.org
zeha at debian.org
Tue Aug 18 12:40:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-archive-tar-minitar.
commit d6c23d06ad9b677ed06823add4128714209944a5
Author: Alexander Wirt <formorer at debian.org>
Date: Mon Aug 22 21:53:35 2011 +0200
Imported Debian patch 0.5.2-1
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 18 ++++++++++++++++++
debian/copyright | 33 +++++++++++++++++++++++++++++++++
debian/ruby-archive-tar-minitar.docs | 2 ++
debian/ruby-test-files.yaml | 2 ++
debian/rules | 19 +++++++++++++++++++
debian/source/format | 1 +
debian/watch | 2 ++
9 files changed, 83 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ba7b41d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-archive-tar-minitar (0.5.2-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Alexander Wirt <formorer at debian.org> Mon, 22 Aug 2011 21:53:35 +0200
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..85318f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: ruby-archive-tar-minitar
+Section: ruby
+Priority: optional
+Maintainer: Alexander Wirt <formorer at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
+Standards-Version: 3.9.2
+Homepage: http://rubyforge.org/projects/ruwiki/
+XS-Ruby-Versions: all
+
+Package: ruby-archive-tar-minitar
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: Provides POSIX tarchive management from Ruby programs.
+ Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
+ provides the ability to deal with POSIX tar(1) archive files. The
+ implementation is based heavily on Mauricio Ferna'ndez's implementation in
+ rpa-base, but has been reorganised to promote reuse in other projects.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..366b8a1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: archive-tar-minitar
+Source: FIXME (URL where source can be downloaded)
+
+Files: *
+Copyright: Copyright 1998 John Doe <jdoe at example.com>
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
+License:
+ [LICENSE TEXT]
diff --git a/debian/ruby-archive-tar-minitar.docs b/debian/ruby-archive-tar-minitar.docs
new file mode 100644
index 0000000..786a9ba
--- /dev/null
+++ b/debian/ruby-archive-tar-minitar.docs
@@ -0,0 +1,2 @@
+# FIXME: READMEs found
+# README
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..45a493b
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,2 @@
+---
+- tests/testall.rb
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..39c8f15
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/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.8 ruby1.9.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
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -rf debian/ruby-archive-tar-minitar/usr/bin/
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..0e172ac
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/archive-tar-minitar .*/archive-tar-minitar-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-archive-tar-minitar.git
More information about the Pkg-ruby-extras-commits
mailing list