[SCM] Oxygen Icons module packaging branch, master, updated. debian/4.4.5-1-18-g5418883

Modestas Vainius modax at alioth.debian.org
Fri Apr 8 08:17:33 UTC 2011


The following commit has been merged in the master branch:
commit e5a7ebac5a3b019087464fa04cc652ad5baa09a5
Author: Modestas Vainius <modax at debian.org>
Date:   Fri Apr 8 10:51:01 2011 +0300

    Switch debian/rules engine to dhmk based qt-kde-team/2/*.
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |    5 ++---
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b6fc315..aa44f13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ oxygen-icons (4:4.6.2-0r0) UNRELEASED; urgency=low
   * Point debian/control Vcs fields to the new Git repository.
   * Drop dummy kde-icons-oxygen package and remove pre-squeeze Replaces/Breaks.
   * Bump Standards-Version to 3.9.2: no changes needed.
+  * Switch debian/rules engine to dhmk based qt-kde-team/2/*.
 
   [ Pino Toscano ]
   * Depend on hicolor-icon-theme, as Oyxgen inherits it.
diff --git a/debian/control b/debian/control
index d48eafc..6324fda 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <sune at debian.org>, Fathi Boudra <fabo at debian.org>,
  Armin Berres <armin+debian at space-based.de>, Modestas Vainius <modax at debian.org>
-Build-Depends: debhelper (>= 7.3), cmake, fdupes
+Build-Depends: debhelper (>= 7.3), cmake, fdupes, pkg-kde-tools (>= 0.12)
 Standards-Version: 3.9.2
 Homepage: http://www.kde.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/oxygen-icons.git
diff --git a/debian/rules b/debian/rules
index 16c10a3..0e987cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 override_dh_install:
-	dh_install
+	$(overridden_command)
 	find $(CURDIR)/debian/oxygen-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty 
 	bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/oxygen-icon-theme $(CURDIR)/debian/oxygen-icon-theme/usr/share/icons

-- 
Oxygen Icons module packaging



More information about the pkg-kde-commits mailing list