From: Peter Michael Green Date: Tue, 15 Jan 2019 23:38:29 +0000 (+0000) Subject: More debian/control updates. X-Git-Tag: archive/raspbian/1.68-2+rpi1~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a8450ec206a7b2941d49e35bd5dfa8a566e022a;p=pigpio.git More debian/control updates. Use more appropriate sections. Add dependencies on library packages to dev package. Add conflicts on old Raspberry pi foundation pigpio package. --- diff --git a/debian/changelog b/debian/changelog index 4d97e2e..424041c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pigpio (1.68-2) unstable; urgency=medium + + * Put packages into more appropriate sections. + * Add dependencies on library packages to dev packages. + * Add conflicts with old Raspberry pi foundatoin pigpio packages. + + -- Peter Michael Green Tue, 15 Jan 2019 23:01:01 +0000 + pigpio (1.68-1) unstable; urgency=medium * Initial upload to Debian (Closes: 908787). diff --git a/debian/control b/debian/control index 01e4513..489570e 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Homepage: http://abyz.co.uk/rpi/pigpio/ Package: libpigpiod-if2-1 Architecture: any +Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: pigpio (<< 1.68-1) Description: Client library for Raspberry Pi GPIO control Pigpio is a set of software which allows control of the General Purpose Input Outputs (GPIO) locally or remotely. Currently only the client side is Packaged @@ -19,7 +21,9 @@ Description: Client library for Raspberry Pi GPIO control Package: libpigpiod-if1 Architecture: any +Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: pigpio (<< 1.68-1) Description: Client library for Raspberry Pi GPIO control (deprecated) Pigpio is a set of software which allows control of the General Purpose Input Outputs (GPIO) locally or remotely. Currently only the client side is Packaged @@ -29,7 +33,9 @@ Description: Client library for Raspberry Pi GPIO control (deprecated) Package: libpigpiod-if-dev Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libpigpiod-if1 (= ${binary:Version}), libpigpiod-if2-1 (= ${binary:Version}) +Conflicts: pigpio (<< 1.68-1) Description: Client tools for Raspberry Pi GPIO control Pigpio is a set of software which allows control of the General Purpose Input Outputs (GPIO) locally or remotely. Currently only the client side is Packaged @@ -41,6 +47,7 @@ Description: Client tools for Raspberry Pi GPIO control Package: pigpio-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: pigpio (<< 1.68-1) Description: Client tools for Raspberry Pi GPIO control Pigpio is a set of software which allows control of the General Purpose Input Outputs (GPIO) locally or remotely. Currently only the client side is Packaged