Commit Graph

11 Commits

Author SHA1 Message Date
Dave Jones
0ca2586e9e Merge pull request #519 from RPi-Distro/bennuttall-patch-1
Update debian package description
2017-06-16 10:24:56 +01:00
Dave Jones
ff29e2625b Fixed format of the Description field 2017-06-16 10:01:59 +01:00
Dave Jones
b43aeb8fec Fix #518
Apparently debian splits pkg_resources out from setuptools. Still, we
need pkg_resources as a runtime dependency, not just a build dependency
as the pin factory entry points now rely upon it.
2017-06-13 19:23:23 +01:00
Ben Nuttall
ac02f5349c Update debian package description 2017-01-08 12:55:16 +00:00
Dave Jones
9c08c77ae8 Update debian/control as suggested in #359 2016-08-14 10:55:11 +01:00
Dave Jones
ee3bd6b532 Fix #204 and start readying the release
Also re-numbers energenie sockets 1-4 (as noted by @bennuttall in
comments to #239), and adds several "real pins" tests and board tests.
The bad-PWM stuff is currently disabled as it causes segfaults when
running the tests and I can't seem to trace the cause at the moment.
Finally, I've tweaked the deb config to suggest gpiozero, removed spidev
as a mandatory dep (which'll fix installs on wheezy for py3), and
there's some more miscellaneous last-minute stuff here that I can't
recall...
2016-04-06 23:06:46 +01:00
Dave Jones
0bc62aee73 Generic docs need reST
Conversion of all docs to reST so that the generic docs can link easily
with the rest of the docs.
2016-01-30 23:40:12 +00:00
Dave Jones
8d479c8c2b Fix master packaging to work on jessie
Looks like lintian on Jessie includes some new tests. In particular,
native packages can't have a release version.
2015-11-15 21:54:55 +00:00
Dave Jones
7337555b43 Fixing up the Makefile for packaging on master
Changelog fixed so that I can sign the resulting packages. Remove doc
package from the Makefile, and explicitly specify section for packages
in control
2015-11-15 20:56:26 +00:00
Dave Jones
6c3b58870d Some fixes to the deb packaging
Get the right name in the deb rules, and remove the thermsensor deps
from control
2015-11-15 19:50:08 +00:00
Dave Jones
c8105c8dc3 Fix #44
Implement native Debian packaging (control files are part of the source
repo) with Makefile to simplify the release procedure.
2015-10-10 15:54:08 +01:00