[qrouter] 03/03: Fixed "--with-libdir=" because of changes upstream

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Nov 16 18:01:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository qrouter.

commit 7f9bcb451c78739a258b59d729b30d7e6e8d321f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Nov 16 18:58:29 2015 +0100

    Fixed "--with-libdir=" because of changes upstream
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf499bc..e9b685a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-qrouter (1.3.27-1) UNRELEASED; urgency=medium
+qrouter (1.3.27-1) unstable; urgency=low
 
   * New upstream release
+  * debian/rules:
+    - fixed "--with-libdir=" because of changes upstream
 
  -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 16 Nov 2015 18:49:55 +0100
 
diff --git a/debian/rules b/debian/rules
index 9c09db7..1955d22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ CHANGELOG_DATE ?= $(shell date -d "`dpkg-parsechangelog --show-field Date`" +"%d
 
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-libdir=/usr/lib/qrouter
+	dh_auto_configure -- --with-libdir=lib/qrouter
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qrouter.git



More information about the debian-science-commits mailing list