[Pkg-openldap-devel] [openldap] 22/29: Disable building development packages until post-sarge
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:17 UTC 2013
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre1
in repository openldap.
commit a31790ea62c8fcfe925e9569ffb031000872e579
Author: Torsten Landschoff <torsten at debian.org>
Date: Wed Feb 23 10:17:19 2005 +0000
Disable building development packages until post-sarge
---
debian/changelog | 2 ++
debian/rules | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 89902f9..d41ddca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ openldap2.2 (2.2.23-0.pre1) experimental; urgency=low
no glob substitution is done. Had a hard time grokking why slapd
would mention the contents of the current directory in its error
message...
+ * debian/rules: Disable building -dev packages as we don't want
+ other packages to link against the new libraries before sarge.
-- Torsten Landschoff <torsten at debian.org> Wed, 23 Feb 2005 10:51:20 +0100
diff --git a/debian/rules b/debian/rules
index 2c60653..452a0ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,9 @@ binary-indep:
dh_compress -i
dh_gencontrol -i
dh_md5sums -i
- dh_builddeb -i
+ # Don't build the libslapd2.2-dev package so nobody builds against
+ # it. We'll support it after sarge release...
+ #dh_builddeb -i -Nlibslapd2.2-dev
binary-arch: install-stamp
dh_testdir
@@ -91,7 +93,9 @@ binary-arch: install-stamp
dh_shlibdeps -a -l$(installdir)/usr/lib
dh_gencontrol -a
dh_md5sums -a
- dh_builddeb -a
+ # Don't build the libldap2.2-dev package until after sarge release
+ # so nobody can build against it.
+ dh_builddeb -a -Nlibldap2.2-dev
clean:
dh_testdir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list