| Revision 5099,
926 bytes
checked in by alanbach-guest, 4 years ago
(diff) |
- Copied boss svn repos to kev
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 4 | include /usr/share/cdbs/1/class/autotools.mk |
|---|
| 5 | include /usr/share/cdbs/1/rules/patchsys-quilt.mk |
|---|
| 6 | include /usr/share/cdbs/1/rules/utils.mk |
|---|
| 7 | |
|---|
| 8 | # List any files which are not installed |
|---|
| 9 | common-binary-post-install-arch:: list-missing |
|---|
| 10 | |
|---|
| 11 | DEB_DH_MAKESHLIBS_ARGS_ALL := -X/usr/lib/NetworkManager -X/usr/lib/pppd/ |
|---|
| 12 | |
|---|
| 13 | DEB_INSTALL_DOCS_ALL := README AUTHORS TODO |
|---|
| 14 | |
|---|
| 15 | DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager" |
|---|
| 16 | |
|---|
| 17 | DEB_CONFIGURE_EXTRA_FLAGS += \ |
|---|
| 18 | --with-dbus-sys=/etc/dbus-1/system.d \ |
|---|
| 19 | --with-distro=debian \ |
|---|
| 20 | --with-resolvconf=/sbin/resolvconf \ |
|---|
| 21 | --with-dhcp-client=/sbin/dhclient \ |
|---|
| 22 | --with-crypto=gnutls |
|---|
| 23 | |
|---|
| 24 | DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 . |
|---|
| 25 | |
|---|
| 26 | clean:: |
|---|
| 27 | rm -f po/*.gmo |
|---|
| 28 | |
|---|
| 29 | binary-install/network-manager:: |
|---|
| 30 | install -m 755 debian/network-manager-dispatcher.script \ |
|---|
| 31 | debian/network-manager/etc/NetworkManager/dispatcher.d/01ifupdown |
|---|
Note: See
TracBrowser
for help on using the repository browser.