Projects
Kolab:16:TestingLinked
php-spomky-labs-otphp
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
debian.changelog
Added
@@ -0,0 +1,5 @@ +php-spomky-labs-otphp (4.0.2-1) unstable; urgency=low + + * Initial release. + + -- Christoph Erhardt <kolab@sicherha.de> Sat, 07 Jan 2017 15:13:00 +0100
View file
debian.control
Added
@@ -0,0 +1,17 @@ +Source: php-spomky-labs-otphp +Section: php +Priority: extra +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Build-Depends: debhelper (>= 8), composer +Standards-Version: 3.9.3 +Homepage: https://github.com/spomky-labs/otphp + +Package: php-spomky-labs-otphp +Architecture: all +Depends: + php5 | php, + php-christianriesen-base32, + ${misc:Depends} +Description: Generate One-Time Passwords + A php library for generating one-time passwords according to RFC 4226 + (HOTP Algorithm) and RFC 6238 (TOTP Algorithm).
View file
debian.rules
Added
@@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +#export DH_OPTIONS=-v +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_install: + mkdir -p $(CURDIR)/debian/php-spomky-labs-otphp/usr/share/php/OTPHP/ + cp -pr lib/* $(CURDIR)/debian/php-spomky-labs-otphp/usr/share/php/OTPHP/.
View file
debian.tar.gz
Added
View file
php-spomky-labs-otphp.dsc
Added
@@ -0,0 +1,14 @@ +Format: 1.0 +Source: php-spomky-labs-otphp +Binary: php-spomky-labs-otphp +Architecture: all +Version: 4.0.2-1 +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Homepage: https://github.com/spomky-labs/otphp +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 8), composer +Package-List: + php-spomky-labs-otphp deb php extra +Files: + 00000000000000000000000000000000 0 spomky-labs-otphp-4.0.2.tar.gz + 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.