bzr branch
http://bzr.recompile.se/loggerhead/mandos/release
185
by Teddy Hogeborn
* .bzr-builddeb/default.conf: New. |
1 |
#!/usr/bin/make -f |
237.7.170
by Teddy Hogeborn
* debian/control (Build-Depends): Depend on debhelper 8.9.7 for using |
2 |
%:
|
3 |
dh $@ |
|
4 |
||
5 |
override_dh_auto_build-arch: |
|
297.1.1
by gregor herrmann
* debian/changelog (1.5.3-1.1): New entry. |
6 |
LC_ALL=en_US.utf8 dh_auto_build -- all doc |
237.7.170
by Teddy Hogeborn
* debian/control (Build-Depends): Depend on debhelper 8.9.7 for using |
7 |
|
8 |
override_dh_auto_build-indep: |
|
9 |
LC_ALL=en_US.utf8 dh_auto_build -- doc |
|
10 |
||
11 |
override_dh_installinit-indep: |
|
237.2.39
by Teddy Hogeborn
* debian/rules (install-indep): Removed "--no-start" from |
12 |
dh_installinit --onlyscripts \ |
200
by Teddy Hogeborn
* Makefile: Put the init script before avahi-daemon. |
13 |
--update-rcd-params="defaults 25 15" |
237.7.170
by Teddy Hogeborn
* debian/control (Build-Depends): Depend on debhelper 8.9.7 for using |
14 |
|
15 |
override_dh_auto_install-indep: |
|
16 |
$(MAKE) DESTDIR=$(CURDIR)/debian/mandos install-server |
|
17 |
||
18 |
override_dh_auto_install-arch: |
|
19 |
$(MAKE) DESTDIR=$(CURDIR)/debian/mandos-client \ |
|
20 |
install-client-nokey |
|
21 |
||
22 |
override_dh_fixperms: |
|
185
by Teddy Hogeborn
* .bzr-builddeb/default.conf: New. |
23 |
dh_fixperms --exclude etc/keys/mandos \ |
24 |
--exclude etc/mandos/clients.conf \ |
|
218
by Teddy Hogeborn
* Makefile (uninstall-client): Do not remove obsolete README file. |
25 |
--exclude etc/mandos/plugins.d \ |
237.16.14
by teddy at bsnet
Hooks take new "modules" argument, and hook names can contain periods. |
26 |
--exclude usr/lib/mandos/plugins.d \ |
237.7.142
by Teddy Hogeborn
* debian/copyright (Copyright): Join the two lines to one line. |
27 |
--exclude usr/share/doc/mandos-client/examples/network-hooks.d |
237.7.170
by Teddy Hogeborn
* debian/control (Build-Depends): Depend on debhelper 8.9.7 for using |
28 |
chmod --recursive g-w -- \ |
29 |
"$(CURDIR)/debian/mandos-client/usr/share/doc/mandos-client/examples/network-hooks.d" |