Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Moringen
asdf
Commits
a63f430b
Commit
a63f430b
authored
14 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Editing some more debian files.
parent
9ed5d9fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/README.building
+32
-0
32 additions, 0 deletions
debian/README.building
debian/rules
+3
-3
3 additions, 3 deletions
debian/rules
debian/source/format
+1
-1
1 addition, 1 deletion
debian/source/format
debian/updated-with-git-importcvs
+0
-0
0 additions, 0 deletions
debian/updated-with-git-importcvs
with
36 additions
and
4 deletions
debian/README.building
+
32
−
0
View file @
a63f430b
As upstream maintainer, I
* use git from the upstream repo
git clone ssh://common-lisp.net/project/asdf/git/asdf.git
* checkout the release branch
git checkout release
* do dark magic to create a release, merging with master,
renumbering the version, then:
git commit
* do the releasing:
git tag 2.00x ; make archive-copy ; make website ;
git tag -f RELEASE ; make push
* edit debian files, then:
git commit
* create debian package:
make debian-package
* if unsatisfied, edit debian files some more then
git commit --amend
then goto previous point.
If ever debian diverges from upstream, you should adapt accordingly.
The below notes are obsolete, but might give you ideas how to do it.
------>8------>8------>8------>8------>8------>8------>8------>8------>8------
To build this package you need to get the git repository:
git clone git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
3
View file @
a63f430b
...
...
@@ -28,14 +28,14 @@ binary-indep: build
dh_testdir -i
dh_testroot -i
dh_prep -i
chmod +x test/run-tests.sh
chmod +x test/run-tests.sh
dh_installdirs -i
dh_install -i
#dh_lisp -i
dh_installdocs -i
dh_installinfo -i
dh_installexamples -i
dh_installchangelogs
dh_installchangelogs
dh_link --verbose -i
dh_strip -i
dh_compress -i
...
...
@@ -46,7 +46,7 @@ binary-indep: build
dh_md5sums -i
dh_builddeb -i
source diff:
source diff:
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
binary: binary-indep binary-arch
...
...
This diff is collapsed.
Click to expand it.
debian/source/format
+
1
−
1
View file @
a63f430b
1
.0
3
.0
(quilt)
This diff is collapsed.
Click to expand it.
debian/updated-with-git-importcvs
deleted
100644 → 0
+
0
−
0
View file @
9ed5d9fe
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