tag 710440 + patch thanks Hello,
I tried to push a branch to collab-maint that implements this, but I got an error. This is what I think would accomplish this: commit e40233380cd5088f69f0376a6bc43ccc3b83846b Author: Micah Anderson <[email protected]> Date: Thu May 30 16:12:49 2013 -0400 add a -dev package diff --git a/debian/changelog b/debian/changelog index 591b393..d322f67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scrypt (1.1.6-3.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Add -dev package (Closes: #710440) + + -- Micah Anderson <[email protected]> Thu, 30 May 2013 16:13:13 -0400 + scrypt (1.1.6-3) unstable; urgency=low * dh9 diff --git a/debian/control b/debian/control index d222336..8d22968 100644 --- a/debian/control +++ b/debian/control @@ -19,3 +19,18 @@ Description: File encryption utility using scrypt for key derivation cracking the same password on a file encrypted by openssl enc; this means that a five-character password using scrypt is stronger than a ten-character password using openssl. + +Package: scrypt-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: File encryption utility using scrypt for key derivation + This package contains the headers and the static library for + scrypt. + . + A simple password-based encryption utility which demonstrates the + scrypt key derivation function. On modern hardware and with default + parameters, the cost of cracking the password on a file encrypted by + scrypt enc is approximately 100 billion times more than the cost of + cracking the same password on a file encrypted by openssl enc; this + means that a five-character password using scrypt is stronger than a + ten-character password using openssl. diff --git a/debian/scrypt-dev.install b/debian/scrypt-dev.install new file mode 100644 index 0000000..5b875b6 --- /dev/null +++ b/debian/scrypt-dev.install @@ -0,0 +1,3 @@ +lib/crypto/*.h /usr/include/scrypt/crypto +lib/scryptenc/*.h /usr/include/scrypt/scryptenc +lib/util/*.h /usr/include/scrupt/util
pgpyAgOMcCYe_.pgp
Description: PGP signature

