[SCM] kubrick packaging branch, master, updated. debian/16.08.0-1-11-g36bb033
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Oct 31 18:11:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kubrick.git;a=commitdiff;h=02de499
The following commit has been merged in the master branch:
commit 02de499e6bf07180b5c893b6b6ad85cec6983dbb
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Mon Sep 11 17:18:19 2017 +0200
Add breaks/replaces against the kde-l10n packages
---
debian/control | 2 ++
debian/rules | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/control b/debian/control
index ddb5325..1845007 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,8 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kubrick.git
Package: kubrick
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
Recommends: khelpcenter
Description: game based on Rubik's Cube
Kubrick is a game based on Rubik's Cube and using OpenGL 3-D graphics
diff --git a/debian/rules b/debian/rules
index 656f42b..7b868f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
#!/usr/bin/make -f
+l10npkgs_firstversion_ok := 4:17.03.90-0~
+
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+
override_dh_auto_configure:
$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
--
kubrick packaging
More information about the pkg-kde-commits
mailing list