summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Michael Green <plugwash@debian.org>2019-01-15 23:38:29 +0000
committerPeter Michael Green <plugwash@debian.org>2019-01-15 23:55:39 +0000
commit8a8450ec206a7b2941d49e35bd5dfa8a566e022a (patch)
tree5f814c94416cd1b3b3ef73ac4840e5baf06f5dcb
parent7e2507e4df5de895b688451ad52322c7dcc3bf8d (diff)
More debian/control updates.debian/1.68-2archive/debian/1.68-2
Use more appropriate sections. Add dependencies on library packages to dev package. Add conflicts on old Raspberry pi foundation pigpio package.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control9
2 files changed, 16 insertions, 1 deletions
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 <plugwash@debian.org> 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