summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-02-16 19:49:00 +0100
committerMartin Winter <mwinter@opensourcerouting.org>2017-11-18 02:55:30 +0100
commit0f4ac62149e686f3409479c4ef6fd65af37bd5e4 (patch)
treea75e42b6c78f24a4403b967b6903465e21474439 /debian/rules
parentbackports: symlink identical files (diff)
downloadfrr-0f4ac62149e686f3409479c4ef6fd65af37bd5e4.tar.xz
frr-0f4ac62149e686f3409479c4ef6fd65af37bd5e4.zip
debian: Fix some incorrect references to Quagga instead of FRR
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 4713a7848..7a5efdd76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,14 +111,14 @@ DEBIAN_VERSION := $(shell dh_testdir && \
-include debian/backports/rules
ifneq ($(TARBALLDIR),)
-ifeq ($(wildcard quagga-$(ORIG_VERSION).tar.gz),quagga-$(ORIG_VERSION).tar.gz)
+ifeq ($(wildcard frr-$(ORIG_VERSION).tar.gz),frr-$(ORIG_VERSION).tar.gz)
$(TARBALLDIR)/$(SRCPKG)_$(ORIG_VERSION).orig.tar.gz: \
- quagga-$(ORIG_VERSION).tar.gz
- gunzip -c < $< | tar --delete quagga-$(ORIG_VERSION)/debian/ \
+ frr-$(ORIG_VERSION).tar.gz
+ gunzip -c < $< | tar --delete frr-$(ORIG_VERSION)/debian/ \
| gzip -c > $@
-else # wildcard quagga-$(ORIG_VERSION).tar.gz
+else # wildcard frr-$(ORIG_VERSION).tar.gz
# better error message on missing .orig.tar.gz
$(TARBALLDIR)/$(SRCPKG)_$(ORIG_VERSION).orig.tar.gz:
@@ -128,5 +128,5 @@ $(TARBALLDIR)/$(SRCPKG)_$(ORIG_VERSION).orig.tar.gz:
"\"./bootstrap.sh && ./configure && make dist\"".
exit 1
-endif # wildcard quagga-$(ORIG_VERSION).tar.gz
+endif # wildcard frr-$(ORIG_VERSION).tar.gz
endif # TARBALLDIR nonempty