+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 <plugwash@debian.org> Tue, 15 Jan 2019 23:01:01 +0000
+
pigpio (1.68-1) unstable; urgency=medium
* Initial upload to Debian (Closes: 908787).
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
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
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
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