tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

rules (265B)


      1 #!/usr/bin/make -f
      2 
      3 %:
      4 	dh $@
      5 
      6 override_dh_strip_nondeterminism:
      7 	dh_strip_nondeterminism -Xxpi
      8 
      9 override_dh_install:
     10 	dh_install
     11 ifeq ($(shell dpkg-parsechangelog -S Source), firefox-esr)
     12 	install -m 0755 debian/firefox.sh debian/firefox-esr/usr/bin/firefox
     13 endif