This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ruby-hdfeos5.
commit 7a72a28af9438ee96f198da2280bad3ca8d49967 Author: Bas Couwenberg <[email protected]> Date: Fri Dec 2 15:36:10 2016 +0100 Restructure control file with cme. --- debian/changelog | 1 + debian/control | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a469384..9149968 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ruby-hdfeos5 (1.2-7) UNRELEASED; urgency=medium * Team upload. * Fix Vcs-Git URL to use /git instead of /cgit. + * Restructure control file with cme. -- Bas Couwenberg <[email protected]> Fri, 02 Dec 2016 15:34:49 +0100 diff --git a/debian/control b/debian/control index 5d6d6ef..aadd245 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,15 @@ Source: ruby-hdfeos5 -Section: ruby -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Youhei SASAKI <[email protected]> -Build-Depends: debhelper (>= 9~), gem2deb, - ruby-narray, ruby-narray-miss, - libhe5-hdfeos-dev, libgctp-dev, libhdf5-serial-dev +Section: ruby +Priority: optional +Build-Depends: debhelper (>= 9~), + gem2deb, + ruby-narray, + ruby-narray-miss, + libhe5-hdfeos-dev, + libgctp-dev, + libhdf5-serial-dev Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ruby-hdfeos5.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/ruby-hdfeos5.git @@ -14,7 +18,9 @@ XS-Ruby-Versions: all Package: ruby-hdfeos5 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ruby | ruby-interpreter Description: Ruby interface to the HDF-EOS5 library HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific data structures, namely Grid, Point, and Swath. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

