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

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Jan 1 13:36:33 UTC 2011


Author: ametzler
Date: Sat Jan  1 13:36:14 2011
New Revision: 927

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=927
Log:
add udeb

Added:
    packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install
Modified:
    packages/libgcrypt11/trunk/debian/changelog
    packages/libgcrypt11/trunk/debian/control
    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=927&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sat Jan  1 13:36:14 2011
@@ -3,6 +3,7 @@
   * NOT RELEASED YET
   * debian/patches/13_ftbfs_gold.diff fix build failure with binutils-gold.
     Closes: #555179
+  * Add libgcrypt11-udeb. Closes: #608504 (Thanks for the patch, Jonas Meurer)
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 11 Dec 2010 13:17:44 +0100
 

Modified: packages/libgcrypt11/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/control?rev=927&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/control (original)
+++ packages/libgcrypt11/trunk/debian/control Sat Jan  1 13:36:14 2011
@@ -70,3 +70,16 @@
  implemented:
  arcfour, blowfish, cast5, DSA, DSA2, des, 3DES, elgamal, MD5, rijndael,
  RMD160, RSA, SEED, SHA1, SHA-384, SHA-512, twofish, tiger.
+
+Package: libgcrypt11-udeb
+Priority: optional
+Section: debian-installer
+Package-Type: udeb
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: LGPL Crypto library - runtime library
+ libgcrypt contains cryptographic functions.  Many important free
+ ciphers, hash algorithms and public key signing algorithms have been
+ implemented:
+ arcfour, blowfish, cast5, DSA, DSA2, des, 3DES, elgamal, MD5, rijndael,
+ RMD160, RSA, SEED, SHA1, SHA-384, SHA-512, twofish, tiger.

Added: packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install?rev=927&op=file
==============================================================================
--- packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install (added)
+++ packages/libgcrypt11/trunk/debian/libgcrypt11-udeb.install Sat Jan  1 13:36:14 2011
@@ -1,0 +1,1 @@
+debian/tmp/lib/lib*.so.* lib

Modified: packages/libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/rules?rev=927&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/rules (original)
+++ packages/libgcrypt11/trunk/debian/rules Sat Jan  1 13:36:14 2011
@@ -9,7 +9,8 @@
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_DH_STRIP_ARGS = --dbg-package=libgcrypt11-dbg
-DEB_DH_MAKESHLIBS_ARGS := -V 'libgcrypt11 (>=1.4.6)'
+DEB_DH_MAKESHLIBS_ARGS := -V 'libgcrypt11 (>=1.4.6)' \
+	--add-udeb=libgcrypt11-udeb
 
 clean::
 	if test -f ltmain.sh ; then touch ltmain.sh; else libtoolize -c -f --automake; fi




More information about the Pkg-gnutls-commits mailing list