[libvigraimpex] 03/04: deb/rules: clean up phony targets
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Feb 5 19:05:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository libvigraimpex.
commit fd6ba96ae3b7dc8b302fc6007a0ed08588c84fdb
Author: Daniel Stender <debian at danielstender.com>
Date: Fri Feb 5 18:35:36 2016 +0100
deb/rules: clean up phony targets
---
debian/changelog | 6 ++++--
debian/rules | 9 +++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 36e4c26..e307bea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,11 +5,13 @@ libvigraimpex (1.10.0+git20160120.803d5d4-2) UNRELEASED; urgency=medium
+ depend libvigraimpex-dev on libpng-dev [thanks to Tobias Frost].
+ use HTTPS for Vcs fields.
+ bumped Standards-Version to 3.9.7 (no changes needed).
- * deb/rules: added DH_VERBOSE export line.
+ * deb/rules:
+ + added DH_VERBOSE export line.
+ + clean up phony targets.
* deb/README.Debian: corrected typo.
* Dropped deb/libvigraimpex5v5.lintian-overrides.
- -- Daniel Stender <debian at danielstender.com> Thu, 04 Feb 2016 12:24:21 +0100
+ -- Daniel Stender <debian at danielstender.com> Fri, 05 Feb 2016 18:34:49 +0100
libvigraimpex (1.10.0+git20160120.803d5d4-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index d2ac1de..52c17ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,13 +48,14 @@ cmake_python_options = \
# build and build-* targets
# =========================
-.PHONY: build build-arch build-indep
-
+.PHONY: build
build: build-arch build-indep
+.PHONY: build-indep
build-indep:
# Nothing to do in build-indep, "thanks" to bug #374029.
+.PHONY: build-arch
build-arch:
dh_testdir
echo DEBUGMEMSIZE ; if which free ; then free ; fi
@@ -126,10 +127,10 @@ doc/changelog: docsrc/credits_changelog.dxx
# binary and binary-* targets
# ===========================
-.PHONY: binary binary-arch binary-indep
-
+.PHONY: binary
binary: binary-arch binary-indep
+.PHONY: binary-arch
binary-arch: build-arch
dh_testdir
dh_testroot
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libvigraimpex.git
More information about the debian-science-commits
mailing list