debian/rules
changeset 61 ba53efaf0fab
parent 30 02e1c65e0218
equal deleted inserted replaced
60:e4c6e4caaedb 61:ba53efaf0fab
    14 	dh $@
    14 	dh $@
    15 
    15 
    16 override_dh_builddeb: 
    16 override_dh_builddeb: 
    17 	dh_builddeb -- -Zgzip
    17 	dh_builddeb -- -Zgzip
    18 
    18 
    19 #
       
    20 #
       
    21 #CFLAGS = -Wall -g
       
    22 #
       
    23 #ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
       
    24 #	CFLAGS += -O0
       
    25 #else
       
    26 #	CFLAGS += -O2
       
    27 #endif
       
    28 #
       
    29 #configure: configure-stamp
       
    30 #configure-stamp:
       
    31 #	dh_testdir
       
    32 #	# Add here commands to configure the package.
       
    33 #
       
    34 #	touch configure-stamp
       
    35 #
       
    36 #
       
    37 #build: build-stamp
       
    38 #
       
    39 #build-stamp: configure-stamp 
       
    40 #	dh_testdir
       
    41 #
       
    42 #	# Add here commands to compile the package.
       
    43 #	$(MAKE)
       
    44 #	#docbook-to-man debian/schlittermann-ssh-keys.sgml > schlittermann-ssh-keys.1
       
    45 #
       
    46 #	touch $@
       
    47 #
       
    48 #clean:
       
    49 #	dh_testdir
       
    50 #	dh_testroot
       
    51 #	rm -f build-stamp configure-stamp
       
    52 #
       
    53 #	# Add here commands to clean up after the build process.
       
    54 #	$(MAKE) clean
       
    55 #
       
    56 #	dh_clean 
       
    57 #
       
    58 #install: build
       
    59 #	dh_testdir
       
    60 #	dh_testroot
       
    61 #	dh_clean -k 
       
    62 #	dh_installdirs
       
    63 #
       
    64 #	# Add here commands to install the package into debian/schlittermann-ssh-keys.
       
    65 #	$(MAKE) DESTDIR=$(CURDIR)/debian/schlittermann-ssh-keys install
       
    66 #
       
    67 #
       
    68 ## Build architecture-independent files here.
       
    69 #binary-indep: build install
       
    70 #	dh_testdir
       
    71 #	dh_testroot
       
    72 #	dh_installchangelogs 
       
    73 #	dh_installdocs
       
    74 #	dh_installexamples
       
    75 ##	dh_install
       
    76 ##	dh_installmenu
       
    77 ##	dh_installdebconf	
       
    78 ##	dh_installlogrotate
       
    79 ##	dh_installemacsen
       
    80 ##	dh_installpam
       
    81 ##	dh_installmime
       
    82 ##	dh_python
       
    83 ##	dh_installinit
       
    84 ##	dh_installcron
       
    85 ##	dh_installinfo
       
    86 #	dh_installman
       
    87 #	dh_link
       
    88 #	dh_strip
       
    89 #	dh_compress
       
    90 #	dh_fixperms
       
    91 ##	dh_perl
       
    92 ##	dh_makeshlibs
       
    93 #	dh_installdeb
       
    94 #	dh_shlibdeps
       
    95 #	dh_gencontrol
       
    96 #	dh_md5sums
       
    97 #	dh_builddeb
       
    98 #
       
    99 #binary: binary-indep binary-arch
       
   100 #.PHONY: build clean binary-indep binary-arch binary install configure