chiark / gitweb /
Debian build: Fix .so symlinks
[wiringPi.git] / debian / changelog
index 7f04ad5422782488d0dceeda71179b640e82cdd2..e39ecdb2aa4b4255a8c8c061e968a7e201aa1ca1 100644 (file)
@@ -1,3 +1,19 @@
+wiringpi (2.28~iwj1) unstable; urgency=medium
+
+  * Make `./build debian' do a true Debian source package based
+    build; provide the old style build as `./build debian-template'
+  * Have `wiringpi' be a metapackage, and use `wiringpi-tools' as
+    the name of the command line tool package.
+  * Install `gpio' setuid root, and world-executable.  Given that `gpio'
+    doesn't take the kind of precations necessary to avoid offering
+    vulnerabilities, this probably enables all programs on the pi to
+    become root.  However, we do this to avoid howls of protest from users
+    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.
+
+ --
+
 wiringpi (2.26~iwj) rpi-unstable; urgency=low
 
   * Initial version with real Debian source package build.