[DRE-commits] [ruby-zip] 05/13: Switch package to gem2deb helper
David Suárez
deiv-guest at moszumanska.debian.org
Sun Dec 29 19:42:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository ruby-zip.
commit c60729de6584121b3bdb9f3573cecbd22defdfee
Author: David Suárez <david.sephirot at gmail.com>
Date: Sun Dec 29 20:02:57 2013 +0100
Switch package to gem2deb helper
---
debian/changelog | 11 +++++++++++
debian/compat | 2 +-
debian/control | 18 ++++++++++++++++--
debian/rules | 18 +++++++++++++-----
4 files changed, 41 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5fa835..821f294 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ruby-zip (1.1.0-1) unstable; urgency=medium
+
+ [ David Suárez ]
+ * New upstream release
+ * Switch package to gem2deb helper (Closes: #722367 #647073)
+ - Build against supported runtimes (Closes: #730962)
+ - debian/control: Add Vcs-* header
+ - debian/compat: bump to version7
+
+ -- David Suárez <david.sephirot at gmail.com> Sun, 29 Dec 2013 19:30:30 +0100
+
libzip-ruby (0.9.4-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 7a86dcc..7c2cea3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,25 @@
-Source: libzip-ruby
+Source: ruby-zip
Section: ruby
Priority: optional
Maintainer: Tatsuki Sugiura <sugi at nemui.org>
-Build-Depends: debhelper (>> 5.0.0), quilt, cdbs (>= 0.4.26-2), ruby1.8, ruby1.9.1, ruby-pkg-tools
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/rubyzip/
Uploaders: Taku YASUI <tach at debian.or.jp>
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-zip.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-zip.git;a=summary
+XS-Ruby-Versions: all
+
+Package: ruby-zip
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: Ruby module for reading and writing zip files
+ rubyzip is a ruby library for reading and writing zip (pkzip format)
+ files, with the restriction that only uncompressed and deflated zip
+ entries are supported. All this library does is handling of the zip
+ file format. the actual compression/decompression is handled by
+ zlib. zlib is accessible from ruby thanks to ruby/zlib
Package: libzip-ruby1.8
Architecture: all
diff --git a/debian/rules b/debian/rules
index 0e89dde..a5e7dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +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=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
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-
-DEB_INSTALL_CHANGELOGS_ALL = ChangeLog
-
+%:
+ dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-zip.git
More information about the Pkg-ruby-extras-commits
mailing list