[09:06] hello. i wrote a shell script that displays a fibonacci sequence using zenity interactively (nothing ground-breaking, src here: https://bazaar.launchpad.net/~kbar/+junk/sh-scripts/view/head:/fn). let's say that i want to distribute it as a deb package. i can write scripts but i have no idea how i can package them (tbh, i have some idea, but we may ignore that). the whole program consists of a single shell script, its .desktop entry, [09:06] and variously-sized icons downloaded from wikimedia (https://commons.wikimedia.org/wiki/File:Fibonacci_Spiral.svg). first, im gonna have to collect them in a single source directory, right? how do i create a src package?