chiark / gitweb /
Build system: Add -I$(DESTDIR)$(PREFIX)/include to devLib Makefile
[wiringPi.git] / debian / changelog
index e39ecdb2aa4b4255a8c8c061e968a7e201aa1ca1..0dcbae9c822b8675d12e0126cb55b8c5e5928a31 100644 (file)
@@ -11,6 +11,19 @@ wiringpi (2.28~iwj1) unstable; urgency=medium
     whose cgi programs may no longer work, etc.
   * Fix .so symlinks not to refer to build location (!) due to dh_install
     running after the corrected symlinks are made in debian/rules.
+  * 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.
 
  --