[DRE-commits] [ruby-xml-simple] 01/06: Imported Debian patch 1.1.1-1

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 74e4227dd2a05d7de808e6ff0a72b8043048ab14
Author: Ryan Niebur <ryan at debian.org>
Date:   Fri Jun 8 17:02:40 2012 -0700

    Imported Debian patch 1.1.1-1
---
 debian/changelog     | 50 ++++++++++++++++++++++++++++++
 debian/clean         |  1 +
 debian/compat        |  1 +
 debian/control       | 31 +++++++++++++++++++
 debian/copyright     | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         | 24 +++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 debian/xmlsimple.rb  |  1 +
 9 files changed, 197 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0f56460
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,50 @@
+ruby-xml-simple (1.1.1-1) unstable; urgency=low
+
+  * Update my email address in Uploaders
+  * Update to latest upstream version using gem2deb
+    - Update watch file to use gemwatch
+    - Renamed binary and source package to ruby-xml-simple
+    - Update to standards version 3.9.3
+    - Switch build system from cdbs to gem2deb
+    - Added ruby-version control fields
+    - Replace libruby1.8 dependency with ruby-interpreter
+    - Update to 3.0 quilt source format
+    - Update debian/compat to debhelper 7
+  * Add transition package and Breaks/Provides/Replaces
+    for upgrades from libxml-simple-ruby
+  * Update to copyright format 1.0
+  * Use setup.rb to install lib, instead of dh_install
+
+ -- Ryan Niebur <ryan at debian.org>  Fri, 08 Jun 2012 17:02:40 -0700
+
+libxml-simple-ruby (1.0.12-1) unstable; urgency=low
+
+  * New Upsteam realese (Closes: #518434)
+  * Fix loading stub to not cause warnings as often (Closes: #514581)
+  * Bumped Standards version to 3.8.1
+  * Change debian/rule
+  	- buildcore.mk and simple-patches.mk is not required
+  * Changes in debian/control
+  	- remove ${shlibs-Depends} and added {$misd-Depends}
+        - Added Uploade rto Ryan
+        - changed section to ruby
+        - replace ruby to libruby1.8 in Build-Depends 
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 25 Apr 2009 22:45:10 +0530
+
+libxml-simple-ruby (1.0.11-2) unstable; urgency=low
+
+  * Fix for bad description in control file, Apply patch (Closes: #439746)
+  	+ Changes in debian/control
+  * Change path for library to install (Closes: #491730)
+  	+ Changes in debian/rules (Apply patch provided by Ryan52)
+  * Added debian/watch file.
+  * Bumped Standards version to 3.8.0
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 15 Nov 2008 12:17:46 +0530
+
+libxml-simple-ruby (1.0.11-1) unstable; urgency=low
+
+  * Initial release (Closes: #426205)
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 22 Jan 2005 20:15:47 -0500
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..7e2952f
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+setup.rb
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..bdee246
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: ruby-xml-simple
+Section: ruby
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+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/
+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
+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
new file mode 100644
index 0000000..597efaa
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,86 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xml-simple
+Upstream-Contact: Maik Schmidt <contact at maik-schmidt.de>
+Source: http://rubygems.org/gems/xml-simple
+
+Files: *
+Copyright: Copyright (c) 2003-2011 Maik Schmidt
+License: Ruby or GPL
+
+Files: debian/*
+Copyright: 2005-2009, Deepak Tripathi <apenguinlinux at gmail.com
+ 2012, Ryan Niebur <ryan at debian.org>
+License: Ruby or GPL
+
+License: Ruby
+  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.
+
+License: GPL
+ 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.
+ .
+ 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 can be found in the file `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4ca5454
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/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_configure:
+	if ! test -e setup.rb; then ln -s /usr/lib/ruby/vendor_ruby/setup.rb; fi
+	if ! test -d lib/lib; then mkdir lib/lib; mv debian/xmlsimple.rb lib/lib; fi
+	dh_auto_configure
+
+override_dh_auto_clean:
+	dh_auto_clean
+	if ! test -f debian/xmlsimple.rb; then mv lib/lib/xmlsimple.rb debian/; rmdir lib/lib; fi
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..7b4a3a9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/xml-simple .*/xml-simple-(.*).tar.gz
diff --git a/debian/xmlsimple.rb b/debian/xmlsimple.rb
new file mode 100644
index 0000000..9e57554
--- /dev/null
+++ b/debian/xmlsimple.rb
@@ -0,0 +1 @@
+require 'xmlsimple'

-- 
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