emacs: agregar backport para v30.1

This commit is contained in:
Ark74 2025-07-07 00:52:20 -06:00
parent db3ee3edc0
commit 154f8b980c
2 changed files with 48 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
# Copyright (C) 2025 Luis Guzman <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -16,10 +16,15 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION=1
VERSION=1.1
EXTERNAL='deb-src http://ftp.debian.org/debian bookworm-backports main'
REPOKEY=0E98404D386FA1D9
BUILD_UNTIL=11.0
. ./config
apply_patch_changes
sed -i 's|emacs-common-non-dfsg|emacs-common-gfdl|g' debian/control
changelog "Adjust emacs suggestion to emacs-common-gfdl"