Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
parrot-core
Commits
bb4ea721
Commit
bb4ea721
authored
Mar 01, 2022
by
Lorenzo "Palinuro" Faletra
Browse files
Import Debian version 5.0.18
parrot-core (5.0.18) parrot-updates; urgency=medium . * Remove resolvconf dependency.
parent
245bf9fc
Pipeline
#5545
failed with stages
in 0 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bb4ea721
parrot-core (5.0.18) parrot-updates; urgency=medium
* Remove resolvconf dependency.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Tue, 01 Mar 2022 01:17:47 +0100
parrot-core (5.0.17) parrot-updates; urgency=medium
* Remove duplicate mod+t terminal shortcut.
...
...
debian/control
View file @
bb4ea721
...
...
@@ -30,12 +30,11 @@ Recommends: apparmor,
sysv-rc,
locate,
neovim,
resolvconf,
figlet,
plymouth,
plymouth-themes
Suggests: parrot-drivers
Replaces: bash, base-files, xterm, parrot-skel, dnsmasq, parrot-interface-common,
resolvconf,
apt-parrot
Replaces: bash, base-files, xterm, parrot-skel, dnsmasq, parrot-interface-common, apt-parrot
Breaks: apt-parrot, parrot-skel
Conflicts: apt-parrot, parrot-skel
Description: Core package for Parrot OS
...
...
debian/postinst
View file @
bb4ea721
...
...
@@ -20,7 +20,7 @@ dconf compile /etc/skel/.config/dconf/user /etc/dconf/db/local.d/
rsync
-a
--delete
/usr/lib/parrot-skel/etc/skel/ /etc/skel/
rsync
-a
/etc/skel/ /root/
if
[
"
$1
"
=
"configure"
]
&&
dpkg
--compare-versions
"
$2
"
le
"5.0.
3
"
;
then
if
[
"
$1
"
=
"configure"
]
&&
dpkg
--compare-versions
"
$2
"
le
"5.0.
16
"
;
then
echo
"## This file provides the default APT repositories for Parrot Security
## These repositories are used to fetch new software and system updates
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment