1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
$ tar -tzf debhello-1.8.tar.gz
debhello-1.8/
debhello-1.8/hello_py/
debhello-1.8/hello_py/__init__.py
debhello-1.8/scripts/
debhello-1.8/scripts/hello
debhello-1.8/LICENSE
debhello-1.8/MANIFEST.in
debhello-1.8/PKG-INFO
debhello-1.8/setup.py
$ tar --xz -tf debhello_1.8-1.debian.tar.xz
debian/
debian/README.Debian
debian/changelog
debian/control
debian/copyright
debian/hello.1
debian/hello.desktop
debian/hello.png
debian/install
debian/manpages
debian/patches/
debian/patches/series
debian/rules
debian/source/
debian/source/control
debian/source/format
debian/source/include-binaries
debian/source/options
debian/source/patch-header
debian/tests/
debian/tests/control
debian/upstream/
debian/upstream/metadata
debian/watch
|