Cleanup some stuff dgit doesn't like in clean target.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 9 Mar 2017 20:45:30 +0000 (20:45 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 9 Mar 2017 20:54:31 +0000 (20:54 +0000)
16 files changed:
arch/arm/boot/dts/overlays/mcp2515-can0-overlay.dts [changed mode: 0755->0644]
arch/arm/boot/dts/overlays/mcp3008-overlay.dts [changed mode: 0755->0644]
arch/arm64/boot/dts/overlays [deleted symlink]
debian/changelog
debian/control.md5sum
debian/rules
drivers/net/wireless/realtek/rtl8192cu/clean [changed mode: 0755->0644]
drivers/net/wireless/realtek/rtl8192cu/ifcfg-wlan0 [changed mode: 0755->0644]
drivers/net/wireless/realtek/rtl8192cu/runwpa [changed mode: 0755->0644]
drivers/net/wireless/realtek/rtl8192cu/wlan0dhcp [changed mode: 0755->0644]
scripts/knlinfo [changed mode: 0755->0644]
scripts/mkknlimg [changed mode: 0755->0644]
sound/arm/bcm2835-ctl.c [changed mode: 0755->0644]
sound/arm/bcm2835-pcm.c [changed mode: 0755->0644]
sound/arm/bcm2835-vchiq.c [changed mode: 0755->0644]
sound/arm/bcm2835.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
diff --git a/arch/arm64/boot/dts/overlays b/arch/arm64/boot/dts/overlays
deleted file mode 120000 (symlink)
index ded0864..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../arm/boot/dts/overlays
\ No newline at end of file
index 024d9db43188f37ac675e83d8eb63a61829cf251..224a3c0ccd0ff1688c735b300cbe2ac51fc52f58 100644 (file)
@@ -107,7 +107,10 @@ linux-4.9 (4.9.13-1+rpi1) jessie-staging; urgency=medium
     between foundation rpi and rpi2 configs.
   * Move a bunch of stuff from rpi config to rpix config.
 
- -- Raspbian forward porter <root@raspbian.org>  Tue, 07 Mar 2017 02:27:05 +0000
+  [changes introduced in 4.9.13-1+rpi1 by Peter Michael Green]
+  * Cleanup some stuff dgit doesn't like in clean target.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Tue, 07 Mar 2017 02:27:05 +0000
 
 linux (4.9.13-1) unstable; urgency=medium
 
index 31e7599b8a90a45f7f6fc33df14f73005d95bf9f..f5354bb07863f6cd87c3b424c92963bd574991ab 100644 (file)
@@ -1,5 +1,5 @@
 ac2a35d9d932aa7c28663b354a8f8397  debian/bin/gencontrol.py
-9c3b0cba73e1bf9467a426cfe1ee4c63  debian/changelog
+6bb69a024c894e6054aa2df2f758e92e  debian/changelog
 e492c730e8bc71cc52aa5315391e587e  debian/templates/control.main.in
 51797b6c275eb14e99009e78553904cc  debian/templates/lintian-overrides.perf.in
 a0307842c8c97bd549f3dba7b53a709f  debian/templates/image.preinst.in
index 8a30bd20bb8ac8faeec0b56df789af9dfc2dcaad..a1037897859d0f5c89aebddd8e3754e26bbd459f 100755 (executable)
@@ -108,7 +108,9 @@ clean: debian/control
        rm -f drivers/usb/gadget/function/f_obex.c.1
        rm -f drivers/usb/gadget/function/f_serial.c.1
        rm -f drivers/usb/gadget/function/f_subset.c.1
-
+       chmod 644 arch/arm/boot/dts/overlays/mcp3008-overlay.dts
+       chmod 644 drivers/net/wireless/realtek/rtl8192cu/clean drivers/net/wireless/realtek/rtl8192cu/ifcfg-wlan0 drivers/net/wireless/realtek/rtl8192cu/runwpa drivers/net/wireless/realtek/rtl8192cu/wlan0dhcp scripts/knlinfo scripts/mkknlimg sound/arm/bcm2835-ctl.c sound/arm/bcm2835-pcm.c sound/arm/bcm2835-vchiq.c sound/arm/bcm2835.h arch/arm/boot/dts/overlays/mcp2515-can0-overlay.dts
+       rm -f arch/arm64/boot/dts/overlays
 
 
 CONTROL_FILES = debian/changelog $(wildcard debian/templates/*.in)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)