Needed changes for nightly builds on launchpad.net
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>master
parent
5828c4df8d
commit
614c9768ad
@ -1,13 +1,26 @@
|
||||
Source: openrgb
|
||||
Maintainer: Adam Honse <calcprogrammer1@gmail.com
|
||||
Maintainer: Adam Honse <calcprogrammer1@gmail.com>
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Standards-Version: 3.9.2
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, libusb-1.0-0-dev
|
||||
Build-Depends:
|
||||
debhelper (>= 9),
|
||||
qtbase5-dev,
|
||||
qtbase5-dev-tools,
|
||||
qt5-qmake,
|
||||
libusb-1.0-0-dev,
|
||||
libhidapi-dev,
|
||||
Homepage: https://gitlab.com/CalcProgrammer1/OpenRGB
|
||||
|
||||
Package: openrgb
|
||||
Architecture: any
|
||||
Depends: libqt5gui5, libqt5core5a, libusb-1.0-0, ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends:
|
||||
libqt5gui5,
|
||||
libqt5core5a,
|
||||
libusb-1.0-0,
|
||||
libhidapi-hidraw0,
|
||||
libhidapi-libusb0,
|
||||
${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Description: Open source RGB lighting control
|
||||
OpenRGB controls RGB lighting
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
openrgb-dbgsym_999-git-upstream_amd64.deb debug optional automatic=yes
|
||||
openrgb_999-git-upstream_amd64.buildinfo misc optional
|
||||
openrgb_999-git-upstream_amd64.deb misc optional
|
||||
openrgb-dbgsym_0.21.1_amd64.deb debug optional automatic=yes
|
||||
openrgb_0.21.1_amd64.buildinfo misc optional
|
||||
openrgb_0.21.1_amd64.deb misc optional
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
shlibs:Depends=libc6 (>= 2.15), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.12.2), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2), libusb-1.0-0 (>= 2:1.0.8)
|
||||
shlibs:Depends=libc6 (>= 2.15), libgcc-s1 (>= 3.0), libhidapi-hidraw0 (>= 0.8.0~rc1+git20140201.3a66d4e+dfsg), libqt5core5a (>= 5.12.2), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 6)
|
||||
misc:Depends=
|
||||
misc:Pre-Depends=
|
||||
|
||||
@ -1 +1 @@
|
||||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
||||
Loading…
Reference in New Issue