PDA

View Full Version : package created, creates dir but no files inside


giuspen
January 23rd, 2009, 03:47 AM
Hi,
yesterday I was finally able to create my first debian package after innumerable attempts but the bad surprise is that I had all directories correctly created but all of them were empty.
In my debian/nautilus-pyextensions folder, everything was created as expected (folders and all files inside as expected) but only the empty folders were then created in the real root.
I basically followed the instruction found here (http://showmedo.com/videos/video?name=linuxJensMakingDeb) plus made the 2 changes to have a package for all architectures, being my package from python.
Does anybody have idea of what can be my problem?
Thanks.