[SCM] skanlite packaging branch, master, updated. debian/0.7-1-8-g0f52d49

Kai Wasserbäch curan at alioth.debian.org
Sat Feb 19 14:39:30 UTC 2011


The following commit has been merged in the master branch:
commit 0f52d49e50a687002d1caf9bc3cc88f8f73f06a3
Author: Kai Wasserbäch <curan at debian.org>
Date:   Sat Feb 19 15:39:15 2011 +0100

    debian/{compat,control,rules}: Updated for debhelper 8 compatibility.
---
 debian/changelog |    6 ++++++
 debian/compat    |    2 +-
 debian/control   |    2 +-
 debian/rules     |    4 ++--
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c5acca..75cc8ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+skanlite (0.7-3) UNRELEASED; urgency=low
+
+  * debian/{compat,control,rules}: Updated for debhelper 8 compatibility.
+
+ -- Kai Wasserbäch <curan at debian.org>  Sat, 19 Feb 2011 15:38:42 +0100
+
 skanlite (0.7-2) unstable; urgency=low
 
   The "Bathe in Light" release.
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 42223d6..3825b74 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kai Wasserbäch <curan at debian.org>
-Build-Depends: debhelper (>= 7.3.16), cmake, pkg-kde-tools (>= 0.9),
+Build-Depends: debhelper (>= 8), cmake, pkg-kde-tools (>= 0.9),
  libksane-dev, kdelibs5-dev (>= 4:4.2.0), libpng12-dev
 Standards-Version: 3.9.1
 Homepage: http://www.kde.org/applications/graphics/skanlite/
diff --git a/debian/rules b/debian/rules
index 993008b..357ef15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,9 @@ override_dh_auto_configure:
 					-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed"
 
 override_dh_install:
-	        dh_install --parallel --list-missing
+	        dh_install --list-missing
 
 %:
-	dh --parallel --dbg-package=skanlite-dbg --with kde $@
+	dh $@ --parallel --dbg-package=skanlite-dbg --with kde
 
 .PHONY: override_dh_auto_configure override_dh_install

-- 
skanlite packaging



More information about the pkg-kde-commits mailing list