emacs: agregar backport para v30.1 (#1)
Prueba de emacs 30.1 en Aramo Co-authored-by: Ark74 <ark@switnet.org> Reviewed-on: #1
This commit is contained in:
parent
db3ee3edc0
commit
dcd433256e
2 changed files with 49 additions and 3 deletions
|
|
@ -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,12 +16,17 @@
|
|||
# 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"
|
||||
changelog "Adjust emacs suggestion to emacs-common-gfdl | Backport emacs v30.1"
|
||||
|
||||
package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue