File: step390.slog

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (18 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 $ cd /home/osamu/salsa/debmake-doc/debmake-doc/examples/debhello-2.1/debian
 $ cd /path/to/debhello-2.1
 $ vim debian/debhello.install
 ... hack, hack, hack, ...
 $ cat debian/debhello.install
usr/bin/*
usr/share/*
 $ vim debian/libsharedlib-dev.install
 ... hack, hack, hack, ...
 $ cat debian/libsharedlib-dev.install
###usr/lib/*/pkgconfig/*.pc
usr/include
usr/lib/*/*.so
 $ vim debian/libsharedlib1.install
 ... hack, hack, hack, ...
 $ cat debian/libsharedlib1.install
usr/lib/*/*.so.*