[DRE-commits] [SCM] ruby-childprocess.git branch, master, updated. debian/0.3.2-2-12-g6976735
Praveen Arimbrathodiyil
praveen at debian.org
Thu May 2 15:43:58 UTC 2013
The following commit has been merged in the master branch:
commit e1689fcf1c3d99ac20b6b30be3e0a84ebd7ae495
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu May 2 21:04:19 2013 +0530
update to 3.9.4, update vcs, add more description
diff --git a/debian/changelog b/debian/changelog
index 2a54ebd..72b97f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ ruby-childprocess (0.3.9-1) UNRELEASED; urgency=low
* Team upload
* New upstream release
+ * Update to 3.9.4
+ - Remove DM-Upload-Allowed
+ * Update vcs fileds to new url
+ * Add more lines to extended description
-- Praveen Arimbrathodiyil <praveen at debian.org> Thu, 02 May 2013 20:57:36 +0530
diff --git a/debian/control b/debian/control
index 2e2d594..b44cb3b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Laurent Bigonville <bigon at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec (>= 2.0.0)
-Standards-Version: 3.9.3
-Dm-Upload-Allowed: yes
-Vcs-Git: git://git.debian.org/git/pkg-ruby-extras/ruby-childprocess.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-childprocess.git;a=summary
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/git/pkg-ruby-extras/ruby-childprocess.git
+Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-childprocess.git;a=summary
Homepage: http://github.com/jarib/childprocess
XS-Ruby-Versions: all
@@ -18,3 +17,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (
Description: Ruby library for controlling external programs running in the background
This library aims at being a simple and reliable solution for controlling
external programs running in the background on any Ruby / OS combination.
+ .
+ The code originated in the selenium-webdriver gem, but should prove useful as
+ a standalone library.
+
--
ruby-childprocess.git
More information about the Pkg-ruby-extras-commits
mailing list