Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
f8bbf77d
Commit
f8bbf77d
authored
3 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
Add emacs-common-gfdl and setup emacs for it.
parent
5f3498ee
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/make-emacs
+27
-0
27 additions, 0 deletions
helpers/make-emacs
helpers/make-emacs-non-dfsg
+34
-0
34 additions, 0 deletions
helpers/make-emacs-non-dfsg
with
61 additions
and
0 deletions
helpers/make-emacs
0 → 100644
+
27
−
0
View file @
f8bbf77d
#!/bin/sh
#
# Copyright (C) 2022 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION
=
1
.
./config
sed
-i
's|emacs-common-non-dfsg|emacs-common-gfdl|g'
debian/control
changelog
"Adjust emacs suggestion to emacs-common-gfdl"
compile
This diff is collapsed.
Click to expand it.
helpers/make-emacs-non-dfsg
0 → 100644
+
34
−
0
View file @
f8bbf77d
#!/bin/sh
#
# Copyright (C) 2022 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# emacs-non-dfsg is under GFDL but due to "invariant sections" is considered
# problematic for Debian
VERSION
=
1
EXTERNAL
=
'deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM multiverse'
.
./config
sed
-i
'/Package/s|emacs-common-non-dfsg|emacs-common-gfdl|'
debian/control
sed
-i
'/Section:/,/Priority:/s|non-free/editors|editors|'
debian/control
sed
-i
'/Description:/s|non-DFSG ||'
debian/control
sed
-i
'/GNU Emacs is the/,$d'
debian/control
changelog
"Package emacs-common-gfdl for trisquel"
compile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment