pub / pp-notifier

Instant Messenger Notification daemon for the PinePhone
git clone https://src.jayvii.de/pub/pp-notifier.git
Home | Log | Files | Exports | Refs | README | RSS

rules (368B)


      1 #!/usr/bin/make -f
      2 # output every command that modifies files on the build system.
      3 DH_VERBOSE = 1
      4 
      5 %:
      6 	dh $@
      7 
      8 
      9 #override_dh_installdocs:
     10 # Do not install a copyright file for the wrapper
     11 # indeed, no /usr/share/docs/wl-screenshot is needed!
     12 #dh_installdocs --exclude=debian/copyright
     13 
     14 # Do not install changelogs for space conservation
     15 #override_dh_installchangelogs: