diff options
author | joe <joe@jerkface.net> | 2016-04-14 12:50:25 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2016-04-14 12:51:36 -0400 |
commit | 47fbb4b70ee6c74937ed4b55540b612aacc3de80 (patch) | |
tree | 3d3577a0e3706512cd2c49938e91acf72e203249 /debian | |
parent | 880f16b4e52bbf96dd531c1c4b864423b057b770 (diff) | |
parent | 37d5a99e9f2303780a7cdbf4730ace6eff58a466 (diff) |
Merged openpgp package into openpgp-util
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 138 | ||||
-rw-r--r-- | debian/copyright | 31 | ||||
-rwxr-xr-x | debian/rules | 7 |
5 files changed, 0 insertions, 182 deletions
diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index f4f6a5c..0000000 --- a/debian/changelog +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | haskell-openpgp-util (0.1) unstable; urgency=low | ||
2 | |||
3 | * Debianization generated by cabal-debian | ||
4 | |||
5 | -- Joe Crayne <joe@jerkface.net> Tue, 28 Jan 2014 00:08:36 -0500 | ||
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | 9 | ||
diff --git a/debian/control b/debian/control deleted file mode 100644 index a8eeed0..0000000 --- a/debian/control +++ /dev/null | |||
@@ -1,138 +0,0 @@ | |||
1 | Source: haskell-openpgp-util | ||
2 | Maintainer: Joe Crayne <joe@jerkface.net> | ||
3 | Priority: optional | ||
4 | Section: haskell | ||
5 | Build-Depends: debhelper (>= 7.0) | ||
6 | , haskell-devscripts (>= 0.8) | ||
7 | , cdbs | ||
8 | , ghc | ||
9 | , ghc-prof | ||
10 | , libghc-base-dev (>= 4) | ghc | ||
11 | , libghc-base-dev (<< 5) | ghc | ||
12 | , libghc-base-prof (>= 4) | ghc-prof | ||
13 | , libghc-base-prof (<< 5) | ghc-prof | ||
14 | , libghc-binary-dev (>= 0.5.1.0) | ghc | ||
15 | , libghc-binary-prof (>= 0.5.1.0) | ghc-prof | ||
16 | , libghc-byteable-dev | ||
17 | , libghc-byteable-prof | ||
18 | , libghc-bytestring-dev | ghc | ||
19 | , libghc-bytestring-prof | ghc-prof | ||
20 | , libghc-cipher-aes-dev (>= 0.2.5) | ||
21 | , libghc-cipher-aes-prof (>= 0.2.5) | ||
22 | , libghc-cipher-blowfish-dev | ||
23 | , libghc-cipher-blowfish-prof | ||
24 | , libghc-cipher-cast5-dev | ||
25 | , libghc-cipher-cast5-prof | ||
26 | , libghc-crypto-cipher-types-dev (>= 0.0.7) | ||
27 | , libghc-crypto-cipher-types-prof (>= 0.0.7) | ||
28 | , libghc-crypto-pubkey-dev (>= 0.2.3) | ||
29 | , libghc-crypto-pubkey-prof (>= 0.2.3) | ||
30 | , libghc-crypto-pubkey-types-dev (>= 0.4.1) | ||
31 | , libghc-crypto-pubkey-types-prof (>= 0.4.1) | ||
32 | , libghc-crypto-random-dev (>= 0.0.7) | ||
33 | , libghc-crypto-random-prof (>= 0.0.7) | ||
34 | , libghc-cryptohash-dev (>= 0.7.5) | ||
35 | , libghc-cryptohash-prof (>= 0.7.5) | ||
36 | , libghc-openpgp-dev (>= 0.4) | ||
37 | , libghc-openpgp-prof (>= 0.4) | ||
38 | , libghc-time-dev (>= 1.4) | ghc | ||
39 | , libghc-time-prof (>= 1.4) | ghc-prof | ||
40 | , libghc-transformers-dev | ||
41 | , libghc-transformers-prof | ||
42 | Build-Depends-Indep: ghc-doc | ||
43 | , libghc-base-doc (>= 4) | ghc-doc | ||
44 | , libghc-base-doc (<< 5) | ghc-doc | ||
45 | , libghc-binary-doc (>= 0.5.1.0) | ghc-doc | ||
46 | , libghc-byteable-doc | ||
47 | , libghc-bytestring-doc | ghc-doc | ||
48 | , libghc-cipher-aes-doc (>= 0.2.5) | ||
49 | , libghc-cipher-blowfish-doc | ||
50 | , libghc-cipher-cast5-doc | ||
51 | , libghc-crypto-cipher-types-doc (>= 0.0.7) | ||
52 | , libghc-crypto-pubkey-doc (>= 0.2.3) | ||
53 | , libghc-crypto-pubkey-types-doc (>= 0.4.1) | ||
54 | , libghc-crypto-random-doc (>= 0.0.7) | ||
55 | , libghc-cryptohash-doc (>= 0.7.5) | ||
56 | , libghc-openpgp-doc (>= 0.4) | ||
57 | , libghc-time-doc (>= 1.4) | ghc-doc | ||
58 | , libghc-transformers-doc | ||
59 | |||
60 | Package: libghc-openpgp-util-dev | ||
61 | Architecture: any | ||
62 | Depends: ${shlibs:Depends} | ||
63 | , ${haskell:Depends} | ||
64 | , ${misc:Depends} | ||
65 | Recommends: ${haskell:Recommends} | ||
66 | Suggests: ${haskell:Suggests} | ||
67 | Conflicts: ${haskell:Conflicts} | ||
68 | Provides: ${haskell:Provides} | ||
69 | Replaces: ${haskell:Replaces} | ||
70 | Description: Implement cryptography for OpenPGP using libraries compatible with Vincent Hanquez's Haskell Crypto Platform | ||
71 | Fingerprint generation, signature generation, signature verification, | ||
72 | and secret key decryption for OpenPGP Packets. | ||
73 | . | ||
74 | It is indended to be used with <http://hackage.haskell.org/package/openpgp> | ||
75 | . | ||
76 | It is intended that you use qualified imports with this library. | ||
77 | . | ||
78 | > import qualified Data.OpenPGP.Util as OpenPGP | ||
79 | . | ||
80 | Author: Stephen Paul Weber <singpolyma@singpolyma.net> | ||
81 | Upstream-Maintainer: Joe Crayne <joe@jerkface.net> | ||
82 | . | ||
83 | This package provides a library for the Haskell programming language. | ||
84 | See http:///www.haskell.org/ for more information on Haskell. | ||
85 | |||
86 | Package: libghc-openpgp-util-prof | ||
87 | Architecture: any | ||
88 | Depends: ${shlibs:Depends} | ||
89 | , ${haskell:Depends} | ||
90 | , ${misc:Depends} | ||
91 | Recommends: ${haskell:Recommends} | ||
92 | Suggests: ${haskell:Suggests} | ||
93 | Conflicts: ${haskell:Conflicts} | ||
94 | Provides: ${haskell:Provides} | ||
95 | Replaces: ${haskell:Replaces} | ||
96 | Description: Implement cryptography for OpenPGP using libraries compatible with Vincent Hanquez's Haskell Crypto Platform | ||
97 | Fingerprint generation, signature generation, signature verification, | ||
98 | and secret key decryption for OpenPGP Packets. | ||
99 | . | ||
100 | It is indended to be used with <http://hackage.haskell.org/package/openpgp> | ||
101 | . | ||
102 | It is intended that you use qualified imports with this library. | ||
103 | . | ||
104 | > import qualified Data.OpenPGP.Util as OpenPGP | ||
105 | . | ||
106 | Author: Stephen Paul Weber <singpolyma@singpolyma.net> | ||
107 | Upstream-Maintainer: Joe Crayne <joe@jerkface.net> | ||
108 | . | ||
109 | This package provides a library for the Haskell programming language, compiled | ||
110 | for profiling. See http:///www.haskell.org/ for more information on Haskell. | ||
111 | |||
112 | Package: libghc-openpgp-util-doc | ||
113 | Architecture: all | ||
114 | Section: doc | ||
115 | Depends: ${shlibs:Depends} | ||
116 | , ${haskell:Depends} | ||
117 | , ${misc:Depends} | ||
118 | Recommends: ${haskell:Recommends} | ||
119 | Suggests: ${haskell:Suggests} | ||
120 | Conflicts: ${haskell:Conflicts} | ||
121 | Provides: ${haskell:Provides} | ||
122 | Replaces: ${haskell:Replaces} | ||
123 | Description: Implement cryptography for OpenPGP using libraries compatible with Vincent Hanquez's Haskell Crypto Platform | ||
124 | Fingerprint generation, signature generation, signature verification, | ||
125 | and secret key decryption for OpenPGP Packets. | ||
126 | . | ||
127 | It is indended to be used with <http://hackage.haskell.org/package/openpgp> | ||
128 | . | ||
129 | It is intended that you use qualified imports with this library. | ||
130 | . | ||
131 | > import qualified Data.OpenPGP.Util as OpenPGP | ||
132 | . | ||
133 | Author: Stephen Paul Weber <singpolyma@singpolyma.net> | ||
134 | Upstream-Maintainer: Joe Crayne <joe@jerkface.net> | ||
135 | . | ||
136 | This package provides the documentation for a library for the Haskell | ||
137 | programming language. | ||
138 | See http:///www.haskell.org/ for more information on Haskell. | ||
diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index d84afa6..0000000 --- a/debian/copyright +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | Copyright © 2013, Joseph Crayne <joe@jerkface.net> | ||
2 | |||
3 | Permission to use, copy, modify, and/or distribute this software for any | ||
4 | purpose with or without fee is hereby granted, provided that the above | ||
5 | copyright notice and this permission notice appear in all copies. | ||
6 | |||
7 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
8 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
9 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
10 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
11 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
12 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
13 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
14 | |||
15 | |||
16 | This software was derived from the OpenPGP-CryptoAPI library which was | ||
17 | distributed with the following message: | ||
18 | |||
19 | Copyright © 2012, Stephen Paul Weber <singpolyma.net> | ||
20 | |||
21 | Permission to use, copy, modify, and/or distribute this software for any | ||
22 | purpose with or without fee is hereby granted, provided that the above | ||
23 | copyright notice and this permission notice appear in all copies. | ||
24 | |||
25 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
26 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
27 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
28 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
29 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
30 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
31 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 924ff72..0000000 --- a/debian/rules +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #!/usr/bin/make -f | ||
2 | |||
3 | DEB_CABAL_PACKAGE = openpgp-util | ||
4 | |||
5 | include /usr/share/cdbs/1/rules/debhelper.mk | ||
6 | include /usr/share/cdbs/1/class/hlibrary.mk | ||
7 | |||