[Pkg-fedora-ds-maintainers] 389-ds-base: Changes to 'debian-unstable'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Wed Oct 3 15:39:17 UTC 2012
debian/389-ds-base.lintian-overrides | 1 +
debian/changelog | 5 +++++
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 2a5f03a1c56c06c38e6bb71e6f110b4e664578ed
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Wed Oct 3 18:39:07 2012 +0300
control: Drop dpkg-dev from build-depends, no need to specify it directly.
diff --git a/debian/changelog b/debian/changelog
index 2ca3f01..44a319b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@
* control: Drop quilt from build-depends, since using 3.0 (quilt)
* lintian-overrides: Add an override for hardening-no-fortify-
functions, since it's a false positive in this case.
+ * control: Drop dpkg-dev from build-depends, no need to specify it
+ directly.
-- Timo Aaltonen <tjaalton at ubuntu.com> Thu, 27 Sep 2012 11:11:38 +0300
diff --git a/debian/control b/debian/control
index 9f6f399..8cbb39f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian 389ds Team <pkg-fedora-ds-maintainers at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>,
Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19),
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
libnspr4-dev,
libnss3-dev,
commit f5b5ee7b816dcacbd5ed0fb557ee85808002efdb
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Wed Oct 3 18:38:14 2012 +0300
lintian-overrides: Add an override for hardening-no-fortify- functions, since it's a false positive in this case.
diff --git a/debian/389-ds-base.lintian-overrides b/debian/389-ds-base.lintian-overrides
index b152998..9a37bd0 100644
--- a/debian/389-ds-base.lintian-overrides
+++ b/debian/389-ds-base.lintian-overrides
@@ -2,3 +2,4 @@ pkg-has-shlibs-control-file-but-no-actual-shared-libs
unused-shlib-entry-in-control-file
postinst-has-useless-call-to-ldconfig
postrm-has-useless-call-to-ldconfig
+hardening-no-fortify-functions
diff --git a/debian/changelog b/debian/changelog
index 855467b..2ca3f01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@
is finished. (Closes: #689389)
* copyright: Update the source url.
* control: Drop quilt from build-depends, since using 3.0 (quilt)
+ * lintian-overrides: Add an override for hardening-no-fortify-
+ functions, since it's a false positive in this case.
-- Timo Aaltonen <tjaalton at ubuntu.com> Thu, 27 Sep 2012 11:11:38 +0300
commit fe12ebb2df83bd192c185d4403856becbc2d4297
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Wed Oct 3 18:14:07 2012 +0300
control, rules: Drop quilt from build-depends, since using 3.0 (quilt)
diff --git a/debian/changelog b/debian/changelog
index a4656c4..855467b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@
* dirsrv.init: Fix stop() to remove the pidfile only when the process
is finished. (Closes: #689389)
* copyright: Update the source url.
+ * control: Drop quilt from build-depends, since using 3.0 (quilt)
-- Timo Aaltonen <tjaalton at ubuntu.com> Thu, 27 Sep 2012 11:11:38 +0300
diff --git a/debian/control b/debian/control
index 705071d..9f6f399 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian 389ds Team <pkg-fedora-ds-maintainers at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>,
Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>
-Build-Depends: quilt, debhelper (>= 9), dpkg-dev (>= 1.13.19),
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19),
dh-autoreconf,
libnspr4-dev,
libnss3-dev,
diff --git a/debian/rules b/debian/rules
index 23dcb46..e9432df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,4 +70,4 @@ override_dh_shlibdeps:
dh_shlibdeps -l"debian/389-ds-base/usr/lib/$(DEB_HOST_MULTIARCH)/dirsrv" -a
%:
- dh $@ --with quilt,autoreconf --builddir build/
+ dh $@ --with autoreconf --builddir build/
More information about the Pkg-fedora-ds-maintainers
mailing list