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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

