Give up on a single control file for jessie+stretch, just handle the dependency difference separately.
This commit is contained in:
parent
f81044cc01
commit
6e7c32bde0
|
@ -26,5 +26,5 @@ Description: ADS-B Ground Station System for RTL-SDR
|
|||
Networked Aviation Mode S / ADS-B decoder/translator with RTL-SDR software
|
||||
defined radio USB device support.
|
||||
.
|
||||
This is FlightAware's packaging of dump1090-mutability, customized for use
|
||||
This is FlightAware's fork of dump1090-mutability, customized for use
|
||||
in the PiAware sdcard images.
|
||||
|
|
5
debian/control
vendored
5
debian/control
vendored
|
@ -19,13 +19,12 @@ Description: transitional dummy package for dump1090
|
|||
|
||||
Package: dump1090-fa
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libbladerf1 (>= 0.2016.06), libbladerf-udev, adduser, lighttpd
|
||||
Conflicts: libbladerf1 (>= 2000), libbladerf1 (<< 2016.06)
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libbladerf1 (>= 0.2016.06), adduser, lighttpd
|
||||
Replaces: dump1090 (<< 3.0)
|
||||
Breaks: dump1090 (<< 3.0)
|
||||
Description: ADS-B Ground Station System for RTL-SDR
|
||||
Networked Aviation Mode S / ADS-B decoder/translator with RTL-SDR software
|
||||
defined radio USB device support.
|
||||
.
|
||||
This is FlightAware's packaging of dump1090-mutability, customized for use
|
||||
This is FlightAware's fork of dump1090-mutability, customized for use
|
||||
in the PiAware sdcard images.
|
||||
|
|
|
@ -43,6 +43,7 @@ case "$DIST" in
|
|||
;;
|
||||
|
||||
jessie)
|
||||
cp -a $TOP/debian-jessie/* $OUT/debian/
|
||||
echo "Updating changelog for jessie backport build" >&2
|
||||
dch --changelog $OUT/debian/changelog --local ~bpo8+ --force-distribution --distribution jessie-backports "Automated backport build for jessie"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue