Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ceders-lyskom-elisp-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Per Cederqvist
ceders-lyskom-elisp-client
Commits
4a1453e0
Commit
4a1453e0
authored
Apr 03, 2002
by
Ulrik Haugen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile (debian-packages): new target.
parent
6fcdf44b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/Makefile
src/Makefile
+14
-1
No files found.
src/ChangeLog
View file @
4a1453e0
2002-04-03 Ulrik Haugen <qha@lysator.liu.se>
* Makefile (debian-packages): new target.
2002-03-25 Joel Rosdahl <joel@lysator.liu.se>
* distribution-configure.in: Corrected help text for
...
...
src/Makefile
View file @
4a1453e0
...
...
@@ -284,10 +284,23 @@ redhat-packages: $(PACKAGENAME)-src-$(CLIENTVERSION).tar.gz
>
$(RPMROOT)
/SPECS/
$(PACKAGENAME)
-
$(REDHATCLIENTVERSION)
.spec
rpm
-ba
$(RPMROOT)
/SPECS/
$(PACKAGENAME)
-
$(REDHATCLIENTVERSION)
.spec
######################################################################
# Debian packages
DEBIANCLIENTVERSION
:=
$(
subst
-,.,
$(CLIENTVERSION)
)
debian-packages
:
$(RELEASE-BASE-SRC).buildstamp
cp
-R
debian
$
(
RELEASE-BASE-SRC
)
$(RM)
-rf
$
(
RELEASE-BASE-SRC
)
/debian/CVS
sed
'1s/(.*)/(
$(DEBIANCLIENTVERSION)
-1)/'
<debian/changelog
>
$
(
RELEASE-BASE-SRC
)
/debian/changelog
sed
's/@@CLIENTVERSION@@/
$(CLIENTVERSION)
/g'
<debian/rules
>
$
(
RELEASE-BASE-SRC
)
/debian/rules
cd
$
(
RELEASE-BASE-SRC
)
&&
dpkg-buildpackage
clean
:
rm
-f
*
~
*
.gz
*
.zip
*
.buildstamp
*
.elc
*
_header.el
$
(
TARGET-EL
)
rm
-rf
$(PACKAGENAME)
-
*
-
$(CLIENTVERSION)
*
lyskom-
*
-
$(CLIENTVERSION)
.el
rm
-f
vars.el vars.el-release
rm
-f
distribution-README-src distribution-README-nonsrc
.PHONY
:
all verbose verbose-el fast check release redhat-packages clean
.PHONY
:
all verbose verbose-el fast check release redhat-packages clean
debian-packages
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment