diff options
-rw-r--r-- | librewolf/debian/control | 2 | ||||
-rw-r--r-- | librewolf/debian/control.in | 2 | ||||
-rwxr-xr-x | librewolf/debian/rules | 1 |
3 files changed, 2 insertions, 3 deletions
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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 |