Changes of Revision 2
debian.changelog
Added
x
1
2
+php-spomky-labs-otphp (4.0.2-1) unstable; urgency=low
3
+
4
+ * Initial release.
5
+
6
+ -- Christoph Erhardt <kolab@sicherha.de> Sat, 07 Jan 2017 15:13:00 +0100
7
debian.control
Added
19
1
2
+Source: php-spomky-labs-otphp
3
+Section: php
4
+Priority: extra
5
+Maintainer: Christoph Erhardt <kolab@sicherha.de>
6
+Build-Depends: debhelper (>= 8), composer
7
+Standards-Version: 3.9.3
8
+Homepage: https://github.com/spomky-labs/otphp
9
+
10
+Package: php-spomky-labs-otphp
11
+Architecture: all
12
+Depends:
13
+ php5 | php,
14
+ php-christianriesen-base32,
15
+ ${misc:Depends}
16
+Description: Generate One-Time Passwords
17
+ A php library for generating one-time passwords according to RFC 4226
18
+ (HOTP Algorithm) and RFC 6238 (TOTP Algorithm).
19
debian.rules
Added
13
1
2
+#!/usr/bin/make -f
3
+
4
+#export DH_OPTIONS=-v
5
+#export DH_VERBOSE=1
6
+
7
+%:
8
+ dh $@
9
+
10
+override_dh_install:
11
+ mkdir -p $(CURDIR)/debian/php-spomky-labs-otphp/usr/share/php/OTPHP/
12
+ cp -pr lib/* $(CURDIR)/debian/php-spomky-labs-otphp/usr/share/php/OTPHP/.
13
debian.tar.gz
Added
php-spomky-labs-otphp.dsc
Added
16
1
2
+Format: 1.0
3
+Source: php-spomky-labs-otphp
4
+Binary: php-spomky-labs-otphp
5
+Architecture: all
6
+Version: 4.0.2-1
7
+Maintainer: Christoph Erhardt <kolab@sicherha.de>
8
+Homepage: https://github.com/spomky-labs/otphp
9
+Standards-Version: 3.9.3
10
+Build-Depends: debhelper (>= 8), composer
11
+Package-List:
12
+ php-spomky-labs-otphp deb php extra
13
+Files:
14
+ 00000000000000000000000000000000 0 spomky-labs-otphp-4.0.2.tar.gz
15
+ 00000000000000000000000000000000 0 debian.tar.gz
16