[DRE-commits] [ruby-iniparse] 04/04: packaging bits

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Jun 5 13:45:38 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-iniparse.

commit 466a95608085405a097e513c0f91ef44682607f1
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jun 5 10:41:31 2016 -0300

    packaging bits
---
 debian/changelog | 6 +++---
 debian/control   | 8 +++++---
 debian/watch     | 2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc2fb8e..1c7ee58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ruby-iniparse (1.4.2-1) UNRELEASED; urgency=medium
+ruby-iniparse (1.4.2-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release
   * Add debian/patches/0001-Port-test-suite-to-RSpec-3.patch
     - does what it says on the tin
     - also sent upstream https://github.com/antw/iniparse/pull/16
 
- -- Antonio Terceiro <terceiro at debian.org>  Sun, 05 Jun 2016 10:15:09 -0300
+ -- Antonio Terceiro <terceiro at debian.org>  Sun, 05 Jun 2016 10:43:42 -0300
diff --git a/debian/control b/debian/control
index a5d7aa2..f730c2d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
                ruby-rspec
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-iniparse.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-iniparse.git
 Homepage: http://github.com/antw/iniparse
@@ -20,5 +20,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: A pure Ruby library for parsing INI documents.
- A pure Ruby library for parsing INI documents. Preserves the structure of the original document, including whitespace and comments
+Description: library for parsing INI documents
+ IniParse is a pure Ruby library for parsing INI configuration and data files.
+ It preserves the structure of the original document, including whitespace and
+ comments.
diff --git a/debian/watch b/debian/watch
index 36232cc..38d893f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/iniparse .*/iniparse-(.*).tar.gz
+https://github.com/antw/iniparse/releases .*/v(.*).tar.gz

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



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