Projects
Kolab:16:TestingLinked
php-sabre-vobject
debian.rules
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.rules of Package php-sabre-vobject (Revision 2)
Currently displaying revision
2
,
Show latest
#!/usr/bin/make -f %: dh $@ --with phpcomposer override_dh_auto_build: # resort folder structure mv lib VObject mkdir -p lib/Sabre mv VObject lib/Sabre/ mkdir -p tests/Sabre mv tests/VObject tests/Sabre/ #forward to original dh_auto_build dh_auto_build override_dh_auto_clean: rm -rf tests/temp dh_auto_clean override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) cd tests && phpunit else @echo "** tests disabled" endif get-orig-source: uscan --verbose --rename --force
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
.