From d8a122c1e6ffc72db540c838b3a526aa340020ce Mon Sep 17 00:00:00 2001 From: Ola Borgelin Date: Tue, 21 Jun 2011 06:14:17 -0700 Subject: Fixed file permissions --- CDAL/AsyncCommunication.cpp | 0 CDAL/AsyncCommunication.h | 0 CDAL/CDAL.cpp | 0 CDAL/CDAL.h | 0 CDAL/CDAL.mk | 0 CDAL/CommDevice.cpp | 0 CDAL/CommDevice.h | 0 CDAL/CommDeviceManager.cpp | 0 CDAL/CommDeviceManager.h | 0 CDAL/CommException.cpp | 0 CDAL/CommException.h | 0 CDAL/Debug.h | 0 CDAL/LibusbDevice.cpp | 0 CDAL/LibusbDevice.h | 0 LICENSE | 0 Makefile | 2 +- README | 0 config/riff.config | 0 doc/man/man1 | 0 os_wrappers/CriticalSection.cpp | 0 os_wrappers/CriticalSection.h | 0 os_wrappers/Event.cpp | 0 os_wrappers/Event.h | 0 os_wrappers/Thread.cpp | 0 os_wrappers/Thread.h | 0 os_wrappers/Utilities.h | 0 packages/control | 0 riff/Command.h | 0 riff/Config.cpp | 0 riff/Config.h | 0 riff/DUT.cpp | 0 riff/DUT.h | 0 riff/DumpArea.cpp | 0 riff/DumpArea.h | 0 riff/DutManager.cpp | 0 riff/DutManager.h | 0 riff/EraseArea.cpp | 0 riff/EraseArea.h | 0 riff/InitializeDut.cpp | 0 riff/InitializeDut.h | 0 riff/Logger.cpp | 0 riff/Logger.h | 0 riff/ProcessRawImage.cpp | 0 riff/ProcessRawImage.h | 0 riff/SequenceFactory.cpp | 0 riff/SequenceFactory.h | 0 riff/Shutdown.cpp | 0 riff/Shutdown.h | 0 riff/constants.h | 0 riff/main.cpp | 0 riff/main.h | 0 riff/riff.mk | 0 52 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 CDAL/AsyncCommunication.cpp mode change 100755 => 100644 CDAL/AsyncCommunication.h mode change 100755 => 100644 CDAL/CDAL.cpp mode change 100755 => 100644 CDAL/CDAL.h mode change 100755 => 100644 CDAL/CDAL.mk mode change 100755 => 100644 CDAL/CommDevice.cpp mode change 100755 => 100644 CDAL/CommDevice.h mode change 100755 => 100644 CDAL/CommDeviceManager.cpp mode change 100755 => 100644 CDAL/CommDeviceManager.h mode change 100755 => 100644 CDAL/CommException.cpp mode change 100755 => 100644 CDAL/CommException.h mode change 100755 => 100644 CDAL/Debug.h mode change 100755 => 100644 CDAL/LibusbDevice.cpp mode change 100755 => 100644 CDAL/LibusbDevice.h mode change 100755 => 100644 LICENSE mode change 100755 => 100644 Makefile mode change 100755 => 100644 README mode change 100755 => 100644 config/riff.config mode change 100755 => 100644 doc/man/man1 mode change 100755 => 100644 os_wrappers/CriticalSection.cpp mode change 100755 => 100644 os_wrappers/CriticalSection.h mode change 100755 => 100644 os_wrappers/Event.cpp mode change 100755 => 100644 os_wrappers/Event.h mode change 100755 => 100644 os_wrappers/Thread.cpp mode change 100755 => 100644 os_wrappers/Thread.h mode change 100755 => 100644 os_wrappers/Utilities.h mode change 100755 => 100644 packages/control mode change 100755 => 100644 riff/Command.h mode change 100755 => 100644 riff/Config.cpp mode change 100755 => 100644 riff/Config.h mode change 100755 => 100644 riff/DUT.cpp mode change 100755 => 100644 riff/DUT.h mode change 100755 => 100644 riff/DumpArea.cpp mode change 100755 => 100644 riff/DumpArea.h mode change 100755 => 100644 riff/DutManager.cpp mode change 100755 => 100644 riff/DutManager.h mode change 100755 => 100644 riff/EraseArea.cpp mode change 100755 => 100644 riff/EraseArea.h mode change 100755 => 100644 riff/InitializeDut.cpp mode change 100755 => 100644 riff/InitializeDut.h mode change 100755 => 100644 riff/Logger.cpp mode change 100755 => 100644 riff/Logger.h mode change 100755 => 100644 riff/ProcessRawImage.cpp mode change 100755 => 100644 riff/ProcessRawImage.h mode change 100755 => 100644 riff/SequenceFactory.cpp mode change 100755 => 100644 riff/SequenceFactory.h mode change 100755 => 100644 riff/Shutdown.cpp mode change 100755 => 100644 riff/Shutdown.h mode change 100755 => 100644 riff/constants.h mode change 100755 => 100644 riff/main.cpp mode change 100755 => 100644 riff/main.h mode change 100755 => 100644 riff/riff.mk diff --git a/CDAL/AsyncCommunication.cpp b/CDAL/AsyncCommunication.cpp old mode 100755 new mode 100644 diff --git a/CDAL/AsyncCommunication.h b/CDAL/AsyncCommunication.h old mode 100755 new mode 100644 diff --git a/CDAL/CDAL.cpp b/CDAL/CDAL.cpp old mode 100755 new mode 100644 diff --git a/CDAL/CDAL.h b/CDAL/CDAL.h old mode 100755 new mode 100644 diff --git a/CDAL/CDAL.mk b/CDAL/CDAL.mk old mode 100755 new mode 100644 diff --git a/CDAL/CommDevice.cpp b/CDAL/CommDevice.cpp old mode 100755 new mode 100644 diff --git a/CDAL/CommDevice.h b/CDAL/CommDevice.h old mode 100755 new mode 100644 diff --git a/CDAL/CommDeviceManager.cpp b/CDAL/CommDeviceManager.cpp old mode 100755 new mode 100644 diff --git a/CDAL/CommDeviceManager.h b/CDAL/CommDeviceManager.h old mode 100755 new mode 100644 diff --git a/CDAL/CommException.cpp b/CDAL/CommException.cpp old mode 100755 new mode 100644 diff --git a/CDAL/CommException.h b/CDAL/CommException.h old mode 100755 new mode 100644 diff --git a/CDAL/Debug.h b/CDAL/Debug.h old mode 100755 new mode 100644 diff --git a/CDAL/LibusbDevice.cpp b/CDAL/LibusbDevice.cpp old mode 100755 new mode 100644 diff --git a/CDAL/LibusbDevice.h b/CDAL/LibusbDevice.h old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index 52c9e49..1e6d495 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ debian: clean all cp CDAL/libcdal.so debian/usr/lib/ cp -r doc/man/temp/riff.1.gz debian/usr/share/man/man1 - dpkg-deb --build debian packages/riff.deb || error + fakeroot dpkg-deb --build debian packages/riff.deb || error rm -rf debian rm -rf doc/man/temp diff --git a/README b/README old mode 100755 new mode 100644 diff --git a/config/riff.config b/config/riff.config old mode 100755 new mode 100644 diff --git a/doc/man/man1 b/doc/man/man1 old mode 100755 new mode 100644 diff --git a/os_wrappers/CriticalSection.cpp b/os_wrappers/CriticalSection.cpp old mode 100755 new mode 100644 diff --git a/os_wrappers/CriticalSection.h b/os_wrappers/CriticalSection.h old mode 100755 new mode 100644 diff --git a/os_wrappers/Event.cpp b/os_wrappers/Event.cpp old mode 100755 new mode 100644 diff --git a/os_wrappers/Event.h b/os_wrappers/Event.h old mode 100755 new mode 100644 diff --git a/os_wrappers/Thread.cpp b/os_wrappers/Thread.cpp old mode 100755 new mode 100644 diff --git a/os_wrappers/Thread.h b/os_wrappers/Thread.h old mode 100755 new mode 100644 diff --git a/os_wrappers/Utilities.h b/os_wrappers/Utilities.h old mode 100755 new mode 100644 diff --git a/packages/control b/packages/control old mode 100755 new mode 100644 diff --git a/riff/Command.h b/riff/Command.h old mode 100755 new mode 100644 diff --git a/riff/Config.cpp b/riff/Config.cpp old mode 100755 new mode 100644 diff --git a/riff/Config.h b/riff/Config.h old mode 100755 new mode 100644 diff --git a/riff/DUT.cpp b/riff/DUT.cpp old mode 100755 new mode 100644 diff --git a/riff/DUT.h b/riff/DUT.h old mode 100755 new mode 100644 diff --git a/riff/DumpArea.cpp b/riff/DumpArea.cpp old mode 100755 new mode 100644 diff --git a/riff/DumpArea.h b/riff/DumpArea.h old mode 100755 new mode 100644 diff --git a/riff/DutManager.cpp b/riff/DutManager.cpp old mode 100755 new mode 100644 diff --git a/riff/DutManager.h b/riff/DutManager.h old mode 100755 new mode 100644 diff --git a/riff/EraseArea.cpp b/riff/EraseArea.cpp old mode 100755 new mode 100644 diff --git a/riff/EraseArea.h b/riff/EraseArea.h old mode 100755 new mode 100644 diff --git a/riff/InitializeDut.cpp b/riff/InitializeDut.cpp old mode 100755 new mode 100644 diff --git a/riff/InitializeDut.h b/riff/InitializeDut.h old mode 100755 new mode 100644 diff --git a/riff/Logger.cpp b/riff/Logger.cpp old mode 100755 new mode 100644 diff --git a/riff/Logger.h b/riff/Logger.h old mode 100755 new mode 100644 diff --git a/riff/ProcessRawImage.cpp b/riff/ProcessRawImage.cpp old mode 100755 new mode 100644 diff --git a/riff/ProcessRawImage.h b/riff/ProcessRawImage.h old mode 100755 new mode 100644 diff --git a/riff/SequenceFactory.cpp b/riff/SequenceFactory.cpp old mode 100755 new mode 100644 diff --git a/riff/SequenceFactory.h b/riff/SequenceFactory.h old mode 100755 new mode 100644 diff --git a/riff/Shutdown.cpp b/riff/Shutdown.cpp old mode 100755 new mode 100644 diff --git a/riff/Shutdown.h b/riff/Shutdown.h old mode 100755 new mode 100644 diff --git a/riff/constants.h b/riff/constants.h old mode 100755 new mode 100644 diff --git a/riff/main.cpp b/riff/main.cpp old mode 100755 new mode 100644 diff --git a/riff/main.h b/riff/main.h old mode 100755 new mode 100644 diff --git a/riff/riff.mk b/riff/riff.mk old mode 100755 new mode 100644 -- cgit v1.2.3