Skip to content

Commit

Permalink
Replace distribs/debian directory by README.Debian file
Browse files Browse the repository at this point in the history
  • Loading branch information
paumard committed Sep 13, 2011
1 parent c5d4118 commit 72abbad
Show file tree
Hide file tree
Showing 86 changed files with 26 additions and 3,100 deletions.
2 changes: 1 addition & 1 deletion distribs/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Yorick distributions
Here are templates for producing yorick distributions for various open
source software systems.

../debian/ - Debian GNU/Linux
README.Debian - Instructions for Debian GNU/Linux (and derivatives)

yorick.spec - RedHat (or Fedora) RPM
Version, Release must be updated from ../VERSION
Expand Down
25 changes: 25 additions & 0 deletions distribs/README.Debian
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
215 changes: 0 additions & 215 deletions distribs/debian/README.Debian.packages

This file was deleted.

105 changes: 0 additions & 105 deletions distribs/debian/README.debian

This file was deleted.

16 changes: 0 additions & 16 deletions distribs/debian/README.source

This file was deleted.

Loading

0 comments on commit 72abbad

Please sign in to comment.