Skip to content
GitLab
Menu
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
apt-parrot
Commits
27aa9d46
Commit
27aa9d46
authored
Jul 16, 2015
by
EclipseSpark
Browse files
apt-parrot 2.2
parents
Changes
26
Show whitespace changes
Inline
Side-by-side
apt-parrot_2.2_all/DEBIAN/control
0 → 100644
View file @
27aa9d46
Package: apt-parrot
Version: 2.2
Architecture: all
Maintainer: Lorenzo EclipseSpark Faletra <eclipse@frozenbox.org>
Installed-Size: 35
Depends: apt
Pre-Depends: parrot-archive-keyring
Recommends: parrot-core, python-apt-common (>= 0.8.8.2-parrot0), apt-xapian-index
Conflicts: apt-frozenrepos
Includes: parrot-update-manager (<= 1.6)
Replaces: parrot-update-manager (<= 1.6)
Section: parrot
Priority: important
Description: Parrot APT repositories
this package will install an /etc/apt/sources.list file containing
all the repositories provided by FrozenBox Dev Team for Parrot OS
apt-parrot_2.2_all/DEBIAN/postinst
0 → 100755
View file @
27aa9d46
#!/bin/bash
set
-e
#update xapian index
if
[
-x
"/usr/sbin/update-xapian-index"
]
then
update-apt-xapian-index
-vf
fi
#install parrot repositories if missing
if
!
[
-e
"/etc/apr/sources.list.d/debian.list"
]
&&
!
[
-e
"/etc/apr/sources.list.d/parrot.list"
]
then
parrot-mirror-selector eu
fi
#do not install jessie repositories if the system
#is a legacy wheezy-based version of parrot
if
((
$(
grep
-c
" 1.9"
/etc/lsb-release
)
==
0
))
then
parrot-mirror-selector wheezy
fi
if
((
$(
grep
-c
" 1.8"
/etc/lsb-release
)
==
0
))
then
parrot-mirror-selector wheezy
fi
if
((
$(
grep
-c
" 1.7"
/etc/lsb-release
)
==
0
))
then
parrot-mirror-selector wheezy
fi
if
((
$(
grep
-c
" 1.6"
/etc/lsb-release
)
==
0
))
then
parrot-mirror-selector wheezy
fi
if
((
$(
grep
-c
" 1.5"
/etc/lsb-release
)
==
0
))
then
parrot-mirror-selector wheezy
fi
if
((
$(
grep
-c
" 1.4"
/etc/lsb-release
)
==
0
))
then
parrot-mirror-selector wheezy
fi
apt-parrot_2.2_all/etc/apt/sources.list.parrot
0 → 100644
View file @
27aa9d46
# This file is empty, feel free to add here your custom APT repositories
# The standard Parrot repositories are NOT here. If you want to
# edit them, take a look into
# /etc/apt/sources.list.d/parrot.list
# /etc/apt/sources.list.d/debian.list
# If you want to change the default parrot repositories setting
# another localized mirror, then use the command parrot-mirror-selector
# and see its usage message to know what mirrors are available
#uncomment the following line to enable the Parrot Testing Repository
#deb http://us.repository.frozenbox.org/parrot testing main contrib nonfree
apt-parrot_2.2_all/etc/apt/templates/asia/debian.list
0 → 100644
View file @
27aa9d46
deb http://asia.repository.frozenbox.org/debian jessie main contrib non-free
#deb-src http://asia.repository.frozenbox.org/debian jessie main contrib non-free
#deb http://asia.repository.frozenbox.org/debian jessie-backports main contrib non-free
#deb-src http://asia.repository.frozenbox.org/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://asia.repository.frozenbox.org/debian jessie-updates main contrib non-free
#deb-src http://asia.repository.frozenbox.org/debian jessie-updates main contrib non-free
#deb http://asia.repository.frozenbox.org/debian jessie-proposed-updates main contrib non-free
#deb-src http://asia.repository.frozenbox.org/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://asia.repository.frozenbox.org/mirrors/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/asia/parrot.list
0 → 100644
View file @
27aa9d46
deb http://asia.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb-src http://asia.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb http://asia.repository.frozenbox.org/mirrors/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/cedia/debian.list
0 → 100644
View file @
27aa9d46
deb http://ftp.us.debian.org/debian jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-backports main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-proposed-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/cedia/parrot.list
0 → 100644
View file @
27aa9d46
deb http://cedia.repository.frozenbox.org/parrot stable main contrib non-free
#deb-src http://cedia.repository.frozenbox.org/parrot stable main contrib non-free
#deb http://cedia.repository.frozenbox.org/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/espoch/debian.list
0 → 100644
View file @
27aa9d46
deb http://ftp.us.debian.org/debian jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-backports main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-proposed-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/espoch/parrot.list
0 → 100644
View file @
27aa9d46
deb http://espoch.repository.frozenbox.org/parrot stable main contrib non-free
#deb-src http://espoch.repository.frozenbox.org/parrot stable main contrib non-free
#deb http://espoch.repository.frozenbox.org/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/eu/debian.list
0 → 100644
View file @
27aa9d46
deb http://eu.repository.frozenbox.org/mirrors/debian jessie main contrib non-free
#deb-src http://eu.repository.frozenbox.org/mirrors/debian jessie main contrib non-free
#deb http://eu.repository.frozenbox.org/mirrors/debian jessie-backports main contrib non-free
#deb-src http://eu.repository.frozenbox.org/mirrors/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://eu.repository.frozenbox.org/mirrors/debian jessie-updates main contrib non-free
#deb-src http://eu.repository.frozenbox.org/mirrors/debian jessie-updates main contrib non-free
#deb http://eu.repository.frozenbox.org/mirrors/debian jessie-proposed-updates main contrib non-free
#deb-src http://eu.repository.frozenbox.org/mirrors/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://eu.repository.frozenbox.org/mirrors/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/eu/parrot.list
0 → 100644
View file @
27aa9d46
deb http://eu.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb-src http://eu.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb http://eu.repository.frozenbox.org/mirrors/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/frozenbox/debian.list
0 → 100644
View file @
27aa9d46
deb http://ftp.us.debian.org/debian jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-backports main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-proposed-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/frozenbox/parrot.list
0 → 100644
View file @
27aa9d46
deb http://repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb-src http://repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb http://repository.frozenbox.org/mirrors/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/garr/debian.list
0 → 100644
View file @
27aa9d46
deb http://garr.repository.frozenbox.org/mirrors/debian jessie main contrib non-free
#deb-src http://garr.repository.frozenbox.org/mirrors/debian jessie main contrib non-free
#deb http://garr.repository.frozenbox.org/mirrors/debian jessie-backports main contrib non-free
#deb-src http://garr.repository.frozenbox.org/mirrors/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://garr.repository.frozenbox.org/mirrors/debian jessie-updates main contrib non-free
#deb-src http://garr.repository.frozenbox.org/mirrors/debian jessie-updates main contrib non-free
#deb http://garr.repository.frozenbox.org/mirrors/debian jessie-proposed-updates main contrib non-free
#deb-src http://garr.repository.frozenbox.org/mirrors/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://garr.repository.frozenbox.org/mirrors/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/garr/parrot.list
0 → 100644
View file @
27aa9d46
deb http://garr.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb-src http://garr.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb http://garr.repository.frozenbox.org/mirrors/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/sa/debian.list
0 → 100644
View file @
27aa9d46
deb http://ftp.us.debian.org/debian jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-backports main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-proposed-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/sa/parrot.list
0 → 100644
View file @
27aa9d46
deb http://cedia.repository.frozenbox.org/parrot stable main contrib non-free
#deb-src http://cedia.repository.frozenbox.org/parrot stable main contrib non-free
#deb http://cedia.repository.frozenbox.org/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/us/debian.list
0 → 100644
View file @
27aa9d46
deb http://ftp.us.debian.org/debian jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-backports main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-proposed-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/us/parrot.list
0 → 100644
View file @
27aa9d46
deb http://us.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb-src http://us.repository.frozenbox.org/mirrors/parrot stable main contrib non-free
#deb http://us.repository.frozenbox.org/mirrors/parrot testing main contrib non-free
apt-parrot_2.2_all/etc/apt/templates/uta/debian.list
0 → 100644
View file @
27aa9d46
deb http://ftp.us.debian.org/debian jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-backports main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-backports main contrib non-free
deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
#deb http://ftp.us.debian.org/debian jessie-proposed-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian jessie-updates main contrib non-free
# take the wheezy repository for retro-compatibility with some libraries required by some tools
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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