[DRE-commits] [ruby-xml-simple] 02/06: Refresh packaging with dh-make-ruby -w and move package to DRE team
zeha at debian.org
zeha at debian.org
Tue Aug 18 15:30:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-xml-simple.
commit 58bfd92ac2926dca68cc8a57a3c25620c9585a0b
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 14:51:43 2015 +0000
Refresh packaging with dh-make-ruby -w and move package to DRE team
---
debian/control | 29 +++++++++++------------------
debian/copyright | 3 ++-
debian/rules | 5 ++++-
3 files changed, 17 insertions(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index bdee246..2ba4704 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,24 @@
Source: ruby-xml-simple
Section: ruby
Priority: optional
-Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.14~), ruby-setup
-Standards-Version: 3.9.3
-Homepage: http://xml-simple.rubyforge.org/
+Build-Depends: debhelper (>= 9~),
+ gem2deb
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-xml-simple.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-xml-simple.git
+Homepage: http://xml-simple.rubyforge.org
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-xml-simple
-Replaces: libxml-simple-ruby (<< 1.0.12-1~)
-Breaks: libxml-simple-ruby (<< 1.0.12-1~)
-Provides: libxml-simple-ruby
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Simple Ruby API for reading and writing XML
Class XmlSimple offers an easy API to read and write XML. It is a Ruby
translation of Grant McLean's Perl module XML::Simple. Simply put, it
automatically converts XML documents into a Ruby hash.
-
-Package: libxml-simple-ruby
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-xml-simple
-Description: Transitional package for ruby-xml-simple
- This is a transitional package to ease upgrades to the ruby-xml-simple
- package. It can safely be removed.
-
diff --git a/debian/copyright b/debian/copyright
index 597efaa..5d9728e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -83,4 +83,5 @@ License: GPL
Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
- License can be found in the file `/usr/share/common-licenses/GPL'.
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
index 4ca5454..9e3fcbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
#
# 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
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+# export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-xml-simple.git
More information about the Pkg-ruby-extras-commits
mailing list