[postgis] 08/08: Fix unused substitution variable ${perl:Depends} for -scripts package.
Bas Couwenberg
sebastic at debian.org
Sat Oct 8 21:43:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch modern-packaging
in repository postgis.
commit 832ef4706a01dd32edfa8551755df9a52f702ff1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Oct 8 22:44:00 2016 +0200
Fix unused substitution variable ${perl:Depends} for -scripts package.
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/control.in | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c552714..680ee8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ postgis (2.3.0+dfsg-3) UNRELEASED; urgency=medium
* Rewrite rules file to use dh sequencer.
* Rely on dpkg-buildflags instead of including buildflags.mk.
* Use DEB_BUILD_ARCH instead of DEB_HOST_ARCH.
+ * Fix unused substitution variable ${perl:Depends} for -scripts package.
-- Bas Couwenberg <sebastic at debian.org> Sat, 08 Oct 2016 19:52:11 +0200
diff --git a/debian/control b/debian/control
index ffb3b0a..dcdbe89 100644
--- a/debian/control
+++ b/debian/control
@@ -144,7 +144,8 @@ Description: Geographic objects support for PostgreSQL 9.6
Package: postgresql-9.6-postgis-2.3-scripts
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${perl:Depends},
+ ${misc:Depends}
Recommends: postgresql-9.6-postgis-2.3
Breaks: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-9.6-postgis-2.2-scripts
diff --git a/debian/control.in b/debian/control.in
index b2a35da..4d92bef 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -144,7 +144,8 @@ Description: Geographic objects support for PostgreSQL PGVERSION
Package: postgresql-PGVERSION-postgis-2.3-scripts
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${perl:Depends},
+ ${misc:Depends}
Recommends: postgresql-PGVERSION-postgis-2.3
Breaks: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-PGVERSION-postgis-2.2-scripts
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git
More information about the Pkg-grass-devel
mailing list