[SCM] implementation of RSA blind signatures branch, master, updated. upstream/0.5-13-ge7d0a27

David Bate davebate at gmail.com
Mon May 28 17:08:10 UTC 2012


The following commit has been merged in the master branch:
commit 41ebc4e17a040c760af3357282278a2bc2acbe72
Author: David Bate <davebate at gmail.com>
Date:   Mon May 28 18:07:31 2012 +0100

    implemented multiarch to libraries

diff --git a/debian/control b/debian/control
index 70979e5..be115c4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: d0-blind-id
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: David Bate <davebate at gmail.com>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, libgmp-dev
+Build-Depends: debhelper (>= 9), autotools-dev, libgmp-dev
 Standards-Version: 3.9.3
 Section: libs
 Homepage: https://github.com/divVerent/d0_blind_id
@@ -27,7 +27,9 @@ Description: library for user identification using RSA blind signatures - devel
 
 Package: libd0-blind-id0
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: library for user identification using RSA blind signatures
  d0_blind_id is an implementation of RSA "blind signatures",
  Diffie-Hellmann key exchange and Schnorr identification. It can be used
@@ -40,16 +42,18 @@ Description: library for user identification using RSA blind signatures
 
 Package: libd0-rijndael0
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: AES implementation used by libd0-blind-id
+Pre-Depends: ${misc:Pre-Depends}
+Description: Advanced Encription Standard implementation used by libd0-blind-id
  d0_blind_id is an implementation of RSA "blind signatures",
  Diffie-Hellmann key exchange and Schnorr identification. It can be used
  by the DarkPlaces game engine (as used in Xonotic) to perform anonymous
  registration with a central server, providing cryptographic identities
  which are used in Xonotic for access control on individual game servers.
  .
- This package contains the Rijndael encryption algorithm, the AES
- implementation used by libd0-blind-id.
+ This package contains the Rijndael encryption algorithm, the Advanced
+ Encryption Standard implementation used by libd0-blind-id.
 
 Package: d0-blind-id-bin
 Section: utils
@@ -62,5 +66,5 @@ Description: utilities for user identification using RSA blind signatures
  registration with a central server, providing cryptographic identities
  which are used in Xonotic for access control on individual game servers.
  .
- This package contains utilities using libd0-blind-id, such as a blind
- signature generator.
\ No newline at end of file
+ This package contains an example blind signature generator and verifier
+ that uses d0-blind-id.
\ No newline at end of file
diff --git a/debian/libd0-blind-id-dev.install b/debian/libd0-blind-id-dev.install
index 6cd8ddd..76f28fa 100644
--- a/debian/libd0-blind-id-dev.install
+++ b/debian/libd0-blind-id-dev.install
@@ -1,4 +1,4 @@
 usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
diff --git a/debian/libd0-blind-id0.install b/debian/libd0-blind-id0.install
index 5f6f233..34eb475 100644
--- a/debian/libd0-blind-id0.install
+++ b/debian/libd0-blind-id0.install
@@ -1 +1 @@
-usr/lib/libd0_blind_id.so.*
+usr/lib/*/libd0_blind_id.so.*
diff --git a/debian/libd0-rijndael0.install b/debian/libd0-rijndael0.install
index 725492d..27a5dd3 100644
--- a/debian/libd0-rijndael0.install
+++ b/debian/libd0-rijndael0.install
@@ -1 +1 @@
-usr/lib/libd0_rijndael.so.*
\ No newline at end of file
+usr/lib/*/libd0_rijndael.so.*
\ No newline at end of file

-- 
implementation of RSA blind signatures



More information about the Pkg-games-commits mailing list