Skip to content
Snippets Groups Projects
Commit 2117136b authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Merge branch 'issue/257' into 'master'

SCRUM#257 - transfer user-apps from sys-apps

See merge request !2
parents 1f44b056 f971eaa3
No related branches found
No related tags found
1 merge request!2SCRUM#257 - transfer user-apps from sys-apps
Pipeline #
......@@ -30,8 +30,11 @@ test:
- ubuntu
- regular
script:
- dpkg -i build/*.deb
- echo "Estágio de Teste finalizado"
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y $(pwd)/build/*.deb
- recommends=$(grep Recommends package/debian/control | cut -d ':' -f2 | tr -d ',')
- DEBIAN_FRONTEND=noninteractive apt-get install -y $recommends
dependencies:
- build
......
le-user-apps (0.0.2) testing; urgency=medium
* transfer user-apps from sys-apps and language packs
-- Luan Varaschim Welter <lvw15@inf.ufpr.br> Fri, 1 Sep 2017 13:37:00 -0300
le-user-apps (0.0.1ubuntu1) testing; urgency=medium
* Add gnome-terminal
......
......@@ -2,7 +2,7 @@ Source: le-user-apps
Section: metapackages
Priority: optional
Maintainer: C3SL <contato@c3sl.ufpr.br>
Uploaders: Diego Pasqualin <dpasqualin@c3sl.ufpr.br>
Uploaders: Diego Pasqualin <dpasqualin@c3sl.ufpr.br>, Luan Varaschim Welter <lvw15@inf.ufpr.br>
Build-Depends: debhelper (>=9)
Standards-Version: 3.9.8
Vcs-Git: https://gitlab.c3sl.ufpr.br/le6/le-user-apps.git
......@@ -10,6 +10,6 @@ Vcs-Git: https://gitlab.c3sl.ufpr.br/le6/le-user-apps.git
Package: le-user-apps
Architecture: all
Depends: ${misc:Depends}
Recommends: eog, evince, firefox, gbrainy, gconjugue, gedit, gnome-orca, gnome-terminal, rhythmbox, tuxtype, unrar, update-manager, vlc
Recommends: eog, evince, firefox, gbrainy, gconjugue, gedit, gnome-orca, gnome-terminal, rhythmbox, tuxtype, unrar, update-manager, vlc, libreoffice, nautilus, network-manager, vim, gcc
Description: Install third-party applications for LE6
This metapackage installs mostly GUI applications that are useful for LE6 users
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment