From 01039f1dc3815824db55bc8468595a520f71603b Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 5 Jan 2022 21:22:55 -0500 Subject: WIP: fix -stackrpms-stackrpms --- librewolf/debian/control | 2 +- librewolf/debian/control.in | 2 +- librewolf/debian/rules | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'librewolf/debian') diff --git a/librewolf/debian/control b/librewolf/debian/control index 19ac46c..a25e3ff 100644 --- a/librewolf/debian/control +++ b/librewolf/debian/control @@ -1,4 +1,4 @@ -Source: librewolf-stackrpms +Source: librewolf Section: web Priority: optional Maintainer: B. Stack diff --git a/librewolf/debian/control.in b/librewolf/debian/control.in index 2bbe755..2134e5a 100644 --- a/librewolf/debian/control.in +++ b/librewolf/debian/control.in @@ -1,4 +1,4 @@ -Source: @browser@-stackrpms +Source: @browser@ Section: web Priority: optional Maintainer: B. Stack diff --git a/librewolf/debian/rules b/librewolf/debian/rules index 863a154..7355213 100755 --- a/librewolf/debian/rules +++ b/librewolf/debian/rules @@ -8,7 +8,6 @@ export CPP export MOZ_NOSPAM=1 export MACH_USE_SYSTEM_PYTHON=1 TESTDIR = $(shell dh_testdir || echo no) -FOO = $(shell chmod +x debian/dh || :) ifeq (,$(TESTDIR)) include debian/make.mk # Use dpkg-buildflags to get build flags, but exclude -g, that is dealt with -- cgit