[pkg-bacula-commits] [bacula] 02/02: The "${misc:Depends} for the package bacula inserted a versioned dependency which will not be resolvable after a binNMU because the docs from bacula (arch all) were linked to bacula-common (arch any) with dh_installdocs. Changed to link to bacula-server, which is also Architecture: all. (Closes: 804566).

Carsten Leonhardt leo at moszumanska.debian.org
Tue Nov 10 12:43:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch master
in repository bacula.

commit 4535ede040786433a27f30631cf5092619004f09
Author: Carsten Leonhardt <leo at debian.org>
Date:   Tue Nov 10 13:31:26 2015 +0100

    The "${misc:Depends} for the package bacula inserted a versioned
    dependency which will not be resolvable after a binNMU because the
    docs from bacula (arch all) were linked to bacula-common (arch any)
    with dh_installdocs. Changed to link to bacula-server, which is also
    Architecture: all. (Closes: 804566).
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9ba8fe8..0d5e777 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,9 @@ bacula (7.0.5+dfsg-1) unstable; urgency=medium
     Alberto Fuentes. (Closes: #742228)
   * Fixed typo in sqlite3 database update script. (Closes: #714141)
   * Update Standards-Version to 3.9.6. No changes required.
+  * Change linking the docs from bacula to bacula-server. Because these
+    are both "Architecture: all" it avoids breakage with binNMUs.
+    (Closes: #804566).
 
  --
 
diff --git a/debian/rules b/debian/rules
index 777fa1d..c970059 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,7 +141,7 @@ ifeq ($(HAVE_SYSTEMD),1)
 endif
 
 override_dh_installdocs:
-	dh_installdocs -pbacula --link-doc=bacula-common
+	dh_installdocs -pbacula --link-doc=bacula-server
 	for pkg in $(DBGPKGS); do \
 		dh_installdocs -p$$pkg-dbg --link-doc=$$pkg; \
 		done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list