chiark / gitweb /
Debian build: ./newVersion updates debian/changelog too.
[wiringPi.git] / debian / changelog
index d2326202adf6d472338cbc271bb245c8ca77207e..6d579fecd2e220fc06caf69aa9b965d7bd35b718 100644 (file)
@@ -1,4 +1,4 @@
-wiringpi (2.28~iwj1) unstable; urgency=medium
+wiringpi (2.28-1) RASPBIAN; urgency=medium
 
   * Make `./build debian' do a true Debian source package based
     build; provide the old style build as `./build debian-template'
@@ -14,8 +14,20 @@ wiringpi (2.28~iwj1) unstable; urgency=medium
   * Remove -lm from gpio link line.  It is not used, and I'm told that
     introducing it as a dependency is not desirable.  Not linking with -lm
     will ensure that we detect such mistakes.
+  * Do not install COPYING.LESSER, which is redundant on a Debian
+    derivative (which will have /usr/share/common-licences).
+  * Better installation of the examples: put the .sh exaples in
+    wiringpi-tools, but put all the examples in
+    /usr/share/doc/wiringpi/examples no matter which package they're in;
+    and do not compress any of them.
+  * Add `Replaces: wiringpi' to the other packages, to smooth the upgrade
+    from the pre-split packages.
+  * Add -I$(DESTDIR)$(PREFIX)/include to devLib Makefile to make sure
+    it picks up the in-tree copies during a Debian source package build.
+  * ./newVersion updates debian/changelog too.
+  * Remove the +x bit from maxdetect.[ch] and examples/PiFace/ladder.c.
 
- --
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 26 Sep 2015 02:53:46 +0100
 
 wiringpi (2.26~iwj) rpi-unstable; urgency=low