Codebase list libcryptx-perl / 06d4a56
Initial packaging by dh-make-perl 0.95 Lucas Kanashiro 6 years ago
8 changed file(s) with 73 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libcryptx-perl (0.048-1) unstable; urgency=low
1
2 * Initial Release.
3
4 -- Lucas Kanashiro <kanashiro@debian.org> Sun, 25 Jun 2017 00:00:42 -0300
0 Source: libcryptx-perl
1 Section: perl
2 Priority: optional
3 Maintainer: Lucas Kanashiro <kanashiro@debian.org>
4 Build-Depends: debhelper (>= 9),
5 perl
6 Standards-Version: 3.9.8
7 Homepage: https://metacpan.org/release/CryptX
8
9 Package: libcryptx-perl
10 Architecture: any
11 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
12 Description: Crypto toolkit
13 Cryptography in CryptX is based on https://github.com/libtom/libtomcrypt
14 .
15 Currently available modules:
16 .
17 This description was automagically extracted from the module by dh-make-perl.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Source: https://metacpan.org/release/CryptX
2 Upstream-Contact: Karel Miko
3 Upstream-Name: CryptX
4 DISCLAIMER: This copyright info was automatically extracted
5 from the perl module. It may not be accurate, so you better
6 check the module sources in order to ensure the module for its
7 inclusion in Debian or for general legal information. Please,
8 if licensing information is incorrectly generated, file a bug
9 on dh-make-perl.
10 NOTE: Don't forget to remove this disclaimer once you are happy
11 with this file.
12
13 Files: *
14 Copyright: Karel Miko
15 License: Artistic or GPL-1+
16
17 Files: debian/*
18 Copyright: 2017, Lucas Kanashiro <kanashiro@debian.org>
19 License: Artistic or GPL-1+
20
21 License: Artistic
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the Artistic License, which comes with Perl.
24 .
25 On Debian systems, the complete text of the Artistic License can be
26 found in `/usr/share/common-licenses/Artistic'.
27
28 License: GPL-1+
29 This program is free software; you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 1, or (at your option)
32 any later version.
33 .
34 On Debian systems, the complete text of version 1 of the GNU General
35 Public License can be found in `/usr/share/common-licenses/GPL-1'.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 ---
1 Archive: CPAN
2 Bug-Database: https://github.com/DCIT/perl-CryptX/issues
3 Contact: Karel Miko
4 Name: CryptX
5 Repository: https://github.com/DCIT/perl-CryptX
0 version=3
1 https://metacpan.org/release/CryptX .*/CryptX-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$