including help files causes warnings on succesful package
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Including help files in project seems to create a valid deb file but displays warning
$ quickly package
..
Command returned some WARNINGS:
--
WARNING: the following files are not recognized by DistUtilsExtra.
help/
help/C/foo.xml
--
Do you want to continue (this is not safe!)? y/[n]: y
Ubuntu packaging created in debian/
..
Command returned some WARNINGS:
--
WARNING: the following files are not recognized by DistUtilsExtra.
help/
help/C/foo.xml
--
Ubuntu package has been successfully created in ../uri_0.1_all.deb
$ dpkg -c uri_0.1_all.deb
<snip>
drwxr-xr-x root/root 0 2010-10-21 22:16 ./usr/share/
drwxr-xr-x root/root 0 2010-10-21 22:16 ./usr/share/
drwxr-xr-x root/root 0 2010-10-21 22:16 ./usr/share/
drwxr-xr-x root/root 0 2010-10-21 22:16 ./usr/share/
-rw-r--r-- root/root 3232 2010-10-21 22:10 ./usr/share/
-rw-r--r-- root/root 422 2010-10-21 22:14 ./usr/share/
<snip>
Changed in quickly: | |
status: | New → Fix Committed |
Changed in quickly: | |
milestone: | none → 11.03.0 |
Changed in quickly: | |
status: | Fix Committed → Fix Released |
Found a one-line fix for this in the "filter bad output" section of internal/packing.py