52bd496006
Drop dependency on pystache since it nolong present in Fedora 32. To implement it, simplified debian package build process. It will be generate debian/ directory when building relocatable package, we just need to run debuild using the package. To generate debian/ directory this commit added debian_files_gen.py, it construct whole directory including control and changelog files from template files. Since we need to stop pystache, these template files swiched to string.Template class which is included python3 standard library. see: https://github.com/scylladb/scylla/pull/6313
15 lines
568 B
Plaintext
15 lines
568 B
Plaintext
Source: %{product}-jmx
|
|
Maintainer: Takuya ASADA <syuu@scylladb.com>
|
|
Homepage: http://scylladb.com
|
|
Section: database
|
|
Priority: optional
|
|
Standards-Version: 3.9.5
|
|
|
|
Package: %{product}-jmx
|
|
Architecture: all
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-8-jre-headless | openjdk-8-jre | oracle-java8-set-default | adoptopenjdk-8-hotspot-jre, %{product}-server
|
|
Conflicts: openjdk-11-jre-headless, openjdk-11-jre, oracle-java11-set-default
|
|
Description: Scylla JMX server binaries
|
|
Scylla is a highly scalable, eventually consistent, distributed,
|
|
partitioned row DB.
|