[SCM] libiodbc2 packaging branch, master, updated. debian/3.52.8-1-4-g4ab4c33

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 25 07:33:11 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libiodbc2.git;a=commitdiff;h=1b8967a

The following commit has been merged in the master branch:
commit 1b8967a68d217bb4ccf74ebfc9025601df2e253c
Author: Maximiliano Curia <maxy at debian.org>
Date:   Fri Jun 7 19:50:39 2013 +0200

    Use dh_autoreconf as-needed feature.
---
 debian/changelog | 1 +
 debian/rules     | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b09879..a89bdd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libiodbc2 (3.52.8-2) UNRELEASED; urgency=low
 
   * New patch: full_path_wont_match_local_rule.diff.
+  * Use dh_autoreconf as-needed feature.
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 07 Jun 2013 15:29:51 +0200
 
diff --git a/debian/rules b/debian/rules
index 2ad182c..30fcd8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
 %:
 	dh $@ --parallel --with autoreconf,pkgkde_symbolshelper
 
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- --includedir='$${prefix}/include/iodbc'

-- 
libiodbc2 packaging



More information about the pkg-kde-commits mailing list