0
We have multiple servers with Debian, Ubuntu and CentOS. We decided, that we need to be able install our own non-binary and java packages to any of these servers using rpm, because CentOS our primary distro. But a lot of warnings about using rpm could be found in various Debian documents, and none of these documents covers what's bad in-deep.
What could go wrong, if we create our own rpm packages containing only .jar/.js files, pre-install/post-install/startup scripts and without any dependencies?
There is one more consideration that is important. Package managers track what packages each file belongs to. Installing outside package managers or using 2 on the same system can lead to overwriting of important files. – Bruno9779 – 2015-03-11T12:44:28.917
@Bruno9779 I understand the question in a way that there is only one package manager. The foreign packages get converted to the native package format via a tool like "alien" prior to installing. – FSMaxB – 2015-03-11T23:06:31.033
OP does not mention convertin the packages, and there is rpm available for debian: https://packages.debian.org/wheezy/rpm
– Bruno9779 – 2015-03-12T11:31:27.393