nextcloud-desktop: backport packages required for v3.14
This commit is contained in:
parent
1d7c9c4df0
commit
fe099af6d1
5 changed files with 135 additions and 3 deletions
36
helpers/DATA/pkg-kde-tools/000_add_trisquel_maintainer.patch
Normal file
36
helpers/DATA/pkg-kde-tools/000_add_trisquel_maintainer.patch
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
diff --git a/qt-kde-team/1/policy.mk b/qt-kde-team/1/policy.mk
|
||||
index 2086de0..5499c0a 100644
|
||||
--- a/qt-kde-team/1/policy.mk
|
||||
+++ b/qt-kde-team/1/policy.mk
|
||||
@@ -6,6 +6,7 @@ include /usr/share/cdbs/1/rules/buildvars.mk
|
||||
DEB_KDE_DISTRIBUTION := $(shell dpkg-parsechangelog | grep '^Distribution: ' | sed 's/^Distribution: \(.*\)/\1/g')
|
||||
DEB_KDE_MAJOR_VERSION := $(shell echo "$(DEB_UPSTREAM_VERSION)" | cut -d. -f1-2)
|
||||
DEB_KDE_MAINTAINER_CHECK := $(shell grep -e '^Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' \
|
||||
+ -e '^Maintainer:.*<trisquel-devel@listas\.trisquel\.info>[[:space:]]*$$' \
|
||||
-e '^XSBC-Original-Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' debian/control)
|
||||
|
||||
# Distribution-specific policy file may not exist. It is fine
|
||||
diff --git a/qt-kde-team/2/policy.mk b/qt-kde-team/2/policy.mk
|
||||
index bef6af59..7b40cfa7 100644
|
||||
--- a/qt-kde-team/2/policy.mk
|
||||
+++ b/qt-kde-team/2/policy.mk
|
||||
@@ -5,6 +5,7 @@ dqk_disable_policy_check ?=
|
||||
dqk_distribution := $(shell dpkg-parsechangelog | sed -n '/^Distribution:/{ s/^Distribution:[[:space:]]*//g; p; q }')
|
||||
dqk_kde_major_version := $(shell echo "$(dqk_upstream_version)" | cut -d. -f1-2)
|
||||
dqk_maintainer_check := $(shell grep -e '^Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' \
|
||||
+ -e '^Maintainer:.*<trisquel-devel@listas\.trisquel\.info>[[:space:]]*$$' \
|
||||
-e '^XSBC-Original-Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' debian/control)
|
||||
|
||||
# Distribution-specific policy file may not exist. It is fine
|
||||
diff --git a/qt-kde-team/3/policy.mk b/qt-kde-team/3/policy.mk
|
||||
index bef6af59..7b40cfa7 100644
|
||||
--- a/qt-kde-team/3/policy.mk
|
||||
+++ b/qt-kde-team/3/policy.mk
|
||||
@@ -5,6 +5,7 @@ dqk_disable_policy_check ?=
|
||||
dqk_distribution := $(shell dpkg-parsechangelog | sed -n '/^Distribution:/{ s/^Distribution:[[:space:]]*//g; p; q }')
|
||||
dqk_kde_major_version := $(shell echo "$(dqk_upstream_version)" | cut -d. -f1-2)
|
||||
dqk_maintainer_check := $(shell grep -e '^Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' \
|
||||
+ -e '^Maintainer:.*<trisquel-devel@listas\.trisquel\.info>[[:space:]]*$$' \
|
||||
-e '^XSBC-Original-Maintainer:.*<debian-qt-kde@lists\.debian\.org>[[:space:]]*$$' debian/control)
|
||||
|
||||
# Distribution-specific policy file may not exist. It is fine
|
||||
Loading…
Add table
Add a link
Reference in a new issue