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
Hugo Ishimaru
asdf
Commits
121db6b1
Commit
121db6b1
authored
15 years ago
by
Peter Van Eynde
Browse files
Options
Downloads
Patches
Plain Diff
added debian/README.building
parent
8a4134f3
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
debian/README.building
+32
-0
32 additions, 0 deletions
debian/README.building
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
with
33 additions
and
0 deletions
debian/README.building
0 → 100644
+
32
−
0
View file @
121db6b1
To build this package you need to get the git repository:
git clone http://git.debian.org/git/pkg-common-lisp/cl-asdf.git
Get the upstream branch too:
cd cl-asdf
git checkout -t -b upstream remotes/origin/upstream
Then you need to setup the following remotes:
git remote add upstream http://common-lisp.net/project/asdf/asdf.git
To update the package from upstream do:
git checkout upstream
git pull upstream master:upstream
git whatchanged
git tag upstream/<date>
git checkout master
git pull . upstream
To build:
git-buildpackage -uc -us
please check your package with:
lintian --verbose --info --display-info --md5sums *.changes
Then commit any changes and either send me the diff or push this to somewhere were I can fetch it.
This diff is collapsed.
Click to expand it.
debian/changelog
+
1
−
0
View file @
121db6b1
...
@@ -3,6 +3,7 @@ cl-asdf (1:20090819-1) unstable; urgency=low
...
@@ -3,6 +3,7 @@ cl-asdf (1:20090819-1) unstable; urgency=low
* New upstream, New homepage and new upstream repository.
* New upstream, New homepage and new upstream repository.
* changed section to lisp
* changed section to lisp
* now using debhelper v7
* now using debhelper v7
* added debian/README.building
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 25 Aug 2009 23:03:28 +0200
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 25 Aug 2009 23:03:28 +0200
...
...
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