[Git][debian-gis-team/narray-miss][master] 2 commits: Bump debhelper compat to 12, no changes.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Sep 12 18:03:17 BST 2021
Bas Couwenberg pushed to branch master at Debian GIS Project / narray-miss
Commits:
94c445c1 by Bas Couwenberg at 2021-09-12T18:53:51+02:00
Bump debhelper compat to 12, no changes.
- - - - -
c13b7f36 by Bas Couwenberg at 2021-09-12T18:59:13+02:00
Add ${ruby:Depends} substvar.
- - - - -
3 changed files:
- debian/changelog
- − debian/compat
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,8 @@ ruby-narray-miss (1.4.0-4) UNRELEASED; urgency=medium
* Team upload.
* Bump watch file version to 4.
* Bump Standards-Version to 4.6.0, no changes.
+ * Bump debhelper compat to 12, no changes.
+ * Add ${ruby:Depends} substvar.
-- Bas Couwenberg <sebastic at debian.org> Fri, 06 Nov 2020 19:33:32 +0100
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
Section: ruby
Priority: optional
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 12),
gem2deb (>= 0.3.0~),
ruby-narray,
rdtool
@@ -15,8 +15,9 @@ XS-Ruby-Versions: all
Package: ruby-narray-miss
Architecture: all
-Depends: ${misc:Depends},
- ruby-narray
+Depends: ruby-narray,
+ ${ruby:Depends},
+ ${misc:Depends}
Description: Additional class with processing of missing value to NArray
NArrayMiss is an additional class with processing of missing value to
NArray for Ruby.
View it on GitLab: https://salsa.debian.org/debian-gis-team/narray-miss/-/compare/df7cc600d9e1578f3bf4006fccf68cdafcf3963d...c13b7f364fb5589219b84d40b71afc4e0ca60e66
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/narray-miss/-/compare/df7cc600d9e1578f3bf4006fccf68cdafcf3963d...c13b7f364fb5589219b84d40b71afc4e0ca60e66
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210912/6749c51d/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list