ewancoder / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

"make deb" results in almost-empty .deb #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make deb-dep
2. make deb

What is the expected output? What do you see instead?
The resulting .deb is almost empty:
$ dpkg-deb -c wmii-hg_hg2562_i386.deb
drwxr-xr-x root/root         0 2009-10-22 15:52 ./
drwxr-xr-x root/root         0 2009-10-22 15:52 ./usr/
drwxr-xr-x root/root         0 2009-10-22 15:52 ./usr/share/
drwxr-xr-x root/root         0 2009-10-22 15:52 ./usr/share/doc/
drwxr-xr-x root/root         0 2009-10-22 15:52 ./usr/share/doc/wmii-hg/
-rw-r--r-- root/root      2952 2009-10-22 15:46 ./usr/share/doc/wmii-hg/
README
-rw-r--r-- root/root       152 2009-10-22 15:51 ./usr/share/doc/wmii-hg/
changelog.gz
-rw-r--r-- root/root      1575 2009-10-22 15:46 ./usr/share/doc/wmii-hg/
copyright

Please provide any additional information below.
This is probably related to the fact that the files that should go into 
the .deb are all over the place:
$ find -wholename '*debian/wmii' -type d                      
./man/debian/wmii
./libwmii_hack/debian/wmii
./debian/wmii
./rc/debian/wmii
./doc/debian/wmii
./alternative_wmiircs/ruby/debian/wmii
./alternative_wmiircs/python/pygmi/debian/wmii
./alternative_wmiircs/python/debian/wmii
./alternative_wmiircs/python/pyxp/debian/wmii
./alternative_wmiircs/debian/wmii
./alternative_wmiircs/plan9port/debian/wmii
./cmd/debian/wmii
./cmd/menu/debian/wmii
./cmd/wmii/debian/wmii

Original issue reported on code.google.com by hur...@trash-mail.com on 22 Oct 2009 at 1:56

GoogleCodeExporter commented 8 years ago
What is the output from 'make deb'? The launchpad deb builds just fine.

Original comment by maglion...@gmail.com on 22 Oct 2009 at 2:06

GoogleCodeExporter commented 8 years ago
Output of "make deb" inside a freshly cloned tree follows. I don't see anything 
unusual...

Original comment by hur...@trash-mail.com on 25 Oct 2009 at 5:57

Attachments:

GoogleCodeExporter commented 8 years ago
Can you try again with tip, but set 'noisycc=1' in your environment?

Thanks. Also, what version of debian are you on?

uname -a

Original comment by maglion...@gmail.com on 25 Oct 2009 at 7:47

GoogleCodeExporter commented 8 years ago
Ok, attached is output of
noisycc=1 make deb > ~/makedeb 2>&1

uname -a:
Linux hostname 2.6.30-2-686 #1 SMP Sat Sep 26 01:16:22 UTC 2009 i686 GNU/Linux

Original comment by hur...@trash-mail.com on 25 Oct 2009 at 8:06

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 02e77b2213.

Original comment by maglion...@gmail.com on 25 Oct 2009 at 9:06