Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
add pyra-misc to pyra-meta-base , fix pyra-meta-develop
· 350f97ee
aTc
authored
Oct 08, 2017
350f97ee
Update changelog for 0.14 release
· 78d69e40
aTc
authored
Oct 08, 2017
78d69e40
pyra-meta-base: add f2fs and ecryptfs tools
· aaadd710
aTc
authored
Jan 16, 2018
aaadd710
Update changelog for 0.15 release
· 4d309fa5
aTc
authored
Jan 16, 2018
4d309fa5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4d309fa5
pyra-meta (0.15) stretch; urgency=medium
[ aTc ]
* pyra-meta-base: add f2fs and ecryptfs tools
-- Pyra Dev <pyra-dev@pyra-handheld.com> Tue, 16 Jan 2018 23:23:00 +0100
pyra-meta (0.14) stretch; urgency=medium
[ aTc ]
* add pyra-misc to pyra-meta-base , fix pyra-meta-develop
-- Pyra Dev <pyra-dev@pyra-handheld.com> Sun, 08 Oct 2017 02:21:15 +0200
pyra-meta (0.13) stretch; urgency=medium
[ aTc ]
...
...
debian/control
View file @
4d309fa5
...
...
@@ -17,7 +17,8 @@ Depends: ${misc:Depends}, locales, console-setup, net-tools, nano, openssh-serve
evtest, dosfstools, rfkill, iptables, vim-tiny, iputils-ping, traceroute, xz-utils,
led-config-pyra, eatmydata, ufw, pyra-config-modprobe, pyra-config-udev, initramfs-tools,
pyra-scripts, linux-image-pyra, firmware-linux, bc, pyra-kpkg, devmem2, omapconf,
firmware-ti-connectivity, fbcat, funkeymonkey-pyrainput, pyra-hacks
firmware-ti-connectivity, fbcat, funkeymonkey-pyrainput, pyra-hacks, pyra-misc,
f2fs-tools,ecryptfs-utils,lsof
Description: minimal requirements for the pyra firmware (metapackage)
The Pyra will be a perfect pocket device for everyday computing,
gaming, emulation or hacking. It is a unique combination of a gaming
...
...
@@ -47,7 +48,7 @@ Description: minimal requirements for a graphical pyra firmware (metapackage)
Package: pyra-meta-develop
Architecture: all
Depends: ${misc:Depends}, build-essential, u-boot-tools,
kernel-package,
Depends: ${misc:Depends}, build-essential, u-boot-tools,
libncurses5-dev, git-buildpackage, cowbuilder, pbuilder, ccache,
dh-make, debhelper, multistrap
Description: pyra firmware and application development (metapackage)
...
...