This checkout is PawletOS's fork (git.oxmc.me/PawletOS/profiled), so its own identity should read PawletOS, not VesperOS: binary/package name, AIDL package+interface (me.oxmc.vesperos.profile -> os.pawlet.profiled), D-Bus service/object/error names, C++ namespace (vesperos::profile -> pawletos::profile), sepolicy types, data paths (/data/system/vesperos -> /data/system/pawletos, /etc/vesperprofiled -> /etc/pawletprofiled), the vendored OpenSSL static-lib module names, and the ZTE protocol string. Also drops generated build output (obj-x86_64-linux-gnu/, debian/.debhelper, debian staging dir, debhelper log/substvars files) that had been committed by mistake, and adds a .gitignore so they don't come back. The stock/upstream vesperprofiled at git.oxmc.me/VesperOS/vesperprofiled is untouched -- this commit only goes to the pawletos remote.
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
# CMake build output
|
|
obj-*/
|
|
build/
|
|
|
|
# debhelper generated packaging output
|
|
debian/.debhelper/
|
|
debian/*.debhelper.log
|
|
debian/*.substvars
|
|
debian/files
|
|
debian/debhelper-build-stamp
|
|
debian/pawletprofiled/
|
|
debian/pawletprofiled/
|
|
debian/*.postrm.debhelper
|