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 37 38 39 40 41 42
|
$ tar -tzf debhello-2.0.tar.gz
debhello-2.0/
debhello-2.0/data/
debhello-2.0/data/hello.desktop
debhello-2.0/data/hello.png
debhello-2.0/lib/
debhello-2.0/lib/Makefile.am
debhello-2.0/lib/sharedlib.c
debhello-2.0/lib/sharedlib.h
debhello-2.0/man/
debhello-2.0/man/Makefile.am
debhello-2.0/man/hello.1
debhello-2.0/src/
debhello-2.0/src/Makefile.am
debhello-2.0/src/hello.c
debhello-2.0/Makefile.am
debhello-2.0/configure.ac
debhello-2.0/LICENSE
$ tar --xz -tf debhello_2.0-1.debian.tar.xz
debian/
debian/README.Debian
debian/changelog
debian/control
debian/copyright
debian/debhello.install
debian/libsharedlib-dev.install
debian/libsharedlib1.install
debian/libsharedlib1.symbols
debian/patches/
debian/patches/series
debian/rules
debian/source/
debian/source/control
debian/source/format
debian/source/options
debian/source/patch-header
debian/tests/
debian/tests/control
debian/upstream/
debian/upstream/metadata
debian/watch
|