[DRE-commits] [ruby-gsl] 05/08: Set the Debian Ruby team as the maintainer of the package
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Feb 29 14:39:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-gsl.
commit 220ce6d2e5614d8bb0e97f86f352287466e64e78
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Feb 29 15:03:22 2016 +0100
Set the Debian Ruby team as the maintainer of the package
---
debian/control | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index fe2bc12..e0d7e7c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,19 @@
Source: ruby-gsl
Section: ruby
Priority: optional
-Maintainer: Daigo Moriwaki <daigo at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>,
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Daigo Moriwaki <daigo at debian.org>,
Deepak Tripathi <apenguinlinux at gmail.com>,
Cédric Boutillier <boutil at debian.org>,
Balint Reczey <balint at balintreczey.hu>
-Build-Depends: debhelper (>= 9~), quilt, gem2deb (>= 0.2.2), libgsl-dev (>= 2.0), plotutils, ruby-narray, libtamuanova-dev
+Build-Depends: debhelper (>= 9~),
+ dpkg-dev (>= 1.1.16.1.1~),
+ gem2deb (>= 0.2.2),
+ libgsl-dev (>= 2.0),
+ libtamuanova-dev,
+ plotutils,
+ quilt,
+ ruby-narray
Vcs-Git: https://anonscm.debian.org/pkg-ruby-extras/ruby-gsl.git
Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-gsl.git;a=summary
Standards-Version: 3.9.7
@@ -16,7 +23,11 @@ XS-Ruby-Versions: all
Package: ruby-gsl
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, plotutils, ruby-narray
+Depends: plotutils,
+ ruby | ruby-interpreter,
+ ruby-narray,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby bindings for the GNU Scientific Library (GSL)
The GNU Scientific Library (GSL) is a collection of data types and
routines for numerical computing. Ruby/GSL is an interface to the GNU
@@ -26,7 +37,7 @@ Package: ruby-gsl-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ruby-gsl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby-gsl (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Ruby bindings for the GNU Scientific Library (GSL) - debugging symbols
The GNU Scientific Library (GSL) is a collection of data types and
routines for numerical computing. Ruby/GSL is an interface to the GNU
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git
More information about the Pkg-ruby-extras-commits
mailing list