20 Commits

Author SHA1 Message Date
Dave Jones
f791d224aa Updated changelog for release 1.4.0 2017-07-26 23:12:01 +01:00
Dave Jones
afa23949e8 Turn pinout docs into man-page
Stops lintian whinging about missing man-pages
2017-07-16 23:09:29 +01:00
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
1951b0f234 Add changelog entry for 1.3.2 release 2017-03-13 13:20:37 +00:00
Ben Nuttall
ac02f5349c Update debian package description 2017-01-08 12:55:16 +00:00
Dave Jones
fb3c4f0bd6 Updated changelog for release 1.3.1 2016-08-31 23:45:22 +01:00
Dave Jones
638cec11ac Updated changelog for release 1.3.0 2016-08-31 00:19:46 +01:00
Dave Jones
6aa55ed1c8 Merge branch 'master' of github.com:RPi-Distro/python-gpiozero
Damn, forgot to push the debian/changelog changes after the last release.
2016-08-30 23:57:26 +01:00
Dave Jones
9c08c77ae8 Update debian/control as suggested in #359 2016-08-14 10:55:11 +01:00
Dave Jones
c529c6db82 Updated changelog for release 1.2.0 2016-04-10 21:07:05 +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 Hughes
495fb29fd3 Updated changelog for release 1.1.0 2016-02-08 23:57:41 +00: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 Hughes
68b80ef87d Updated changelog for release 1.0.0 2015-11-16 12:19:01 +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