summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2007-09-30 18:04:46 +0200
committerLoïc Minier <lool@dooz.org>2007-09-30 18:04:46 +0200
commit1069163794dbe291d76d250930fd3279f268e3a8 (patch)
tree57e19b97f46a385c77462e38d1fb2255e80703e2
parentb9d1dcea4c70e8175d900313ace938468af6ffb9 (diff)
Pass STRIP=true to the upstream build to avoid stripping
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a6a2b6..31f89a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,8 +24,9 @@ vlan (1.9-3) UNRELEASED; urgency=low
* Install howto.html as documentation.
* Document that aliases are ignored by the vlan scripts; closes: #400827.
* Add debian/TODO list.
+ * Pass STRIP=true to the upstream build to avoid stripping; closes: #438253.
- -- Loic Minier <lool@dooz.org> Sun, 30 Sep 2007 18:02:53 +0200
+ -- Loic Minier <lool@dooz.org> Sun, 30 Sep 2007 18:04:17 +0200
vlan (1.9-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index c216f22..735776c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,8 @@ binary-arch:
build:
# upstream ships a macvlan_config binary
#mv -f macvlan_config macvlan_config.orig
- $(MAKE) CCFLAGS="$(CCFLAGS)"
+ # STRIP is to avoid the upstream stripping
+ $(MAKE) CCFLAGS="$(CCFLAGS)" STRIP=true
clean:
# restore macvlan_config binary shipped by upstream