[Pkg-fedora-ds-maintainers] 389-ds-base: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Tue Aug 22 13:37:35 UTC 2017


 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 debian/rules     |    5 ++++-
 3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 37132d6ac93a7b6bb64c921d6523235e62370699
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Tue Aug 22 16:37:29 2017 +0300

    rules: Override dh_missing.

diff --git a/debian/changelog b/debian/changelog
index c9c2191..070491e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 389-ds-base (1.3.6.7-2) UNRELEASED; urgency=medium
 
   * control: Bump policy to 4.1.0, no changes.
+  * rules: Override dh_missing.
 
  -- Timo Aaltonen <tjaalton at debian.org>  Tue, 22 Aug 2017 16:32:53 +0300
 
diff --git a/debian/rules b/debian/rules
index d0aa981..3bacd9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,7 +85,10 @@ override_dh_install:
 
 	mkdir -p $(CURDIR)/debian/tmp/etc/systemd/system/dirsrv.target.wants
 
-	dh_install --fail-missing
+	dh_install
+
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_systemd_enable:
 	dh_systemd_enable -p389-ds-base --no-enable dirsrv-snmp.service

commit cf4969915b8edd1966b27b4989d0ec530b176857
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Tue Aug 22 16:33:21 2017 +0300

    control: Bump policy to 4.1.0, no changes.

diff --git a/debian/changelog b/debian/changelog
index 34fa9b1..c9c2191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+389-ds-base (1.3.6.7-2) UNRELEASED; urgency=medium
+
+  * control: Bump policy to 4.1.0, no changes.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 22 Aug 2017 16:32:53 +0300
+
 389-ds-base (1.3.6.7-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index be3b527..cf80d51 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Build-Depends:
  libsystemd-dev,
  pkg-config,
  zlib1g-dev,
-Standards-Version: 3.9.8
+Standards-Version: 4.1.0
 Vcs-Git: git://anonscm.debian.org/pkg-fedora-ds/389-ds-base.git
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-fedora-ds/389-ds-base.git
 Homepage: http://directory.fedoraproject.org



More information about the Pkg-fedora-ds-maintainers mailing list