From eb0230adfa201914ee9c6e9746176d8f7839cd98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 08:29:38 +0200 Subject: Adding debian version 4.7-1. Signed-off-by: Daniel Baumann --- debian/rules | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..135dfcf --- /dev/null +++ b/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 +# export DH_OPTIONS=-v + +TBSYNC_FILES = \ + _locales \ + content \ + background.js \ + manifest.json \ + $(NULL) + +TBSYNC_FILES_EXCLUDE = \ + _locales/Readme.txt \ + $(NULL) + +%: + dh $@ + +override_dh_clean: + dh_clean + rm -rf debian/build + +override_dh_auto_build-indep: + mkdir $(CURDIR)/debian/build && \ + zip --recurse-paths $(CURDIR)/debian/build/tbsync@jobisoft.de.xpi \ + $(TBSYNC_FILES) \ + --exclude $(TBSYNC_FILES_EXCLUDE) + dh_auto_build -- cgit v1.2.3