[Pkg-openldap-devel] [openldap] 24/29: Remove binary-indep target and remove libldap2.2-dev at head of binary-arch target
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:18 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 e5b2b3e1457274957c72e0f4fb734e80696c739d
Author: Torsten Landschoff <torsten at debian.org>
Date: Wed Feb 23 18:18:39 2005 +0000
Remove binary-indep target and remove libldap2.2-dev at head of binary-arch target
---
debian/changelog | 1 +
debian/rules | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a1babd7..073250e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ openldap2.2 (2.2.23-0.pre1) experimental; urgency=low
message...
* debian/rules: Disable building -dev packages as we don't want
other packages to link against the new libraries before sarge.
+ Remove the binary-indep target from the binary dependends list.
* debian/control: Move packages that are no longer build into control-dev.
-- Torsten Landschoff <torsten at debian.org> Wed, 23 Feb 2005 10:51:20 +0100
diff --git a/debian/rules b/debian/rules
index 452a0ba..1412fe4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,9 @@ install-stamp: build-stamp
touch $@
-binary: binary-arch binary-indep
+binary: binary-arch
+# Don't build binary-indep for now (only liblslapd-dev was in there)
+# Reenable after sarge...
binary-indep:
dh_testdir
@@ -72,6 +74,8 @@ binary-arch: install-stamp
dh_testdir
dh_testroot
dh_clean -k
+ # XXX: remove after libldap2.2-dev is officially built
+ rm -Rf debian/libldap2.2-dev
dh_installdirs -a
cp -al $(installdir) $(tmpdir)
--
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