This is an automated email from the git hooks/post-receive script. fabian pushed a commit to annotated tag debian/5.1.0-1 in repository deutex.
commit 21e9b1850e02012444a1b1e957a33ec87594f3cd Author: Fabian Greffrath <[email protected]> Date: Fri Dec 15 20:54:19 2017 +0100 Add pkg-config to Build-Depends --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index f63fb51..cab38bf 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: asciidoc-base, docbook-xsl, libxml2-utils, xsltproc, - automake (>= 1:1.15.1), debhelper (>= 10~), - libpng-dev + libpng-dev, + pkg-config Standards-Version: 4.1.2 Vcs-Git: https://anonscm.debian.org/git/pkg-games/deutex.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/deutex.git/ diff --git a/debian/rules b/debian/rules index 0eb18ac..5e751cb 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,--no-undefined %: - dh $@ --with-autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --bindir /usr/games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/deutex.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

