Projects
Kolab:Winterfell
erlang-eunit_formatters
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
debian.changelog
Added
@@ -0,0 +1,5 @@ +erlang-eunit-formatters (0.3.1-1) unstable; urgency=medium + + * Initial release. + + -- Christoph Erhardt <kolab@sicherha.de> Sun, 07 Jun 2017 18:33:43 +0200
View file
debian.control
Added
@@ -0,0 +1,15 @@ +Source: erlang-eunit-formatters +Section: devel +Priority: extra +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9), erlang, rebar +Homepage: https://github.com/seancribbs/eunit_formatters + +Package: erlang-eunit-formatters +Architecture: any +Section: devel +Depends: ${misc:Depends}, + erlang-base | erlang-base-hipe +Description: Better output for eunit suites + Because eunit's output sucks. Let's make it better.
View file
debian.rules
Added
@@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/pkg-info.mk + +DESTDIR = $(CURDIR)/debian/$(DEB_SOURCE) +LIBDIR = $(DESTDIR)/usr/lib/erlang/lib/eunit_formatters-$(DEB_VERSION_UPSTREAM) + +%: + dh $@ + +override_dh_auto_configure: + sed -i -e "s, git, \"$(DEB_VERSION_UPSTREAM)\",g" \ + src/eunit_formatters.app.src + +override_dh_auto_test: + rebar eunit skip_deps=true -v || : + +override_dh_auto_install: + mkdir -p $(LIBDIR)/ebin + install -p -m 644 ebin/eunit_formatters.app $(LIBDIR)/ebin + install -p -m 644 ebin/*.beam $(LIBDIR)/ebin + +override_dh_installdocs: + dh_installdocs + install -p -m 644 README.md $(DESTDIR)/usr/share/doc/$(DEB_SOURCE)
View file
debian.tar.gz
Added
View file
erlang-eunit-formatters.dsc
Added
@@ -0,0 +1,14 @@ +Format: 1.0 +Source: erlang-eunit-formatters +Binary: erlang-eunit-formatters +Architecture: any +Version: 0.3.1-1 +Maintainer: Christoph Erhardt <kolab@sicherha.de> +Homepage: https://github.com/seancribbs/eunit_formatters +Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9), erlang, rebar +Package-List: + erlang-eunit-formatters deb devel extra +Files: + 00000000000000000000000000000000 0 seancribbs-eunit_formatters-v0.3.1-0-gdd1c7fd.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
.