[SCM] skanlite packaging branch, master, updated. debian/0.8-2-3-gee2d246

Mark Purcell msp at alioth.debian.org
Sat Mar 2 22:54:30 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/skanlite.git;a=commitdiff;h=ee2d246

The following commit has been merged in the master branch:
commit ee2d246f5966ae222eafe2e7596ea7af860845ad
Author: Mark Purcell <msp at debian.org>
Date:   Sun Mar 3 09:53:09 2013 +1100

    New Upstream Release
---
 debian/changelog |    9 +++++++++
 debian/rules     |    9 ++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f04eb94..a59fc89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+skanlite (1.0-1) UNRELEASED; urgency=low
+
+  * New Upstream Release
+    - Fixes "Please update skanlite to 0.9" (Closes: #694467)
+    - Fixes "Version 0.7 according to About" (Closes: #668417)
+  * Fix "hardening flags" exported DEB_LDFLAGS_MAINT_APPEND (Closes: #669186)
+
+ -- Mark Purcell <msp at debian.org>  Sun, 03 Mar 2013 09:48:43 +1100
+
 skanlite (0.8-2) unstable; urgency=low
 
   The "Curtain of Light" release.
diff --git a/debian/rules b/debian/rules
index d7b1daf..a25f8aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,7 @@
 #!/usr/bin/make -f
 
 DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
-
-override_dh_auto_configure:
-	dh_auto_configure --parallel -Skde -- \
-		-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
-		-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
-		-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed"
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
 
 override_dh_install:
 	dh_install --list-missing
@@ -14,4 +9,4 @@ override_dh_install:
 %:
 	dh $@ --parallel --dbg-package=skanlite-dbg --with kde
 
-.PHONY: override_dh_auto_configure override_dh_install
+.PHONY: override_dh_install

-- 
skanlite packaging



More information about the pkg-kde-commits mailing list