equal
deleted
inserted
replaced
11 override_dh_auto_build: |
11 override_dh_auto_build: |
12 $(MAKE) prefix=/usr |
12 $(MAKE) prefix=/usr |
13 |
13 |
14 override_dh_auto_install: |
14 override_dh_auto_install: |
15 $(MAKE) prefix=/usr DESTDIR=debian/logbuch install |
15 $(MAKE) prefix=/usr DESTDIR=debian/logbuch install |
|
16 |
|
17 override_dh_installman: |
|
18 dh_installmanpages |
16 |
19 |
17 #-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) |
20 #-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) |
18 #- CFLAGS += -g |
21 #- CFLAGS += -g |
19 #-endif |
22 #-endif |
20 #-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) |
23 #-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) |