Parent Directory
|
Revision Log
Use dh-autoreconf to get rid of ancient libtool; drop autotool_dev; don't clean test/autocutee.mk anymore. Add a lintian override for the libtool warning.
1 | #!/usr/bin/make -f |
2 | |
3 | %: |
4 | dh $@ --with autoreconf |
5 | |
6 | override_dh_auto_build: |
7 | dh_auto_build |
8 | $(MAKE) -C $(CURDIR)/doc docs |
9 | |
10 | override_dh_strip: |
11 | dh_strip --dbg-package=libmimetic0-dbg |
12 | |
13 | override_dh_compress: |
14 | dh_compress -Xexamples |
15 | |
16 | override_dh_makeshlibs: |
17 | dh_makeshlibs -Xdebug |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.26 |