I'm currently building my own Debian packages using dpkg-buildpackage and uploading them to a local repository which runs with mini-dinstall.
The repository is successfully added to /etc/apt/sources.list and the packages are possible to install using apt-get install <mypackage>, however they are neither searchable nor visible in Muon. When I select my source nothing is listed (but are for some other sources).
Am I missing something during the Debian package creation, e.g. is there any requirements on the packages themselves to make them appear?
