[Pkg-gnutls-commits] r1102 - in /packages/libgcrypt11/trunk/debian: changelog control libgcrypt11-dev.install libgcrypt11-udeb.install libgcrypt11.install rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Jun 25 12:43:08 UTC 2011


Author: ametzler
Date: Sat Jun 25 12:43:08 2011
New Revision: 1102

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1102
Log:
Convert to multi-arch.

Modified:
    packages/libgcrypt11/trunk/debian/changelog
    packages/libgcrypt11/trunk/debian/control
    packages/libgcrypt11/trunk/debian/libgcrypt11-dev.install
    packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install
    packages/libgcrypt11/trunk/debian/libgcrypt11.install
    packages/libgcrypt11/trunk/debian/rules

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=1102&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sat Jun 25 12:43:08 2011
@@ -2,6 +2,18 @@
 
   * NOT RELEASED YET
   * Stop shipping libtool la file. This should take care of LP: #751142
+  * Convert to multi-arch.
+    + configure with --libdir=/lib/$(DEB_HOST_MULTIARCH), update
+      *.install accordingly.
+    + Bump cdbs Build-Depends to 0.4.93 (required for expanding 
+      $(DEB_HOST_MULTIARCH)).
+    + Bump debhelper b-d to 8.1.3 (for ${misc:Pre-Depends}).
+    + runtime library is Multi-Arch: same and has Pre-Depends: 
+      ${misc:Pre-Depends}.
+    + This is based on 1.4.6-5ubuntu1, however some differences remain. -dbg
+      package is not Multi-Arch: same (Due to usr/lib/debug/usr/bin/*). We
+      ship the so-symlink in /lib/$(DEB_HOST_MULTIARCH) instead of
+      /usr/lib/$(DEB_HOST_MULTIARCH). 
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 12 Feb 2011 16:25:44 +0100
 

Modified: packages/libgcrypt11/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/control?rev=1102&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/control (original)
+++ packages/libgcrypt11/trunk/debian/control Sat Jun 25 12:43:08 2011
@@ -5,8 +5,8 @@
 Uploaders: Andreas Metzler <ametzler at debian.org>, 
  Eric Dorland <eric at debian.org>, James Westby <jw+debian at jameswestby.net>,
  Simon Josefsson <simon at josefsson.org>
-Build-Depends: debhelper (>> 7.0.14), texlive-latex-base,
- texlive-generic-recommended, texinfo (>= 4.6-0), cdbs (>= 0.4.53),
+Build-Depends: debhelper (>> 8.1.3), texlive-latex-base,
+ texlive-generic-recommended, texinfo (>= 4.6-0), cdbs (>= 0.4.93),
  libgpg-error-dev (>> 1.10-0.1), autotools-dev
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnutls/packages/libgcrypt11/trunk
@@ -64,6 +64,8 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: rng-tools
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: LGPL Crypto library - runtime library
  libgcrypt contains cryptographic functions.  Many important free
  ciphers, hash algorithms and public key signing algorithms have been

Modified: packages/libgcrypt11/trunk/debian/libgcrypt11-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/libgcrypt11-dev.install?rev=1102&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/libgcrypt11-dev.install (original)
+++ packages/libgcrypt11/trunk/debian/libgcrypt11-dev.install Sat Jun 25 12:43:08 2011
@@ -1,5 +1,5 @@
 debian/tmp/usr/include/*
-debian/tmp/lib/lib*.a
-debian/tmp/lib/lib*.so
+debian/tmp/lib/*/lib*.a
+debian/tmp/lib/*/lib*.so
 debian/tmp/usr/bin/*
 debian/tmp/usr/share/aclocal/*

Modified: packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install?rev=1102&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install (original)
+++ packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install Sat Jun 25 12:43:08 2011
@@ -1,1 +1,1 @@
-debian/tmp/lib/lib*.so.* lib
+debian/tmp/lib/*/lib*.so.*

Modified: packages/libgcrypt11/trunk/debian/libgcrypt11.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/libgcrypt11.install?rev=1102&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/libgcrypt11.install (original)
+++ packages/libgcrypt11/trunk/debian/libgcrypt11.install Sat Jun 25 12:43:08 2011
@@ -1,1 +1,1 @@
-debian/tmp/lib/lib*.so.* lib
+debian/tmp/lib/*/lib*.so.*

Modified: packages/libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/rules?rev=1102&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/rules (original)
+++ packages/libgcrypt11/trunk/debian/rules Sat Jun 25 12:43:08 2011
@@ -6,7 +6,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack \
-	--enable-ld-version-script --libdir=/lib
+	--enable-ld-version-script --libdir=/lib/$(DEB_HOST_MULTIARCH)
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 DEB_MAKE_CHECK_TARGET = check
 endif




More information about the Pkg-gnutls-commits mailing list