[Pkg-openldap-devel] [openldap] 23/29: Move packages not built from control into control.dev
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 1c9d9591728b295bc77c9e7c850271c90996870f
Author: Torsten Landschoff <torsten at debian.org>
Date: Wed Feb 23 14:23:30 2005 +0000
Move packages not built from control into control.dev
---
debian/changelog | 1 +
debian/control | 25 -------------------------
debian/control.dev | 26 ++++++++++++++++++++++++++
3 files changed, 27 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d41ddca..a1babd7 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.
+ * 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/control b/debian/control
index 65b512f..fdcd9ba 100644
--- a/debian/control
+++ b/debian/control
@@ -46,28 +46,3 @@ Description: OpenLDAP libraries
These are the run-time libraries for the OpenLDAP (Lightweight Directory
Access Protocol) servers and clients.
-Package: libldap2.2-dev
-Section: libdevel
-Priority: extra
-Architecture: any
-Conflicts: libldap-dev, libopenldap-dev
-Replaces: libopenldap-dev
-Provides: libldap-dev
-Depends: libldap2.2 (= ${Source-Version})
-Description: OpenLDAP development libraries
- This package allows development of LDAP applications using the OpenLDAP
- libraries. It includes headers, libraries and links to allow static and
- dynamic linking.
-
-Package: libslapd2.2-dev
-Section: libdevel
-Priority: extra
-Architecture: all
-Depends: libldap2.2 (= ${Source-Version})
-Description: OpenLDAP slapd back-end development headers
- This package allows development of back-ends for the OpenLDAP slapd.
- It includes headers used when developing a back-end for slapd.
- These headers are, per upstream, *not* intended to be used outside of
- their build system so you are on your own with them. Things can and
- probably will break, feel free to file bugs about them but don't expect
- them to be fixed.
diff --git a/debian/control.dev b/debian/control.dev
new file mode 100644
index 0000000..6690d2c
--- /dev/null
+++ b/debian/control.dev
@@ -0,0 +1,26 @@
+Package: libldap2.2-dev
+Section: libdevel
+Priority: extra
+Architecture: any
+Conflicts: libldap-dev, libopenldap-dev
+Replaces: libopenldap-dev
+Provides: libldap-dev
+Depends: libldap2.2 (= ${Source-Version})
+Description: OpenLDAP development libraries
+ This package allows development of LDAP applications using the OpenLDAP
+ libraries. It includes headers, libraries and links to allow static and
+ dynamic linking.
+
+Package: libslapd2.2-dev
+Section: libdevel
+Priority: extra
+Architecture: all
+Depends: libldap2.2 (= ${Source-Version})
+Description: OpenLDAP slapd back-end development headers
+ This package allows development of back-ends for the OpenLDAP slapd.
+ It includes headers used when developing a back-end for slapd.
+ These headers are, per upstream, *not* intended to be used outside of
+ their build system so you are on your own with them. Things can and
+ probably will break, feel free to file bugs about them but don't expect
+ them to be fixed.
+
--
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