[Pkg-sugar-commit] [sugar-toolkit] 02/03: Tidy rules file: Suppress versioned debhelper build-dependency.
Jonas Smedegaard
dr at jones.dk
Thu Jun 25 22:06:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository sugar-toolkit.
commit feca197dbf73346644996ec5692cb12e3a20a23e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Jun 25 16:24:09 2015 -0500
Tidy rules file: Suppress versioned debhelper build-dependency.
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index c565f32..a8c4261 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,10 @@ binary-post-install/$(pkg)::
binary-strip/$(pkg)::
find $(DEB_DESTDIR)/usr/lib -type f -name '*.so' -exec chrpath -d '{}' ';'
+# Build-depend unversioned on debhelper
+# TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
# Needed by upstream build process
bdeps = libglib2.0-dev, python-gtk2-dev, libsm-dev, libice-dev
bdeps +=, libasound2-dev | libasound-dev, gettext, intltool
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-toolkit.git
More information about the pkg-sugar-commit
mailing list