diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-06 02:55:00 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-06 02:55:00 +0000 |
commit | 8fb24e3c9bcfc2a197422af6ea1c27ee483127e1 (patch) | |
tree | 0cf0e8c44cd004a4067f0036e4fcae03813dd152 /palemoon-stackrpms-ublock-origin/debian/rules | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
parent | WIP: porting dpkgs to obs (diff) | |
download | stackrpms-8fb24e3c9bcfc2a197422af6ea1c27ee483127e1.tar.gz stackrpms-8fb24e3c9bcfc2a197422af6ea1c27ee483127e1.tar.bz2 stackrpms-8fb24e3c9bcfc2a197422af6ea1c27ee483127e1.zip |
Merge branch 'obs' into 'master'
Add main OBS support for dpkgs
See merge request bgstack15/stackrpms!69
Diffstat (limited to 'palemoon-stackrpms-ublock-origin/debian/rules')
-rwxr-xr-x | palemoon-stackrpms-ublock-origin/debian/rules | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/palemoon-stackrpms-ublock-origin/debian/rules b/palemoon-stackrpms-ublock-origin/debian/rules deleted file mode 100755 index cc4c963..0000000 --- a/palemoon-stackrpms-ublock-origin/debian/rules +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/make -f -# You must remove unused comment lines for the released package. -#export DH_VERBOSE = 1 -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -export NAME=palemoon-ublock-origin -export MOZ_EXTENSIONS=/usr/lib/palemoon/browser/extensions -export SOURCE0=uBlock0.firefox-legacy.xpi - -%: - dh $@ - -override_dh_auto_install: - make -e -f debian/Makefile install -- DESTDIR=debian/${NAME} - -#override_dh_auto_clean: -# rm -rf debian/usr |