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 |
||
237.7.341
by Teddy Hogeborn
* debian/rules (override_dh_fixperms): Split into |
22 |
override_dh_fixperms-arch: |
185
by Teddy Hogeborn
* .bzr-builddeb/default.conf: New. |
23 |
dh_fixperms --exclude etc/keys/mandos \ |
218
by Teddy Hogeborn
* Makefile (uninstall-client): Do not remove obsolete README file. |
24 |
--exclude etc/mandos/plugins.d \ |
237.7.408
by Teddy Hogeborn
Fix permissions of /etc/mandos/plugin-helpers. |
25 |
--exclude etc/mandos/plugin-helpers \ |
237.7.200
by Teddy Hogeborn
Bug fix from libdir change: make plugins get setuid bit again. |
26 |
--exclude usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)/mandos/plugins.d \ |
237.7.384
by Teddy Hogeborn
Client: Fix permissions on plugin helper directory. |
27 |
--exclude usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)/mandos/plugin-helpers \ |
237.7.142
by Teddy Hogeborn
* debian/copyright (Copyright): Join the two lines to one line. |
28 |
--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 |
29 |
chmod --recursive g-w -- \ |
30 |
"$(CURDIR)/debian/mandos-client/usr/share/doc/mandos-client/examples/network-hooks.d" |
|
237.7.231
by Teddy Hogeborn
Do not run self-tests when building arch-indep Debian package. |
31 |
|
237.7.341
by Teddy Hogeborn
* debian/rules (override_dh_fixperms): Split into |
32 |
override_dh_fixperms-indep: |
33 |
dh_fixperms --exclude etc/mandos/clients.conf |
|
34 |
||
237.7.231
by Teddy Hogeborn
Do not run self-tests when building arch-indep Debian package. |
35 |
override_dh_auto_test-arch: ; |