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
|
$ tar -tzf debhello-2.1.tar.gz
debhello-2.1/
debhello-2.1/data/
debhello-2.1/data/hello.desktop
debhello-2.1/data/hello.png
debhello-2.1/lib/
debhello-2.1/lib/CMakeLists.txt
debhello-2.1/lib/sharedlib.c
debhello-2.1/lib/sharedlib.h
debhello-2.1/man/
debhello-2.1/man/CMakeLists.txt
debhello-2.1/man/hello.1
debhello-2.1/src/
debhello-2.1/src/CMakeLists.txt
debhello-2.1/src/config.h.in
debhello-2.1/src/hello.c
debhello-2.1/CMakeLists.txt
debhello-2.1/LICENSE
debhello-2.1/README.md
$ tar --xz -tf debhello_2.1-1.debian.tar.xz
debian/
debian/README.Debian
debian/changelog
debian/control
debian/copyright
debian/debhello.dirs
debian/debhello.doc-base
debian/debhello.docs
debian/debhello.examples
debian/debhello.info
debian/debhello.install
debian/debhello.links
debian/debhello.manpages
debian/gbp.conf
debian/libsharedlib-dev.install
debian/libsharedlib1.install
debian/libsharedlib1.symbols
debian/patches/
debian/patches/000-cmake-multiarch.patch
debian/patches/series
debian/rules
debian/salsa-ci.yml
debian/source/
debian/source/format
debian/tests/
debian/tests/control
debian/upstream/
debian/upstream/metadata
debian/watch
|