[DRE-commits] [ruby-base62] 03/03: New upstream release.

Thomas Bechtold toabctl at moszumanska.debian.org
Sat Feb 8 08:34:28 UTC 2014


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

toabctl pushed a commit to branch master
in repository ruby-base62.

commit 76bbf187dc86d52a57051b83d4f906707425ff03
Author: Thomas Bechtold <toabctl at debian.org>
Date:   Sat Feb 8 08:24:30 2014 +0100

    New upstream release.
    
    * New upstream release.
    * debian/control:
      - Use Debian address in Uploaders.
      - Bump Standards-Version to 3.9.5. No further changes.
      - Add ruby-test-unit to Build-Depends.
    * debian/ruby-base62.docs: README.txt is now README.md.
    * Replaced debian/ruby-test-files.yaml with debian/ruby-tests.rb due to
      missing test folder in library load path.
---
 debian/changelog            | 13 +++++++++++++
 debian/control              |  9 ++++++---
 debian/ruby-base62.docs     |  2 +-
 debian/ruby-test-files.yaml |  3 ---
 debian/ruby-tests.rb        |  2 ++
 5 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e499e17..550b742 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ruby-base62 (1.0.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * debian/control:
+    - Use Debian address in Uploaders.
+    - Bump Standards-Version to 3.9.5. No further changes.
+    - Add ruby-test-unit to Build-Depends.
+  * debian/ruby-base62.docs: README.txt is now README.md.
+  * Replaced debian/ruby-test-files.yaml with debian/ruby-tests.rb due to
+    missing test folder in library load path.
+
+ -- Thomas Bechtold <toabctl at debian.org>  Sat, 08 Feb 2014 08:22:21 +0100
+
 ruby-base62 (0.1.4-1) unstable; urgency=low
 
   * Initial release (Closes: #722274)
diff --git a/debian/control b/debian/control
index 63d8515..09067b5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,12 @@ Source: ruby-base62
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Thomas Bechtold <t.bechtold at telekom.de>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
-Standards-Version: 3.9.4
+Uploaders: Thomas Bechtold <toabctl at debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ gem2deb (>= 0.4.1~),
+ ruby-test-unit,
+Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-base62.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-base62.git;a=summary
 Homepage: http://github.com/jtzemp/base62
diff --git a/debian/ruby-base62.docs b/debian/ruby-base62.docs
index 71dfd5b..b43bf86 100644
--- a/debian/ruby-base62.docs
+++ b/debian/ruby-base62.docs
@@ -1 +1 @@
-README.txt
+README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index d689142..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-- test/test_base62.rb
-- test/test_helper.rb
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..eeb4fbf
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,2 @@
+$: << 'test' << '.'
+require 'test/base62_test.rb'

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



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