Skip to content
Snippets Groups Projects
rules 133 B
Newer Older
  • Learn to ignore specific revisions
  • #!/usr/bin/make -f
    export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    
    %:
    	dh $@
    
    override_dh_gnome_clean:
    	dh_gnome_clean --no-control