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
|
$ dpkg -c debhello-dbgsym_2.1-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/99/
-rw-r--r-- root/root ... ./usr/lib/debug/.build-id/99/74e3998ec94910256f5bd6...
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.1-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/copyright
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.1-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/copyright
lrwxrwxrwx root/root ... ./usr/lib/x86_64-linux-gnu/libsharedlib.so -> libsh...
$ dpkg -c libsharedlib1-dbgsym_2.1-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/c1/
-rw-r--r-- root/root ... ./usr/lib/debug/.build-id/c1/034d334cf5b30aa4228ea6...
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.1-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/copyright
lrwxrwxrwx root/root ... ./usr/lib/x86_64-linux-gnu/libsharedlib.so.1 -> lib...
|