Skip to content

Instantly share code, notes, and snippets.

@trap000d
trap000d / debpackagingHowTo.txt
Created February 23, 2018 22:26
Create Ubuntu DEB package from a Qt application for Launchpad
Create Ubuntu DEB package from a Qt application
Setting up the environment
sudo apt-get install build-essential devscripts ubuntu-dev-tools debhelper dh-make diff patch gnupg fakeroot lintian pbuilder
sudo apt-get install cdbs
Pbuilder lets you build in a clean, chroot environment, ensuring
all dependencies are present. Create a file .pbuilderrc
#Uploaded in response to query on psychopy list: https://groups.google.com/group/psychopy-users/browse_thread/thread/c65e453edf530f8
#asking for code to input a string.
#Program flashes string on screen, and user tries to type it in. Supports backspace but no other editing special characters.
#Checks whether subject got it right
#Alex Holcombe alex.holcombe@sydney.edu.au 21 August 2012
#licensing: CC-BY whch means do whatever you want with it, with an attribution to the author. If you want permission to use it without
#attribution, just contact me.
from psychopy import monitors, visual, event, data, logging, core, sound, gui
import psychopy.info