forked from LLNL/yorick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace distribs/debian directory by README.Debian file
- Loading branch information
Showing
86 changed files
with
26 additions
and
3,100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Building Yorick for Debian | ||
========================== | ||
|
||
The Debian files for building Yorick are not kept in the tarball anymore. | ||
|
||
To build a new package, two options: | ||
|
||
- get the Debian source package with | ||
apt-get source yorick | ||
and copy the debian subdirectory from yorick-<version> to the | ||
yorick source tree you want to build; | ||
|
||
- get everything using git. As of writing, this should work: | ||
sudo aptitude install pbuilder git-buildpackage | ||
git clone git://github.com/paumard/yorick.git | ||
cd yorick | ||
git checkout -b debian origin/debian | ||
debian/rules orig-tbz | ||
sudo /usr/lib/pbuilder/pbuilder-satisfydepends | ||
git-buildpackage --git-upstream-branch=master --git-debian-branch=debian | ||
|
||
An updated version of this file may be available at: | ||
https://github.com/dhmunro/yorick/blob/master/distribs/README.Debian | ||
|
||
Thibaut Paumard, 2011-09-13 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.