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.12.34.96
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 : library-packages.mk
_BINARYVERSION := $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: //') # All library packages DEB_LIBRARY_PACKAGES := $(filter-out %-dev,$(filter lib%,$(DEB_ARCH_PACKAGES))) ifneq (,$(DEB_ALL_LIBRARIES_SUBST_PACKAGES)) DEB_ALL_LIBRARIES_SUBST := $(foreach pkg,$(DEB_LIBRARY_PACKAGES),$(patsubst %,% (= $(_BINARYVERSION)),,$(pkg))) $(patsubst %,binary-predeb/%,$(DEB_ALL_LIBRARIES_SUBST_PACKAGES)):: binary-predeb/%: test -f debian/$(cdbs_curpkg).substvars || touch debian/$(cdbs_curpkg).substvars echo 'allLibraries=$(DEB_ALL_LIBRARIES_SUBST)' >> debian/$(cdbs_curpkg).substvars endif # KDE 4.3 library packages ifneq (,$(DEB_KDE43_LIBRARY_PACKAGES)) ifneq (,$(DEB_KDE43_LIBRARIES_SUBST_PACKAGES)) DEB_KDE43_LIBRARIES_SUBST := $(foreach pkg,$(DEB_KDE43_LIBRARY_PACKAGES),$(patsubst %,% (= $(_BINARYVERSION)),,$(pkg))) $(patsubst %,binary-predeb/%,$(DEB_KDE43_LIBRARIES_SUBST_PACKAGES)):: binary-predeb/%: test -f debian/$(cdbs_curpkg).substvars || touch debian/$(cdbs_curpkg).substvars echo 'kde43Libraries=$(DEB_KDE43_LIBRARIES_SUBST)' >> debian/$(cdbs_curpkg).substvars endif endif # Generate shlibs local files if requested ifneq (,$(DEB_STRICT_LOCAL_SHLIBS_PACKAGES)) $(patsubst %,binary-fixup/%,$(DEB_STRICT_LOCAL_SHLIBS_PACKAGES)) :: binary-fixup/%: binary-strip/% if test -e debian/$(cdbs_curpkg)/DEBIAN/shlibs ; then \ sed 's/>=[^)]*/= $(_BINARYVERSION)/' debian/$(cdbs_curpkg)/DEBIAN/shlibs >> debian/shlibs.local ;\ fi clean:: rm -f debian/shlibs.local endif
Close