[DRE-commits] [ruby-base62] 01/01: * Release to unstable * Fix short description * Add VCS-FIelds

Thomas Bechtold toabctl-guest at alioth.debian.org
Tue Sep 10 15:32:33 UTC 2013


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

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

commit a517cb0622c269d8704c95dcb60c15f5e66d92e7
Author: Thomas Bechtold <t.bechtold at telekom.de>
Date:   Tue Sep 10 17:31:56 2013 +0200

    * Release to unstable
    * Fix short description
    * Add VCS-FIelds
---
 debian/changelog |    2 +-
 debian/control   |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1abc334..e499e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-base62 (0.1.4-1) UNRELEASED; urgency=low
+ruby-base62 (0.1.4-1) unstable; urgency=low
 
   * Initial release (Closes: #722274)
 
diff --git a/debian/control b/debian/control
index a922ebc..63d8515 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Thomas Bechtold <t.bechtold at telekom.de>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
 Standards-Version: 3.9.4
-#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
+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
 XS-Ruby-Versions: all
 
@@ -14,7 +14,7 @@ Package: ruby-base62
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Base62 monkeypatches Integer to add an Integer#base62_encode instance method to encode an integer in the character set of 0-9 + A-Z + a-z. It also monkeypatches String to add String#base62_decode to take the string and turn it back into a valid integer.
+Description: base62 encoding and decoding library for Ruby
  Base62 monkeypatches Integer to add an Integer#base62_encode
  instance method to encode an integer in the character set of
  0-9 + A-Z + a-z. It also monkeypatches String to add

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