Projects
Kolab:16
php-christianriesen-base32
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-christianriesen-base32 (1.2.1-1) unstable; urgency=low + + * Initial release. + + -- Christoph Erhardt <kolab@sicherha.de> Sat, 07 Jan 2017 16:54:49 +0100
View file
debian.control
Added
@@ -0,0 +1,14 @@ +Source: php-christianriesen-base32 +Section: php +Priority: extra +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Build-Depends: debhelper (>= 8), composer +Standards-Version: 3.9.3 +Homepage: https://github.com/ChristianRiesen/base32 + +Package: php-christianriesen-base32 +Architecture: all +Depends: + php5 | php, + ${misc:Depends} +Description: Base32 Encoder/Decoder for PHP according to RFC 4648
View file
debian.rules
Added
@@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +#export DH_OPTIONS=-v +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_clean: + # Do not attempt to run ant + +override_dh_auto_build: + # Seriously, don't use ant! + +override_dh_install: + mkdir -p $(CURDIR)/debian/php-christianriesen-base32/usr/share/php/Base32/ + cp -pr src/* $(CURDIR)/debian/php-christianriesen-base32/usr/share/php/Base32/.
View file
debian.tar.gz
Added
View file
php-christianriesen-base32.dsc
Added
@@ -0,0 +1,14 @@ +Format: 1.0 +Source: php-christianriesen-base32 +Binary: php-christianriesen-base32 +Architecture: all +Version: 1.2.1-1 +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Homepage: https://github.com/ChristianRiesen/base32 +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 8), composer +Package-List: + php-christianriesen-base32 deb php extra +Files: + 00000000000000000000000000000000 0 php-christianriesen-base32-1.2.1.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
.