pkg-kde-tools: add Trisquel as valid Maintainer at pkg-kde-tools.

This commit is contained in:
Luis Guzman 2024-10-04 05:38:43 +00:00
parent 869d519689
commit d61583cbf2
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,12 @@
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

View file

@ -17,13 +17,15 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
EXTERNAL='deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu $UPSTREAM main' EXTERNAL='deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu $UPSTREAM main'
REPOKEY="60EE47FBAD3DD469" REPOKEY="60EE47FBAD3DD469"
BACKPORT=true BACKPORT=true
. ./config . ./config
# Add trisquel as maintainer to pass checks on custom packages.
patch_p1 $DATA/000_add_trisquel_maintainer.patch
changelog "Upgrade backport as a dependency for nextcloud-desktop" changelog "Upgrade backport as a dependency for nextcloud-desktop"