[SCM] Attica packaging branch, master, updated. debian/0.2.0-1-15-g3551b63

Pino Toscano pino at alioth.debian.org
Sun Jul 1 20:33:48 UTC 2012


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

The following commit has been merged in the master branch:
commit b91d5e8452c5c7b8f6ae139a680b996ccdf36051
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jul 1 22:23:03 2012 +0200

    bump the debhelper compatibility to v9
    
    - bump compat to 9
    - bump the debhelper build dependency to 9
    - convert the CXXFLAGS addition to the dpkg-buildflags way
---
 debian/changelog |    3 +++
 debian/compat    |    2 +-
 debian/control   |    2 +-
 debian/rules     |    2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1ca3574..31fdb90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ attica (0.4.0-0r1) UNRELEASED; urgency=low
   * Rename libattica0 to libattica4, according to the new SONAME.
   * Drop patch no-rpath, applied upstream.
   * Bump Standards-Version to 3.9.3, no changes required.
+  * Bump the debhelper compatibility to v9:
+    - bump compat to 9
+    - bump the debhelper build dependency to 9
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Thu, 10 May 2012 23:38:23 +0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index f0ec7d1..610381b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: attica
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: debhelper (>= 7.3), cmake, libqt4-dev, pkg-kde-tools (>=0.6)
+Build-Depends: debhelper (>= 9), cmake, libqt4-dev, pkg-kde-tools (>=0.6)
 Standards-Version: 3.9.3
 Section: libs
 Homepage: http://www.kde.org
diff --git a/debian/rules b/debian/rules
index 341c2ce..3d7ce7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export CXXFLAGS+=-fvisibility=hidden -fvisibility-inlines-hidden
+export DEB_CXXFLAGS_MAINT_APPEND := -fvisibility=hidden -fvisibility-inlines-hidden
 
 %:
 	dh $@ --parallel --with pkgkde_symbolshelper

-- 
Attica packaging



More information about the pkg-kde-commits mailing list