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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
$ tar -tzf debhello-3.4.tar.gz
debhello-3.4/
debhello-3.4/data/
debhello-3.4/data/CMakeLists.txt
debhello-3.4/data/hello.desktop.in
debhello-3.4/data/hello.png
debhello-3.4/lib/
debhello-3.4/lib/CMakeLists.txt
debhello-3.4/lib/sharedlib.c
debhello-3.4/lib/sharedlib.h
debhello-3.4/man/
debhello-3.4/man/CMakeLists.txt
debhello-3.4/man/hello.1
debhello-3.4/po/
debhello-3.4/po/CMakeLists.txt
debhello-3.4/po/LINGUAS
debhello-3.4/po/ja.po
debhello-3.4/src/
debhello-3.4/src/CMakeLists.txt
debhello-3.4/src/config.h.in
debhello-3.4/src/hello.c
debhello-3.4/CMakeLists.txt
debhello-3.4/LICENSE
$ tar --xz -tf debhello_3.4-1.debian.tar.xz
debian/
debian/README.Debian
debian/changelog
debian/clean
debian/control
debian/copyright
debian/debhello.doc-base
debian/debhello.docs
debian/debhello.examples
debian/debhello.info
debian/debhello.install
debian/debhello.links
debian/debhello.manpages
debian/debhello.postinst
debian/debhello.postrm
debian/debhello.preinst
debian/debhello.prerm
debian/libsharedlib-dev.install
debian/libsharedlib1.install
debian/libsharedlib1.symbols
debian/patches/
debian/patches/000-cmake-multiarch.patch
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
|