[ruby-netcdf] 02/02: Restructure control file with cme.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Wed Jul 29 13:55:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository ruby-netcdf.
commit 49fcaa4b60a8293af2a60647e82b24cda005a770
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Jul 29 14:05:54 2015 +0200
Restructure control file with cme.
Changes:
- Bump Standards-Version to 3.9.6, no changes
- Update Vcs-Browser URL to use cgit instead of gitweb
---
debian/changelog | 3 +++
debian/control | 28 ++++++++++++++++++----------
2 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 66bd626..66c7533 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ ruby-netcdf (0.6.6-3) UNRELEASED; urgency=medium
* Team upload.
* Add gbp.conf to use pristine-tar by default.
+ * Restructure control file with cme, changes:
+ - Bump Standards-Version to 3.9.6, no changes
+ - Update Vcs-Browser URL to use cgit instead of gitweb
-- Bas Couwenberg <sebastic at debian.org> Wed, 29 Jul 2015 14:02:02 +0200
diff --git a/debian/control b/debian/control
index ff03446..0b89bd5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,38 @@
Source: ruby-netcdf
-Section: ruby
-Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 9~ ),
- gem2deb, rake, ruby-narray, ruby-narray-miss, libnetcdf-dev
-Standards-Version: 3.9.5
-XS-Ruby-Versions: all
+Section: ruby
+Priority: optional
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
+ ruby-narray,
+ ruby-narray-miss,
+ libnetcdf-dev
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ruby-netcdf.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/ruby-netcdf.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/ruby-netcdf.git
Homepage: http://ruby.gfd-dennou.org/products/ruby-netcdf
+XS-Ruby-Versions: all
Package: ruby-netcdf
Architecture: any
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-narray, ruby-narray-miss
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby-narray,
+ ruby-narray-miss
Description: Ruby interface of netCDF library
RubyNetCDF is a Ruby interface of netCDF library built on the NArray
library, which is an efficient multi-dimensional numeric array class
for Ruby.
+XB-Ruby-Versions: ${ruby:Versions}
Package: ruby-netcdf-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: ruby-netcdf ( =${binary:Version}), ${misc:Depends}
+Depends: ruby-netcdf (= ${binary:Version}),
+ ${misc:Depends}
Description: Ruby-NetCDF debug symbols
RubyNetCDF is a Ruby interface of netCDF library built on the NArray
library, which is an efficient multi-dimensional numeric array class
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ruby-netcdf.git
More information about the Pkg-grass-devel
mailing list