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
Model registry
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
trisquel
package-helpers
Commits
f9718a46
Commit
f9718a46
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
emacs-non-dfsg: fix packaging naming issue.
parent
0901e1ef
No related branches found
No related tags found
1 merge request
!951
emacs-non-dfsg: fix packaging naming issue.
Pipeline
#783
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-emacs-non-dfsg
+5
-2
5 additions, 2 deletions
helpers/make-emacs-non-dfsg
with
5 additions
and
2 deletions
helpers/make-emacs-non-dfsg
+
5
−
2
View file @
f9718a46
...
...
@@ -18,13 +18,16 @@
# emacs-non-dfsg is under GFDL but due to "invariant sections" is considered
# problematic for Debian
VERSION
=
1
VERSION
=
2
EXTERNAL
=
'deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM multiverse'
.
./config
sed
-i
'/Package/s|emacs-common-non-dfsg|emacs-common-gfdl|'
debian/control
replace emacs-common-non-dfsg emacs-common-gfdl
find
-type
d |xargs rename s/emacs-common-non-dfsg/emacs-common-gfdl/g
find
-type
f |xargs rename s/emacs-common-non-dfsg/emacs-common-gfdl/g
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
...
...
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