We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I received an error on the automatic PHP file, so I investigated the command that generated the error. Here is the output of that command.
$ dpkg-buildpackage -us -uc -ui -b dpkg-buildpackage: info: source package phpstorm dpkg-buildpackage: info: source version 2022.2.1 dpkg-buildpackage: info: source distribution stable dpkg-buildpackage: info: source changed by Casper Langemeijer <[email protected]> dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build . fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp dh_clean dh_clean: warning: Compatibility levels before 10 are deprecated (level 5 in use) debian/rules build touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_prep dh_installdirs dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 5 in use) # Untar and move upstream version tar --directory /mnt/chromeos/removable/ChromeOS/Linux/phpstorm-deb/debian/phpstorm/opt -xzf PhpStorm-2022.2.1.tar.gz mv /mnt/chromeos/removable/ChromeOS/Linux/phpstorm-deb/debian/phpstorm/opt/PhpStorm-222.3739.61 /mnt/chromeos/removable/ChromeOS/Linux/phpstorm-deb/debian/phpstorm/opt/PhpStorm # Create desktop item for menu cp phpstorm.desktop /mnt/chromeos/removable/ChromeOS/Linux/phpstorm-deb/debian/phpstorm/usr/share/applications # Copy start script to /usr/bin cp phpstorm.php /mnt/chromeos/removable/ChromeOS/Linux/phpstorm-deb/debian/phpstorm/usr/bin/phpstorm dh_testdir -i dh_testroot -i dh_installdocs -i dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 5 in use) dh_install -i dh_install: warning: Compatibility levels before 10 are deprecated (level 5 in use) dh_fixperms -i dh_installdeb -i dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 5 in use) dh_gencontrol -i dh_md5sums -i dh_builddeb -i dpkg-deb: error: conffile '/opt/PhpStorm/bin/phpstorm.vmoptions' does not appear in package dh_builddeb: error: dpkg-deb --build debian/phpstorm .. returned exit code 2 dh_builddeb: error: Aborting due to earlier error make: *** [debian/rules:43: binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I received an error on the automatic PHP file, so I investigated the command that generated the error. Here is the output of that command.
The text was updated successfully, but these errors were encountered: