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.*
|