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 60 61 62 63 64 65 66 67 68 69
|
$ dpkg -c debhello-dbgsym_2.0-1_amd64.deb
drwxr-xr-x root/root ... ./
drwxr-xr-x root/root ... ./usr/
drwxr-xr-x root/root ... ./usr/lib/
drwxr-xr-x root/root ... ./usr/lib/debug/
drwxr-xr-x root/root ... ./usr/lib/debug/.build-id/
drwxr-xr-x root/root ... ./usr/lib/debug/.build-id/1e/
-rw-r--r-- root/root ... ./usr/lib/debug/.build-id/1e/478d41018966a75790fdb3...
drwxr-xr-x root/root ... ./usr/share/
drwxr-xr-x root/root ... ./usr/share/doc/
lrwxrwxrwx root/root ... ./usr/share/doc/debhello-dbgsym -> debhello
$ dpkg -c debhello_2.0-1_amd64.deb
drwxr-xr-x root/root ... ./
drwxr-xr-x root/root ... ./usr/
drwxr-xr-x root/root ... ./usr/bin/
-rwxr-xr-x root/root ... ./usr/bin/hello
drwxr-xr-x root/root ... ./usr/share/
drwxr-xr-x root/root ... ./usr/share/doc/
drwxr-xr-x root/root ... ./usr/share/doc/debhello/
-rw-r--r-- root/root ... ./usr/share/doc/debhello/README.Debian
-rw-r--r-- root/root ... ./usr/share/doc/debhello/changelog.Debian.gz
-rw-r--r-- root/root ... ./usr/share/doc/debhello/changelog.gz
-rw-r--r-- root/root ... ./usr/share/doc/debhello/copyright
drwxr-xr-x root/root ... ./usr/share/locale/
drwxr-xr-x root/root ... ./usr/share/locale/fr/
drwxr-xr-x root/root ... ./usr/share/locale/fr/LC_MESSAGES/
-rw-r--r-- root/root ... ./usr/share/locale/fr/LC_MESSAGES/debhello.mo
drwxr-xr-x root/root ... ./usr/share/man/
drwxr-xr-x root/root ... ./usr/share/man/man1/
-rw-r--r-- root/root ... ./usr/share/man/man1/hello.1.gz
$ dpkg -c libsharedlib-dev_2.0-1_amd64.deb
drwxr-xr-x root/root ... ./
drwxr-xr-x root/root ... ./usr/
drwxr-xr-x root/root ... ./usr/include/
-rw-r--r-- root/root ... ./usr/include/sharedlib.h
drwxr-xr-x root/root ... ./usr/lib/
drwxr-xr-x root/root ... ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root ... ./usr/share/
drwxr-xr-x root/root ... ./usr/share/doc/
drwxr-xr-x root/root ... ./usr/share/doc/libsharedlib-dev/
-rw-r--r-- root/root ... ./usr/share/doc/libsharedlib-dev/changelog.Debian.g...
-rw-r--r-- root/root ... ./usr/share/doc/libsharedlib-dev/changelog.gz
-rw-r--r-- root/root ... ./usr/share/doc/libsharedlib-dev/copyright
lrwxrwxrwx root/root ... ./usr/lib/x86_64-linux-gnu/libsharedlib.so -> libsh...
$ dpkg -c libsharedlib1-dbgsym_2.0-1_amd64.deb
drwxr-xr-x root/root ... ./
drwxr-xr-x root/root ... ./usr/
drwxr-xr-x root/root ... ./usr/lib/
drwxr-xr-x root/root ... ./usr/lib/debug/
drwxr-xr-x root/root ... ./usr/lib/debug/.build-id/
drwxr-xr-x root/root ... ./usr/lib/debug/.build-id/7d/
-rw-r--r-- root/root ... ./usr/lib/debug/.build-id/7d/a50b2cff9cdeb9b0fb6b0b...
drwxr-xr-x root/root ... ./usr/share/
drwxr-xr-x root/root ... ./usr/share/doc/
lrwxrwxrwx root/root ... ./usr/share/doc/libsharedlib1-dbgsym -> libsharedli...
$ dpkg -c libsharedlib1_2.0-1_amd64.deb
drwxr-xr-x root/root ... ./
drwxr-xr-x root/root ... ./usr/
drwxr-xr-x root/root ... ./usr/lib/
drwxr-xr-x root/root ... ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root ... ./usr/lib/x86_64-linux-gnu/libsharedlib.so.1.0.0
drwxr-xr-x root/root ... ./usr/share/
drwxr-xr-x root/root ... ./usr/share/doc/
drwxr-xr-x root/root ... ./usr/share/doc/libsharedlib1/
-rw-r--r-- root/root ... ./usr/share/doc/libsharedlib1/changelog.Debian.gz
-rw-r--r-- root/root ... ./usr/share/doc/libsharedlib1/changelog.gz
-rw-r--r-- root/root ... ./usr/share/doc/libsharedlib1/copyright
lrwxrwxrwx root/root ... ./usr/lib/x86_64-linux-gnu/libsharedlib.so.1 -> lib...
|