debian/rules
changeset 44 3d3135992e11
parent 41 7a69721f5d25
child 71 585ba934f3c6
child 84 42d1df86ad05
equal deleted inserted replaced
43:9b3dada31798 44:3d3135992e11
    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)))